From 793c0d358439599f264a5a3252816222755d0971 Mon Sep 17 00:00:00 2001 From: saienduri Date: Mon, 8 Apr 2024 03:24:12 -0700 Subject: [PATCH] update runner --- .github/workflows/test_e2eshark.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_e2eshark.yml b/.github/workflows/test_e2eshark.yml index 4620e654b..4051062d3 100644 --- a/.github/workflows/test_e2eshark.yml +++ b/.github/workflows/test_e2eshark.yml @@ -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" @@ -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 @@ -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 @@ -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