Skip to content

Commit 4751635

Browse files
committed
Use self-hosted-nemo
Signed-off-by: Charlie Truong <[email protected]>
1 parent 7c62be6 commit 4751635

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/cicd-main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,8 @@ jobs:
5555
matrix:
5656
include:
5757
- script: L0_Unit_Tests_GPU
58-
runner: linux-amd64-gpu-rtxa6000-latest-2-nemo
58+
runner: self-hosted-nemo
5959
timeout: 30
60-
- script: L0_Unit_Tests_CPU
61-
runner: linux-amd64-cpu16
62-
cpu-only: true
6360
needs: [cicd-container-build]
6461
runs-on: ${{ matrix.runner }}
6562
name: ${{ matrix.script }}
@@ -87,7 +84,7 @@ jobs:
8784
matrix:
8885
include:
8986
- script: L2_Functional_Tests_GPU
90-
runner: linux-amd64-gpu-rtxa6000-latest-2-nemo
87+
runner: self-hosted-nemo
9188
timeout: 30
9289
needs: [cicd-unit-tests]
9390
runs-on: ${{ matrix.runner }}

0 commit comments

Comments
 (0)