Skip to content

ci: split dist-arm-linux job#141078

Merged
bors merged 1 commit into
rust-lang:masterfrom
marcoieni:split-dist-arm-linux
May 21, 2025
Merged

ci: split dist-arm-linux job#141078
bors merged 1 commit into
rust-lang:masterfrom
marcoieni:split-dist-arm-linux

Conversation

@marcoieni

@marcoieni marcoieni commented May 16, 2025

Copy link
Copy Markdown
Member

Split this job to use free runners instead of the large runner.
We could probably move this job to the ubuntu-arm runner, but we can do this further optimization later.

r? @Kobzol

try-job: dist-arm-linux-*

@rustbot rustbot added A-testsuite Area: The testsuite used to check the correctness of rustc T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. labels May 16, 2025
@marcoieni

Copy link
Copy Markdown
Member Author

@bors try

bors added a commit to rust-lang-ci/rust that referenced this pull request May 16, 2025
ci: split dist-arm-linux job

try-job: `dist-arm-linux-*`
@bors

bors commented May 16, 2025

Copy link
Copy Markdown
Collaborator

⌛ Trying commit 910730b with merge 989ccae...

@rust-log-analyzer

This comment has been minimized.

@bors

bors commented May 16, 2025

Copy link
Copy Markdown
Collaborator

💔 Test failed - checks-actions

@bors bors added the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label May 16, 2025
@marcoieni marcoieni force-pushed the split-dist-arm-linux branch from 910730b to b01f731 Compare May 16, 2025 13:51
@marcoieni

Copy link
Copy Markdown
Member Author

@bors try

@bors

bors commented May 16, 2025

Copy link
Copy Markdown
Collaborator

⌛ Trying commit b01f731 with merge 3fd8bcd...

bors added a commit to rust-lang-ci/rust that referenced this pull request May 16, 2025
ci: split dist-arm-linux job

try-job: `dist-arm-linux-*`
@rust-log-analyzer

This comment has been minimized.

@bors

bors commented May 16, 2025

Copy link
Copy Markdown
Collaborator

💔 Test failed - checks-actions

@marcoieni marcoieni force-pushed the split-dist-arm-linux branch from b01f731 to 133bb28 Compare May 18, 2025 09:26
@marcoieni

Copy link
Copy Markdown
Member Author

@bors try

bors added a commit to rust-lang-ci/rust that referenced this pull request May 18, 2025
ci: split dist-arm-linux job

try-job: `dist-arm-linux-*`
@bors

bors commented May 18, 2025

Copy link
Copy Markdown
Collaborator

⌛ Trying commit 133bb28 with merge 761fc1f...

@rust-log-analyzer

This comment has been minimized.

@bors

bors commented May 18, 2025

Copy link
Copy Markdown
Collaborator

💔 Test failed - checks-actions

@marcoieni marcoieni force-pushed the split-dist-arm-linux branch from 133bb28 to c2792b2 Compare May 18, 2025 10:12
@marcoieni

Copy link
Copy Markdown
Member Author

@bors try

@bors

bors commented May 18, 2025

Copy link
Copy Markdown
Collaborator

⌛ Trying commit c2792b2 with merge d423ef8...

bors added a commit to rust-lang-ci/rust that referenced this pull request May 18, 2025
ci: split dist-arm-linux job

try-job: `dist-arm-linux-*`
@bors

bors commented May 18, 2025

Copy link
Copy Markdown
Collaborator

☀️ Try build successful - checks-actions
Build commit: d423ef8 (d423ef868ca4b92248ad4673569bc3dec30e216a)

@marcoieni

Copy link
Copy Markdown
Member Author

Timings look good
image

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I copied this from the other defconfig file

@marcoieni

Copy link
Copy Markdown
Member Author

For the reviewers, please compare how the dockerfiles changed wrt before. 🙏

@marcoieni marcoieni marked this pull request as ready for review May 18, 2025 14:47
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 18, 2025
@marcoieni

Copy link
Copy Markdown
Member Author

@rustbot ready

@Kobzol

Kobzol commented May 20, 2025

Copy link
Copy Markdown
Member

I think we already used the new ARM runners for this job for a while, but I don't remember why we switched back. In any case, keeping cross-compilation for now should be fine.

@Kobzol

Kobzol commented May 20, 2025

Copy link
Copy Markdown
Member

@bors r+

@bors

bors commented May 20, 2025

Copy link
Copy Markdown
Collaborator

📌 Commit c2792b2 has been approved by Kobzol

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. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels May 20, 2025
bors added a commit to rust-lang-ci/rust that referenced this pull request May 21, 2025
…iaskrgr

Rollup of 6 pull requests

Successful merges:

 - rust-lang#140981 (Add match guard let chain drop order and scoping tests)
 - rust-lang#141042 (ci: split powerpc64le-linux job)
 - rust-lang#141078 (ci: split dist-arm-linux job)
 - rust-lang#141222 (Implement `ptr::try_cast_aligned` and `NonNull::try_cast_aligned`.)
 - rust-lang#141308 (Do not call name() on rpitit assoc_item)
 - rust-lang#141316 (Update books)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit c592027 into rust-lang:master May 21, 2025
7 checks passed
@rustbot rustbot added this to the 1.89.0 milestone May 21, 2025
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request May 21, 2025
Rollup merge of rust-lang#141078 - marcoieni:split-dist-arm-linux, r=Kobzol

ci: split dist-arm-linux job

try-job: `dist-arm-linux-*`
@Mark-Simulacrum Mark-Simulacrum added the beta-accepted Accepted for backporting to the compiler in the beta channel. label May 25, 2025
bors added a commit that referenced this pull request May 25, 2025
[beta] backports and stage0 bump

- bump stage0 to 1.87.0
- Update the edition guide for let chains #140852
- Fix download of GCC from CI on non-nightly channels #140901
- Revert "Fix linking statics on Arm64EC #140176" #141024
- [win][arm64] Remove 'Arm64 Hazard' undocumented MSVC option and instead disable problematic test #141045
- Do not call name() on rpitit assoc_item #141308
- Temporarily use Windows Server 2022 instead of Windows Server 2025 images #141023
- Use Docker cache from the current repository #141280
- Move dist-x86_64-linux CI job to GitHub temporarily #141388
- ci: prepare aws access keys for migration #141389
- Add bors environment to CI #141323
-  ci: split dist-arm-linux job #141078

r? cuviper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-testsuite Area: The testsuite used to check the correctness of rustc beta-accepted Accepted for backporting to the compiler in the beta channel. 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants