feat(ci): Enable MI455 tests as non-blocking - #8407
Merged
Merged
Conversation
❌ PR Check — Action Required
📖 Need help? See the Policy FAQ for details on every check and how to fix failures. |
|
🚫 Please fix the failed policies before requesting reviews. The following policy checks failed:
The |
geomin12
force-pushed
the
users/geomin12/mi455-test-enablement
branch
2 times, most recently
from
July 10, 2026 16:01
84994ba to
76391c4
Compare
geomin12
force-pushed
the
users/geomin12/mi455-test-enablement
branch
4 times, most recently
from
July 10, 2026 19:24
c6b7a44 to
08aead2
Compare
dan-garvey
approved these changes
Jul 10, 2026
dan-garvey
left a comment
Contributor
There was a problem hiding this comment.
LGTM as long as tests pass to expectation
geomin12
force-pushed
the
users/geomin12/mi455-test-enablement
branch
3 times, most recently
from
July 13, 2026 18:34
9a6cd97 to
dbc1566
Compare
- Enable MI455 tests for gfx125X-dcgpu builds - Point therock-ci-config to users/geomin12/expect-fail-mi455 branch to test the expect_failure flag for non-blocking MI455 tests - Add CI workflow change detection to trigger MI455 tests - Update TheRock commit to 9165e6e864a1643d4804e24935e8eb663633f4a3 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
geomin12
force-pushed
the
users/geomin12/mi455-test-enablement
branch
from
July 13, 2026 18:35
dbc1566 to
ad1cfce
Compare
Add conditional to mark all gfx125X (MI455) tests as expected failures using continue-on-error. This makes MI455 test failures non-blocking while we stabilize the test infrastructure. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
geomin12
force-pushed
the
users/geomin12/mi455-test-enablement
branch
from
July 13, 2026 19:49
b75e431 to
96c3dbc
Compare
Update TheRock repository reference to latest from develop. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Separate MI455 build and test into dedicated jobs to allow PRs to merge without waiting for MI455 tests to complete or even start running. Architecture: - therock-ci-linux: builds and tests gfx94X, gfx950 (blocking) - therock-build-linux-mi455: builds gfx125X only (blocking, in summary) - therock-test-linux-mi455: tests gfx125X, depends ONLY on the MI455 build job (non-blocking, NOT in summary) This allows MI455 tests to start as soon as the MI455 build completes, without waiting for other families' tests. PRs can merge once all builds pass, while MI455 tests continue running or wait in queue. TEMPORARY: This separation is needed while MI455 machine capacity is limited. Once we have sufficient MI455 machines and stable test infrastructure, we can merge this back into the main matrix. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
geomin12
force-pushed
the
users/geomin12/mi455-test-enablement
branch
from
July 14, 2026 16:11
92f4187 to
6046436
Compare
The configure_test_matrix job doesn't need GPU access - it just parses config files. Run it on ubuntu-24.04 instead of the test runner to avoid GLIBC compatibility issues on specialized GPU runners. Pass --platform to fetch_test_configurations.py to ensure correct platform-specific configuration is generated. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Switch therock-ci-config ref from test branch back to main. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The gfx125X xfail condition is no longer needed since MI455 tests now run in a separate non-blocking job (therock-test-linux-mi455) that is excluded from therock_ci_summary. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
geomin12
marked this pull request as ready for review
July 14, 2026 22:49
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.
Enable MI455 tests for gfx125X-dcgpu builds by removing the hardcoded disable flag.
Added a custom build and test step for mi455, so builds are blocking but tests are not (due to limited capacity)