-
Notifications
You must be signed in to change notification settings - Fork 306
CI: Use build-only-aiter runner to build Triton wheels #2934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -60,7 +60,7 @@ jobs: | |
| build-triton: | ||
| if: ${{ (!github.event.pull_request || github.event.pull_request.draft == false) && (github.event_name != 'pull_request' || github.event.action != 'labeled' || github.event.label.name == 'ci:triton-300x') }} | ||
| name: Build Triton Wheel | ||
| runs-on: linux-aiter-mi35x-1 | ||
| runs-on: build-only-aiter | ||
|
||
| needs: [check-signal] | ||
| env: | ||
| DOCKER_IMAGE: "rocm/pytorch:latest" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This workflow now uses the
build-only-aiterrunner label, but.github/runner-config.yml(runner→GPU mapping used by the dashboards) doesn’t include an entry forbuild-only-aiter. If the dashboards/validation depend on that file, addbuild-only-aiterthere (with an appropriate non-GPU/unknown mapping) or document why it’s intentionally omitted.