[workflows] Run extended ROCgdb tests in parallel on PRs - #245
Draft
lumachad wants to merge 1 commit into
Draft
Conversation
lumachad
marked this pull request as draft
August 4, 2026 10:47
lumachad
force-pushed
the
users/lumachad/amd-staging/extended-testing-v2
branch
3 times, most recently
from
August 4, 2026 11:46
290e6e7 to
c7d4877
Compare
Collaborator
Author
|
Blocked on failures fixed by #247. |
lumachad
force-pushed
the
users/lumachad/amd-staging/extended-testing-v2
branch
from
August 7, 2026 06:22
c7d4877 to
249a25a
Compare
Add six extended test configurations that run in parallel with the standard tests on every pull request. All jobs reuse the single build from therock-build-linux (no extra build cost) and fan out together once the build completes. Extended jobs are PR-only and do not run on branch pushes. The extended configurations are: - --parallel - --optimization=-O3 --parallel - --optimization='-O3 -flto' --parallel - --check-type check-read1 --parallel - --check-type check-readmore --parallel - --runtestflags=--target_board=hip --tests gdb.base/break.exp (GPU only) To support per-config scoping, therock-test-packages.yml gains two new inputs: test_options, appended to each component's test_script, and projects_to_test, to restrict the component matrix (the HIP board job targets rocgdb-gpu only). Co-Authored-By: Claude <noreply@anthropic.com>
lumachad
force-pushed
the
users/lumachad/amd-staging/extended-testing-v2
branch
from
August 7, 2026 10:36
249a25a to
c8c9c33
Compare
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.
Summary
Add six extended test configurations that run in parallel with the
standard tests on every pull request. All jobs reuse the single build
from
therock-build-linux(no extra build cost) and fan out togetheronce the build completes. Extended jobs are PR-only and do not run on
branch pushes.
The extended configurations are:
--parallel--parallel--optimization=-O3--optimization=-O3 --parallel--optimization="-O3 -flto"--optimization='-O3 -flto' --parallel--check-type check-read1--check-type check-read1 --parallel--check-type check-readmore--check-type check-readmore --parallelgdb.base/break.exp--runtestflags=--target_board=hip --tests gdb.base/break.exp(GPU only)To support per-config scoping,
therock-test-packages.ymlgains twonew inputs:
test_options— appended to each component'stest_script(passedvia a
TEST_OPTIONSenv var in the jq patch step to avoid injection).projects_to_test— restricts the component matrix; the HIP boardjob uses
rocgdb-gpuonly since the target board flag is GPU-specific.🤖 Generated with Claude Code