[ci] Adding ability to run kernel-specified test runners#2902
Merged
Conversation
Contributor
HereThereBeDragons
left a comment
There was a problem hiding this comment.
can we adjust the PR label from kernel:oem to test_runner:oem?
| windows_use_prebuilt_artifacts: | ||
| type: boolean | ||
| description: "If enabled, the CI will pull Windows artifacts using artifact_run_id and only run tests" | ||
| additional_label_options: |
Contributor
There was a problem hiding this comment.
if this option is only for PRs, you dont need those here as you can get the pr label content from the github event
Contributor
Author
There was a problem hiding this comment.
I plan on leaving this option in case developers want to test without waiting for build!
…/TheRock into users/geomin12/oem-addition
HereThereBeDragons
approved these changes
Jan 30, 2026
Contributor
|
before merging: can we have one ci run with it? |
Contributor
Author
this run (https://github.com/ROCm/TheRock/actions/runs/21492661988/job/61927151095?pr=2902) tests using the oem label which is noted here: |
1 task
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.

Motivation
For expansion of TheRock's test machines, we are adding test machines specifically for
oemkernels and allowing users to use these machines via labelsUsers will be able to trigger options via: workflow_dispatch and pull request labels
Technical Details
I ran
apt install linux-oem-24.04aon a couple of Linux gfx1151 machines, then created an oem label and added logic to replace test runners with the oem test runner if label was specifiedTest Plan
Testing all via CI
Test Result
First normal CI run (cancelled):
Output:
OEM kernel label added run:
output:
Workflow dispatch OEM kernel run
output:
with final test results in this PR run
Submission Checklist