Skip to content

Commit 6d067f3

Browse files
committed
Migrate to other runners
Signed-off-by: Charlie Truong <[email protected]>
1 parent 93d9eb3 commit 6d067f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
image-name: emerging_optimizers
6161
dockerfile: docker/Dockerfile.ci
62-
runner: self-hosted-nemo
62+
runner: nemo-ci-aws-gpu-x2
6363
secrets:
6464
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
6565
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
@@ -71,7 +71,7 @@ jobs:
7171
matrix:
7272
include:
7373
- script: L0_Tests_GPU
74-
runner: self-hosted-nemo
74+
runner: nemo-ci-aws-gpu-x2
7575
timeout: 30
7676
- script: L0_Tests_CPU
7777
runner: linux-amd64-cpu16

0 commit comments

Comments
 (0)