We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c62be6 commit 4751635Copy full SHA for 4751635
.github/workflows/cicd-main.yml
@@ -55,11 +55,8 @@ jobs:
55
matrix:
56
include:
57
- script: L0_Unit_Tests_GPU
58
- runner: linux-amd64-gpu-rtxa6000-latest-2-nemo
+ runner: self-hosted-nemo
59
timeout: 30
60
- - script: L0_Unit_Tests_CPU
61
- runner: linux-amd64-cpu16
62
- cpu-only: true
63
needs: [cicd-container-build]
64
runs-on: ${{ matrix.runner }}
65
name: ${{ matrix.script }}
@@ -87,7 +84,7 @@ jobs:
87
84
88
85
89
86
- script: L2_Functional_Tests_GPU
90
91
92
needs: [cicd-unit-tests]
93
0 commit comments