Uh oh!
There was an error while loading. Please reload this page.
ci: fix ci stats upload condition - #61763
Conversation
emilyalbini
commented
Jun 12, 2019
Let's see if the condition actually works before merging. @bors try |
bors
commented
Jun 12, 2019
⌛ Trying commit dbb5d8028f78f57602cadcd049ea0ffe29bad106 with merge 03fce1303c3280a936c43d601968b944409e04f5... |
Uh oh!
There was an error while loading. Please reload this page.
bors
commented
Jun 12, 2019
☀️ 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
2cd516cCompareemilyalbini
commented
Jun 12, 2019
@bors try |
bors
commented
Jun 12, 2019
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
alexcrichton
commented
Jun 12, 2019
@bors: r+ |
bors
commented
Jun 12, 2019
📌 Commit 2cd516c has been approved by |
alexcrichton
commented
Jun 12, 2019
@bors: rollup |
bors
commented
Jun 12, 2019
☀️ Test successful - checks-travis |
bors
commented
Jun 12, 2019
👀 Test was successful, but fast-forwarding failed: 422 Update is not a fast forward |
tesuji
commented
Jun 12, 2019
@rustbot modify labels: -merged-by-bors |
rustbot
commented
Jun 12, 2019
Error: Label merged-by-bors can only be set by Rust team members Please let |
alexcrichton
commented
Jun 12, 2019
@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