Skip to content

Commit

Permalink
Re-enable MI250 workflows. (#19705)
Browse files Browse the repository at this point in the history
Re-enabling mi250 workflows as `nodai-amdgpu-mi250-x86-64` runners are
back online.

Reverts #19702
  • Loading branch information
saienduri authored Jan 15, 2025
1 parent 27e7a90 commit 3c95042
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/pkgci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,11 @@ jobs:
# Jobs that run unit tests on special hardware platforms or accelerators
#############################################################################

# Disabled while no `nodai-amdgpu-mi250-x86-64` runners are online
#test_amd_mi250:
# name: Test AMD MI250
# needs: [setup, build_packages]
# if: contains(fromJson(needs.setup.outputs.enabled-jobs), 'test_amd_mi250')
# uses: ./.github/workflows/pkgci_test_amd_mi250.yml
test_amd_mi250:
name: Test AMD MI250
needs: [setup, build_packages]
if: contains(fromJson(needs.setup.outputs.enabled-jobs), 'test_amd_mi250')
uses: ./.github/workflows/pkgci_test_amd_mi250.yml

test_amd_mi300:
name: Test AMD MI300
Expand Down Expand Up @@ -133,7 +132,7 @@ jobs:
- build_packages
- unit_test
- regression_test
# - test_amd_mi250
- test_amd_mi250
- test_amd_mi300
- test_amd_w7900
# - test_nvidia_t4
Expand Down

0 comments on commit 3c95042

Please sign in to comment.