Make use of Travis's conditional jobs. by kennytm · Pull Request #44631 · rust-lang/rust (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation8 Commits1 Checks0 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
@bors try
Let me verify if the try build works before merging.
bors added a commit that referenced this pull request
kennytm changed the title
[DO NOT MERGE] Make use of Travis's conditional jobs. Make use of Travis's conditional jobs.
OK try build works (?). The remaining thing is to ensure all 41 jobs are running during the actual test.
EDIT: Not sure if relevant, but the try build failed to download the cache archive, causing 45 minutes spent on building docker. Maybe just due to removing the ALLOW_TRY=1
/ALLOW_PR=1
from env
.
attempting to download cache archive
fetching try/cache-linux-trusty-70f9407258c60900855a3084c00fd20c656cf873dba281d668f25c4bced6e8fc.tgz
fetching master/cache-linux-trusty-70f9407258c60900855a3084c00fd20c656cf873dba281d668f25c4bced6e8fc.tgz
could not download cache
r=me, but I want to run this past you as well.
cc @rust-lang/infra as well.
📌 Commit 9f76354 has been approved by alexcrichton
alexcrichton added a commit to alexcrichton/rust that referenced this pull request
bors added a commit that referenced this pull request
Rollup of 19 pull requests
- Successful merges: #44273, #44356, #44395, #44531, #44537, #44542, #44560, #44567, #44574, #44577, #44586, #44589, #44590, #44593, #44598, #44606, #44609, #44616, #44631
- Failed merges:
kennytm deleted the travis-conditional-jobs branch