Skip to content

Commit

Permalink
update runner
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri committed Apr 8, 2024
1 parent b744612 commit 793c0d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_e2eshark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
version: [3.11]
os: [nodai-amdgpu-w7900-x86-64]
os: [nodai-amdgpu-mi210-x86-64]
runs-on: ${{matrix.os}}
steps:
- name: "Setting up Python"
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
turbine:
strategy:
matrix:
os: [nodai-amdgpu-w7900-x86-64]
os: [nodai-amdgpu-mi210-x86-64]
runs-on: ${{matrix.os}}
steps:
- name: Checkout repo
Expand All @@ -71,7 +71,7 @@ jobs:
strategy:
matrix:
version: [3.11]
os: [nodai-amdgpu-w7900-x86-64]
os: [nodai-amdgpu-mi210-x86-64]
runs-on: ${{matrix.os}}
env:
E2E_VENV_DIR: ${{ github.workspace }}/test-suite_venv
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
needs: [e2eshark]
strategy:
matrix:
os: [nodai-amdgpu-w7900-x86-64]
os: [nodai-amdgpu-mi210-x86-64]
runs-on: ${{matrix.os}}
steps:
- name: Checkout repo
Expand Down

0 comments on commit 793c0d3

Please sign in to comment.