Uh oh!
There was an error while loading. Please reload this page.
GitHub Actions: preparations, part 1 - #66569
Conversation
alexcrichton
commented
Nov 20, 2019
@bors: r+ |
bors
commented
Nov 20, 2019
📌 Commit b1463bd58327dd8d32e87c19ce3d4d3031b1e118 has been approved by |
emilyalbini
commented
Nov 20, 2019
@bors try Let's see if we can just rollup this. |
bors
commented
Nov 20, 2019
🙅 Please do not |
emilyalbini
commented
Nov 20, 2019
@bors r- try |
bors
commented
Nov 20, 2019
⌛ Trying commit b1463bd58327dd8d32e87c19ce3d4d3031b1e118 with merge f2ab2c5ecc64a7eb12d6cef52fe69f66c8abf264... |
emilyalbini
commented
Nov 20, 2019
Of course I forgot some builders share images. |
rust-highfive
commented
Nov 20, 2019
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
bors
commented
Nov 20, 2019
💔 Test failed - checks-azure |
ab9d46b to
b1a5bb0Compareemilyalbini
commented
Nov 20, 2019
Changed the script to avoid setting the @bors try |
bors
commented
Nov 20, 2019
⌛ Trying commit b1a5bb0 with merge b64bd82535444e83819addf25b7e92c4925ea7d7... |
bors
commented
Nov 20, 2019
☀️ Try build successful - checks-azure |
emilyalbini
commented
Nov 20, 2019
@bors r=alexcrichton rollup |
bors
commented
Nov 20, 2019
📌 Commit b1a5bb0 has been approved by |
GitHub Actions: preparations, part 1 This PR adds the first batch of commits in preparation for GitHub Actions: * Added GitHub Actions support in `src/ci/shared.sh` and bootstrap. * Addded a `setup-environment.sh` script which guesses and sets the `DEPLOY`, `DEPLOY_ALT` and `IMAGE` environment variables automatically, to reduce the verbosity of the CI configuration. This PR does **not** yet add any builders on GitHub Actions. r? @alexcrichton
GitHub Actions: preparations, part 1 This PR adds the first batch of commits in preparation for GitHub Actions: * Added GitHub Actions support in `src/ci/shared.sh` and bootstrap. * Addded a `setup-environment.sh` script which guesses and sets the `DEPLOY`, `DEPLOY_ALT` and `IMAGE` environment variables automatically, to reduce the verbosity of the CI configuration. This PR does **not** yet add any builders on GitHub Actions. r? @alexcrichton
Some environment variables (like DEPLOY or DEPLOY_ALT for dist builders, or IMAGE on Linux builders) are set on a lot of builders, and whether they should be present or not can be detected automatically based on the builder name and the platform. This commit simplifies the CI configuration by automatically setting those environment variables.
emilyalbini
commented
Nov 22, 2019
@bors r- try |
bors
commented
Nov 22, 2019
GitHub Actions: preparations, part 1 This PR adds the first batch of commits in preparation for GitHub Actions: * Added GitHub Actions support in `src/ci/shared.sh` and bootstrap. * Addded a `setup-environment.sh` script which guesses and sets the `DEPLOY`, `DEPLOY_ALT` and `IMAGE` environment variables automatically, to reduce the verbosity of the CI configuration. This PR does **not** yet add any builders on GitHub Actions. r? @alexcrichton
bors
commented
Nov 22, 2019
☀️ Try build successful - checks-azure |
emilyalbini
commented
Nov 25, 2019
@bors r=alexcrichton rollup |
bors
commented
Nov 25, 2019
📌 Commit 90a37bc has been approved by |
GitHub Actions: preparations, part 1 This PR adds the first batch of commits in preparation for GitHub Actions: * Added GitHub Actions support in `src/ci/shared.sh` and bootstrap. * Addded a `setup-environment.sh` script which guesses and sets the `DEPLOY`, `DEPLOY_ALT` and `IMAGE` environment variables automatically, to reduce the verbosity of the CI configuration. This PR does **not** yet add any builders on GitHub Actions. r? @alexcrichton
GitHub Actions: preparations, part 1 This PR adds the first batch of commits in preparation for GitHub Actions: * Added GitHub Actions support in `src/ci/shared.sh` and bootstrap. * Addded a `setup-environment.sh` script which guesses and sets the `DEPLOY`, `DEPLOY_ALT` and `IMAGE` environment variables automatically, to reduce the verbosity of the CI configuration. This PR does **not** yet add any builders on GitHub Actions. r? @alexcrichton
Rollup of 7 pull requests Successful merges: - #65613 (Preserve whitespace inside one-backtick codeblocks) - #66512 (Add unix::process::CommandExt::arg0) - #66569 (GitHub Actions: preparations, part 1) - #66678 (Remove useless line for error index generation) - #66684 (Drive-by cleanup in region naming) - #66694 (Add some comments to panic runtime) - #66698 (tidy: Remove unused import) Failed merges: r? @ghost
This PR adds the first batch of commits in preparation for GitHub Actions:
src/ci/shared.shand bootstrap.setup-environment.shscript which guesses and sets theDEPLOY,DEPLOY_ALTandIMAGEenvironment variables automatically, to reduce the verbosity of the CI configuration.This PR does not yet add any builders on GitHub Actions.
r? @alexcrichton