-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Commits on Jun 26, 2019
-
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.
Configuration menu - View commit details
-
Copy full SHA for b5b4e59 - Browse repository at this point
Copy the full SHA b5b4e59View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 07efcf2 - Browse repository at this point
Copy the full SHA 07efcf2View commit details -
ci: Switch official
try
builds to happen on AzureThis 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.
Configuration menu - View commit details
-
Copy full SHA for f6adc39 - Browse repository at this point
Copy the full SHA f6adc39View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for f78f372 - Browse repository at this point
Copy the full SHA f78f372View commit details -
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!
Configuration menu - View commit details
-
Copy full SHA for db4f236 - Browse repository at this point
Copy the full SHA db4f236View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b863efb - Browse repository at this point
Copy the full SHA b863efbView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 00efd13 - Browse repository at this point
Copy the full SHA 00efd13View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c09cf0f - Browse repository at this point
Copy the full SHA c09cf0fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 7acf400 - Browse repository at this point
Copy the full SHA 7acf400View commit details -
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!
Configuration menu - View commit details
-
Copy full SHA for cd93888 - Browse repository at this point
Copy the full SHA cd93888View commit details -
ci: Disable x86_64-msvc-tools builder
While we figure out what's wrong let's continue to land PRs
Configuration menu - View commit details
-
Copy full SHA for 6772ebc - Browse repository at this point
Copy the full SHA 6772ebcView commit details