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 }})

Kobzol

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 rustbot added A-testsuite

Area: The testsuite used to check the correctness of rustc

S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

T-infra

Relevant to the infrastructure team, which will review and decide on the PR/issue.

labels

May 2, 2024

@Kobzol

@bors

bors added a commit to rust-lang-ci/rust that referenced this pull request

May 2, 2024

@bors

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

@rust-log-analyzer

This comment has been minimized.

@Kobzol

@rust-log-analyzer

This comment has been minimized.

bors added a commit to rust-lang-ci/rust that referenced this pull request

May 2, 2024

@bors

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

@rust-log-analyzer

This comment has been minimized.

@bors

@bors 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

May 2, 2024

@Kobzol

@bors

bors added a commit to rust-lang-ci/rust that referenced this pull request

May 2, 2024

@bors

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

@Kobzol

@Kobzol

@Kobzol

@bors

bors added a commit to rust-lang-ci/rust that referenced this pull request

May 2, 2024

@bors

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 Kobzol marked this pull request as ready for review

May 2, 2024 20:25

@Kobzol

r? pietroalbini

I will document this in rustc-dev-guide after it's merged.

@Kobzol Kobzol changed the titleCI: enable arbitrary try build CI: enable arbitrary try builds

May 2, 2024

@pietroalbini

Yay!

@bors r+ rollup=iffy

@bors

📌 Commit fc218f2 has been approved by pietroalbini

It is now in the queue for this repository.

@bors 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

May 3, 2024

@bors

@bors

This was referenced

May 5, 2024

@matthiaskrgr

@bors treeclosed=9999 ci is completely broken and no longer checks for failure

@matthiaskrgr

looks like since this PR; bors insta-merges everything unconditionally

@matthiaskrgr

This was referenced

May 5, 2024

bors added a commit to rust-lang-ci/rust that referenced this pull request

May 9, 2024

@bors

…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

@bors

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

@bors

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

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.