-
Notifications
You must be signed in to change notification settings - Fork 642
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
Update PkgCI test_amd to use MI300x conductor cluster #19517
Conversation
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.
Diff'd the logs against a baseline
Branch | Logs |
---|---|
this PR | https://github.com/iree-org/iree/actions/runs/12682084250/job/35347142938?pr=19517 |
main |
https://github.com/iree-org/iree/actions/runs/12681354456/job/35345175460 |
Same number of tests running and passing, similar time taken. LGTM!
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.
LGTM just DCO and then good to merge
Signed-off-by: Jodie Su <[email protected]>
Signed-off-by: Jodie Su <[email protected]>
Signed-off-by: Jodie Su <[email protected]>
Signed-off-by: Jodie Su <[email protected]>
Signed-off-by: Jodie Su <[email protected]>
Signed-off-by: Jodie Su <[email protected]>
Signed-off-by: Jodie Su <[email protected]>
Signed-off-by: Jodie Su <[email protected]>
Signed-off-by: Jodie Su <[email protected]>
Signed-off-by: Jodie Su <[email protected]>
Signed-off-by: Jodie Su <[email protected]>
Signed-off-by: Jodie Su <[email protected]>
Signed-off-by: Jodie Su <[email protected]>
Signed-off-by: Jodie Su <[email protected]>
Signed-off-by: Jodie Su <[email protected]>
Signed-off-by: Jodie Su <[email protected]>
Signed-off-by: Jodie Su <[email protected]>
Signed-off-by: Jodie Su <[email protected]>
Signed-off-by: Jodie Su <[email protected]>
Signed-off-by: Jodie Su <[email protected]>
Signed-off-by: Jodie Su <[email protected]>
2a49e0c
to
3ea1bdf
Compare
runs-on: linux-mi300-gpu-1 | ||
container: | ||
image: rocm/dev-ubuntu-22.04:6.3 | ||
options: --user root --device=/dev/kfd --device=/dev/dri --ipc=host --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined |
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 had a failure after merge:
Error response from daemon: error gathering device information while adding custom device "/dev/kfd": no such file or directory
Error: failed to start containers: 4bec79a3d99b9a5f5195ceb3ae3bf4ebb508b078b46d1de1d9b0366f0be182[41](https://github.com/iree-org/iree/actions/runs/12751728442/job/35540191551#step:2:44)
https://github.com/iree-org/iree/actions/runs/12751728442/job/35540191551
We can retry the job if you think that's a flake. Otherwise, want to revert for now?
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.
A retry succeeded 🤔
We want to migrate the workflows use MI300 and do not require cache support to migrate to our conductor cluster. A new runner with one GPU has been created
This PR is to update the run label.