Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Rollup of 5 pull requests #62147

Merged
merged 11 commits into from
Jun 27, 2019
Merged

Commits on Jun 26, 2019

  1. ci: Turn of PR builds on Travis

    This commit turns off PR builds happening on Travis, instead entirely
    relying on Azure for PR builds to succeed.
    alexcrichton committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    b5b4e59 View commit details
    Browse the repository at this point in the history
  2. ci: Disable assertions in PR builds

    The PR builder on Azure currently takes 2.5h which is a bit long, so
    this commit disables debug assertions and llvm assertions in an attempt
    to speed up that builder and have PR builds come back a bit more
    quickly. Other builders continue to enable debug assertions and test the
    compiler there.
    alexcrichton committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    07efcf2 View commit details
    Browse the repository at this point in the history
  3. ci: Switch official try builds to happen on Azure

    This commit switches the `try` builers to officially happen on Azure
    Pipelines instead of Travis where they're currently run. This also cuts
    back the number of builders to just the two we run on Travis, leaving
    expansion as a possible future extension.
    alexcrichton committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    f6adc39 View commit details
    Browse the repository at this point in the history
  4. ci: Publish toolstate changes from Azure

    This commit moves toolstate publishing from Travis to Azure. We've been
    testing on azure for some time now and this works by deleting the Travis
    config and updating the credentials used on Azure.
    alexcrichton committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    f78f372 View commit details
    Browse the repository at this point in the history
  5. ci: Sync AppVeyor/Travis with Azure configuration

    Manually make sure that we do the same thing across all the services,
    uncovering one spot where we needed to pass one more configure flag on
    Azure but otherwise we're good to go!
    alexcrichton committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    db4f236 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#62140 - alexcrichton:less-pr-builds, r=piet…

    …roalbini
    
    ci: Turn off PR builds on Travis
    
    This commit turns off PR builds happening on Travis, instead entirely
    relying on Azure for PR builds to succeed.
    Centril authored Jun 26, 2019
    Configuration menu
    Copy the full SHA
    b863efb View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#62141 - alexcrichton:less-assertions, r=pie…

    …troalbini
    
    ci: Disable assertions in PR builds
    
    The PR builder on Azure currently takes 2.5h which is a bit long, so
    this commit disables debug assertions and llvm assertions in an attempt
    to speed up that builder and have PR builds come back a bit more
    quickly. Other builders continue to enable debug assertions and test the
    compiler there.
    Centril authored Jun 26, 2019
    Configuration menu
    Copy the full SHA
    00efd13 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#62142 - alexcrichton:azure-try, r=pietroalbini

    ci: Switch official `try` builds to happen on Azure
    
    This commit switches the `try` builers to officially happen on Azure
    Pipelines instead of Travis where they're currently run. This also cuts
    back the number of builders to just the two we run on Travis, leaving
    expansion as a possible future extension.
    Centril authored Jun 26, 2019
    Configuration menu
    Copy the full SHA
    c09cf0f View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#62143 - alexcrichton:toolstate, r=pietroalbini

    ci: Publish toolstate changes from Azure
    
    This commit moves toolstate publishing from Travis to Azure. We've been
    testing on azure for some time now and this works by deleting the Travis
    config and updating the credentials used on Azure.
    Centril authored Jun 26, 2019
    Configuration menu
    Copy the full SHA
    7acf400 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#62145 - alexcrichton:sync-azure, r=pietroal…

    …bini
    
    ci: Sync AppVeyor/Travis with Azure configuration
    
    Manually make sure that we do the same thing across all the services,
    uncovering one spot where we needed to pass one more configure flag on
    Azure but otherwise we're good to go!
    Centril authored Jun 26, 2019
    Configuration menu
    Copy the full SHA
    cd93888 View commit details
    Browse the repository at this point in the history
  11. ci: Disable x86_64-msvc-tools builder

    While we figure out what's wrong let's continue to land PRs
    alexcrichton committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    6772ebc View commit details
    Browse the repository at this point in the history