Skip to content

Commit eea88e2

Browse files
authored
Merge branch 'r1.2.0' into aot/add_h264_support
2 parents 6227aba + 8764c17 commit eea88e2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cicd-main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
|| needs.pre-flight.outputs.force_run_all == 'true'
126126
)
127127
&& !cancelled()
128-
runs-on: ${{ needs.pre-flight.outputs.runner_prefix }}-gpu-x2
128+
runs-on: ${{ needs.pre-flight.outputs.runner_prefix }}
129129
environment: nemo-ci
130130
steps:
131131
- name: Checkout
@@ -173,7 +173,7 @@ jobs:
173173
fail-fast: false
174174
matrix: ${{ fromJSON(needs.cicd-gpu-test-matrix.outputs.matrix) }}
175175
needs: [pre-flight, cicd-wait-in-queue, cicd-container-build, cicd-gpu-test-matrix]
176-
runs-on: ${{ needs.pre-flight.outputs.runner_prefix }}-gpu-x2
176+
runs-on: ${{ needs.pre-flight.outputs.runner_prefix }}
177177
name: L0_Unit_Test_GPU-${{ matrix.gpu-test-group }}
178178
environment: nemo-ci
179179
if: |
@@ -201,7 +201,7 @@ jobs:
201201
PAT: ${{ secrets.PAT }}
202202
timeout: 40
203203
test-data-path: ${{ needs.pre-flight.outputs.test_data_path }}
204-
runner: ${{ needs.pre-flight.outputs.runner_prefix }}-gpu-x2
204+
runner: ${{ needs.pre-flight.outputs.runner_prefix }}
205205
container-image: ${{ env.container-registry }}/curator:${{ github.sha }}
206206
gpu-test-extras: ${{ matrix.extras }}
207207
gpu-test-paths: ${{ matrix.test-paths }}

.github/workflows/install-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ jobs:
410410
all-install-import-test:
411411
needs: [pre-flight, cuda-pre-flight]
412412
if: needs.pre-flight.outputs.docs_only != 'true'
413-
runs-on: ${{ needs.pre-flight.outputs.runner_prefix }}-gpu-x2
413+
runs-on: ${{ needs.pre-flight.outputs.runner_prefix }}
414414
name: "ALL Extras - Install + Import (uv) - Py3.12"
415415
steps:
416416
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)