-
Notifications
You must be signed in to change notification settings - Fork 13.4k
CI: enable arbitrary try builds #124631
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Merged
Merged
CI: enable arbitrary try builds #124631
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
@bors try |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 2, 2024
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 try |
This comment has been minimized.
This comment has been minimized.
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 2, 2024
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.
This comment has been minimized.
💔 Test failed - checks-actions |
b5a9405
to
334c6ef
Compare
@bors try |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 2, 2024
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`
334c6ef
to
92a3052
Compare
@bors try |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 2, 2024
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`
r? pietroalbini I will document this in rustc-dev-guide after it's merged. |
Yay! @bors r+ rollup=iffy |
☀️ Test successful - checks-actions |
This was referenced May 5, 2024
Merged
@bors treeclosed=9999 ci is completely broken and no longer checks for failure |
looks like since this PR; bors insta-merges everything unconditionally |
@bors treeclosed=9999 |
This was referenced May 5, 2024
Merged
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 9, 2024
…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
May 11, 2024
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
May 24, 2024
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`
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
merged-by-bors
This PR was explicitly merged by bors.
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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