CI: enable arbitrary try builds by Kobzol · Pull Request #124631 · 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
Conversation32 Commits4 Checks6 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 }})
This PR should enable running arbitrary try builds with @bors try
. So far there is no support for this in bors! You would need to manually add a special line (see below) to the PR description (this will later be automated with new bors).
try-job: aarch64-gnu
try-job: arm-android
r? @ghost
lqd, pietroalbini, saethlin, slanterns, mati865, dianqk, and tgross35 reacted with hooray emoji saethlin and mati865 reacted with heart emoji fmease, lqd, pietroalbini, saethlin, and mati865 reacted with rocket emoji jieyouxu and saethlin reacted with eyes emoji
rustbot added A-testsuite
Area: The testsuite used to check the correctness of rustc
Status: Awaiting review from the assignee but also interested parties.
Relevant to the infrastructure team, which will review and decide on the PR/issue.
labels
bors added a commit to rust-lang-ci/rust that referenced this pull request
CI: enable arbitrary try build
This PR should enable running arbitrary try builds with ``@bors try
. So far there is no support for this in bors! You would need to manually add a line containing ci-job: <job-name>
to the message of the latest commit of the PR (this will later be automated with new bors).
r? @ghost
This comment has been minimized.
This comment has been minimized.
bors added a commit to rust-lang-ci/rust that referenced this pull request
CI: enable arbitrary try build
This PR should enable running arbitrary try builds with ``@bors try
. So far there is no support for this in bors! You would need to manually add a special line (see below) containing to the PR description (this will later be automated with new bors).
ci-job: aarch64-gnu
r? @ghost
This comment has been minimized.
bors added S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
labels
bors added a commit to rust-lang-ci/rust that referenced this pull request
CI: enable arbitrary try build
This PR should enable running arbitrary try builds with ``@bors try
. So far there is no support for this in bors! You would need to manually add a special line (see below) containing to the PR description (this will later be automated with new bors).
ci-job: aarch64-gnu
r? @ghost
bors added a commit to rust-lang-ci/rust that referenced this pull request
CI: enable arbitrary try build
This PR should enable running arbitrary try builds with ``@bors try
. So far there is no support for this in bors! You would need to manually add a special line (see below) containing to the PR description (this will later be automated with new bors).
ci-job: aarch64-gnu ci-job: arm-android
r? @ghost
Kobzol marked this pull request as ready for review
r? pietroalbini
I will document this in rustc-dev-guide after it's merged.
Kobzol changed the title
CI: enable arbitrary try build CI: enable arbitrary try builds
Yay!
@bors r+ rollup=iffy
📌 Commit fc218f2 has been approved by pietroalbini
It is now in the queue for this repository.
bors added S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
labels
This was referenced
May 5, 2024
@bors treeclosed=9999 ci is completely broken and no longer checks for failure
looks like since this PR; bors insta-merges everything unconditionally
This was referenced
May 5, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request
…albini
CI: enable arbitrary try builds, take two
Fixed version of rust-lang#124631, which hopefully won't completely break our CI this time 🤦♂️ Sorry once again. Only the last commit is new.
r? @pietroalbini
github-actions bot pushed a commit to rust-lang/miri that referenced this pull request
CI: enable arbitrary try builds, take two
Fixed version of rust-lang/rust#124631, which hopefully won't completely break our CI this time 🤦♂️ Sorry once again. Only the last commit is new.
r? @pietroalbini
flip1995 pushed a commit to flip1995/rust-clippy that referenced this pull request
CI: enable arbitrary try builds, take two
Fixed version of rust-lang/rust#124631, which hopefully won't completely break our CI this time 🤦♂️ Sorry once again. Only the last commit is new.
r? @pietroalbini
Labels
Area: The testsuite used to check the correctness of rustc
This PR was explicitly merged by bors.
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Relevant to the infrastructure team, which will review and decide on the PR/issue.