Skip to content

Commit

Permalink
Temporarily Disable MI250 workflow due to machine outage (#19702)
Browse files Browse the repository at this point in the history
Temporarily disabling MI250 workflow runs as the machine is currently
down.

Changes:
- Commented out MI250 workflow to prevent job failures
- Added comments explaining the temporary nature of this change

Note: This is a temporary change and should be reverted once the MI250
machine is back online.

skip-ci: Disabling workflow due to known machine outage

---------

Signed-off-by: Akansha Bansal <akansha.bansal@amd.com>
  • Loading branch information
iamakanshab authored Jan 14, 2025
1 parent c320935 commit a953763
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/pkgci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@ jobs:
# Jobs that run unit tests on special hardware platforms or accelerators
#############################################################################

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
# 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_mi300:
name: Test AMD MI300
Expand Down Expand Up @@ -132,7 +133,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 a953763

Please sign in to comment.