-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ci: fix ci stats upload condition #61763
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
Conversation
Let's see if the condition actually works before merging. @bors try |
⌛ Trying commit dbb5d8028f78f57602cadcd049ea0ffe29bad106 with merge 03fce1303c3280a936c43d601968b944409e04f5... |
☀️ Try build successful - checks-travis |
The condition I suggested in rust-lang#61632 was not correct and it errors out while evaluating. This fixes the condition. Example of a failure: https://dev.azure.com/rust-lang/rust/_build/results?buildId=543
dbb5d80
to
2cd516c
Compare
@bors try |
ci: fix ci stats upload condition The condition I suggested in #61632 was not correct and it errors out while evaluating. This fixes the condition. [Example of a failure](https://dev.azure.com/rust-lang/rust/_build/results?buildId=543). r? @alexcrichton
@bors: r+ |
📌 Commit 2cd516c has been approved by |
@bors: rollup |
☀️ Test successful - checks-travis |
👀 Test was successful, but fast-forwarding failed: 422 Update is not a fast forward |
@rustbot modify labels: -merged-by-bors |
Error: Label merged-by-bors can only be set by Rust team members Please let |
@bors: retry |
…=alexcrichton ci: fix ci stats upload condition The condition I suggested in rust-lang#61632 was not correct and it errors out while evaluating. This fixes the condition. [Example of a failure](https://dev.azure.com/rust-lang/rust/_build/results?buildId=543). r? @alexcrichton
…=alexcrichton ci: fix ci stats upload condition The condition I suggested in rust-lang#61632 was not correct and it errors out while evaluating. This fixes the condition. [Example of a failure](https://dev.azure.com/rust-lang/rust/_build/results?buildId=543). r? @alexcrichton
Rollup of 9 pull requests Successful merges: - #60376 (Stabilize Option::xor) - #61398 (Stabilize copy_within) - #61629 (Hygienize macros in the standard library) - #61675 (Include frame pointer for bare metal RISC-V targets) - #61750 (Fix x.py install) - #61761 (Add an alias for x86_64-sun-solaris target tuple) - #61762 (rustbuild: fix libtest_stamp) - #61763 (ci: fix ci stats upload condition) - #61776 (Fix typos in error_codes) Failed merges: r? @ghost
The condition I suggested in #61632 was not correct and it errors out while evaluating. This fixes the condition. Example of a failure.
r? @alexcrichton