CI experiments - #159628
Draft
Mark-Simulacrum wants to merge 1 commit into
Draft
Conversation
Member
Author
|
@bors try jobs=dist-x86_64-linux |
This comment has been minimized.
This comment has been minimized.
rust-bors Bot
pushed a commit
that referenced
this pull request
Jul 20, 2026
CI experiments try-job: dist-x86_64-linux
Contributor
|
💔 Test for c3afc75 failed: CI. Failed job:
|
This comment has been minimized.
This comment has been minimized.
Member
Author
|
@bors try jobs=dist-x86_64-linux |
This comment has been minimized.
This comment has been minimized.
rust-bors Bot
pushed a commit
that referenced
this pull request
Jul 20, 2026
CI experiments try-job: dist-x86_64-linux
Contributor
|
💔 Test for 613b2ca failed: CI. Failed job:
|
Member
Author
|
@bors try jobs=dist-x86_64-linux |
This comment has been minimized.
This comment has been minimized.
rust-bors Bot
pushed a commit
that referenced
this pull request
Jul 20, 2026
CI experiments try-job: dist-x86_64-linux
Contributor
|
💔 Test for 73ee0a8 failed: CI. Failed job:
|
This comment has been minimized.
This comment has been minimized.
Member
Author
|
@bors try jobs=dist-x86_64-linux |
This comment has been minimized.
This comment has been minimized.
rust-bors Bot
pushed a commit
that referenced
this pull request
Jul 20, 2026
CI experiments try-job: dist-x86_64-linux
This comment has been minimized.
This comment has been minimized.
Contributor
|
💔 Test for 7bca112 failed: CI. Failed job:
|
This comment has been minimized.
This comment has been minimized.
Member
Author
|
Trying again... @bors try jobs=dist-x86_64-linux |
This comment has been minimized.
This comment has been minimized.
rust-bors Bot
pushed a commit
that referenced
this pull request
Jul 20, 2026
CI experiments try-job: dist-x86_64-linux
Contributor
Member
Author
|
@bors try |
Contributor
Member
Author
|
@bors try jobs=dist-aarch64-linux |
This comment has been minimized.
This comment has been minimized.
rust-bors Bot
pushed a commit
that referenced
this pull request
Aug 30, 2026
CI experiments try-job: dist-aarch64-linux
Contributor
Member
Author
|
@bors try jobs=dist-aarch64-linux* |
This comment has been minimized.
This comment has been minimized.
rust-bors Bot
pushed a commit
that referenced
this pull request
Aug 30, 2026
CI experiments try-job: dist-aarch64-linux*
Contributor
Mark-Simulacrum
force-pushed
the
ci-experiments
branch
from
August 30, 2026 23:05
ea3655d to
d49f6d2
Compare
Member
Author
|
@bors try |
This comment has been minimized.
This comment has been minimized.
Contributor
Member
Author
|
@bors try jobs=dist-aarch64-linux* |
This comment has been minimized.
This comment has been minimized.
rust-bors Bot
pushed a commit
that referenced
this pull request
Aug 30, 2026
CI experiments try-job: dist-aarch64-linux*
Contributor
Mark-Simulacrum
force-pushed
the
ci-experiments
branch
from
August 31, 2026 00:44
d49f6d2 to
1be8fce
Compare
Member
Author
|
@bors try jobs=dist-x86_64-linux*,dist-aarch64-linux* |
This comment has been minimized.
This comment has been minimized.
rust-bors Bot
pushed a commit
that referenced
this pull request
Aug 31, 2026
CI experiments try-job: dist-x86_64-linux* try-job: dist-aarch64-linux*
Contributor
|
💔 Test for 7f5c56b failed: CI. Failed job:
|
This comment has been minimized.
This comment has been minimized.
For full builds, c9g is also faster and cheaper. Since these will be run in auto we optimize for cost while staying reasonably fast (sorted by cost): * c8g.8xl takes 1h20m ($1.69/build) * c9g.8xl takes 1h ($1.38/build) * c9g.4xl takes 1h10m ($0.81/build) * m9g.2xl takes 1h30m ($0.59/build) -- going with this since it's still sufficiently fast to never be a long pole and cheapest option We should be able to afford in our existing AWS credit budget the move of dist-aarch64-linux from the 2h25m ($2.03/build @ GitHub) it takes on mainline. For context, dist-x86_64-linux currently takes 1h32m at $2.64/build on c8a.8xl. This also adds an optional quick job for aarch64 (off by default, likely to be added to try in the future for aarch64 perf). For quick builds duration/cost is: * c8g.8xl takes 50m ($1.059/build) * c9g.8xl takes 40m ($0.924/build) * c9g.4xl takes TODO * m9g.2xl takes TODO For context, dist-x86_64-linux-quick takes 60 minutes at $1.72/build on the current instance (c8a.8xl). We should probably optimize for speed more than cost here, since this is in critical path for humans, though the x86_64 quick job may be the long pole depending on where this ends up used.
Mark-Simulacrum
force-pushed
the
ci-experiments
branch
from
August 31, 2026 00:47
1be8fce to
b4ec0b9
Compare
Member
Author
|
@bors try jobs=dist-x86_64-linux*,dist-aarch64-linux* |
This comment has been minimized.
This comment has been minimized.
rust-bors Bot
pushed a commit
that referenced
this pull request
Aug 31, 2026
CI experiments try-job: dist-x86_64-linux* try-job: dist-aarch64-linux*
Contributor
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
View all comments
Ignore this, just experimenting.