Skip to content

Commit d25738e

Browse files
committed
force run all tests
1 parent ac478ea commit d25738e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/build-test-linux-x86_64.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
L0-dynamo-converter-tests:
8282
name: L0 dynamo converter tests
8383
needs: [filter-matrix, build]
84+
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
8485
strategy:
8586
fail-fast: false
8687
matrix:
@@ -200,6 +201,7 @@ jobs:
200201
L1-dynamo-core-tests:
201202
name: L1 dynamo core tests
202203
needs: [filter-matrix, build, L0-dynamo-converter-tests, L0-dynamo-core-tests, L0-py-core-tests, L0-torchscript-tests]
204+
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
203205
strategy:
204206
fail-fast: false
205207
matrix:
@@ -228,6 +230,7 @@ jobs:
228230
L1-dynamo-compile-tests:
229231
name: L1 dynamo compile tests
230232
needs: [filter-matrix, build, L0-dynamo-converter-tests, L0-dynamo-core-tests, L0-py-core-tests, L0-torchscript-tests]
233+
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
231234
strategy:
232235
fail-fast: false
233236
matrix:
@@ -256,6 +259,7 @@ jobs:
256259
L1-torch-compile-tests:
257260
name: L1 torch compile tests
258261
needs: [filter-matrix, build, L0-dynamo-converter-tests, L0-dynamo-core-tests, L0-py-core-tests, L0-torchscript-tests]
262+
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
259263
strategy:
260264
fail-fast: false
261265
matrix:
@@ -286,6 +290,7 @@ jobs:
286290
L1-torchscript-tests:
287291
name: L1 torch script tests
288292
needs: [filter-matrix, build, L0-dynamo-core-tests, L0-dynamo-converter-tests, L0-py-core-tests, L0-torchscript-tests]
293+
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
289294
strategy:
290295
fail-fast: false
291296
matrix:
@@ -318,6 +323,7 @@ jobs:
318323
L2-torch-compile-tests:
319324
name: L2 torch compile tests
320325
needs: [filter-matrix, build, L1-torch-compile-tests, L1-dynamo-compile-tests, L1-dynamo-core-tests, L1-torchscript-tests]
326+
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
321327
strategy:
322328
fail-fast: false
323329
matrix:
@@ -347,6 +353,7 @@ jobs:
347353
L2-dynamo-compile-tests:
348354
name: L2 dynamo compile tests
349355
needs: [filter-matrix, build, L1-dynamo-compile-tests, L1-dynamo-core-tests, L1-torch-compile-tests, L1-torchscript-tests]
356+
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
350357
strategy:
351358
fail-fast: false
352359
matrix:
@@ -376,6 +383,7 @@ jobs:
376383
L2-dynamo-core-tests:
377384
name: L2 dynamo core tests
378385
needs: [filter-matrix, build, L1-dynamo-core-tests, L1-dynamo-compile-tests, L1-torch-compile-tests, L1-torchscript-tests]
386+
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
379387
strategy:
380388
fail-fast: false
381389
matrix:
@@ -404,6 +412,7 @@ jobs:
404412
L2-dynamo-plugin-tests:
405413
name: L2 dynamo plugin tests
406414
needs: [filter-matrix, build, L1-dynamo-core-tests, L1-dynamo-compile-tests, L1-torch-compile-tests, L1-torchscript-tests]
415+
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
407416
strategy:
408417
fail-fast: false
409418
matrix:
@@ -432,6 +441,7 @@ jobs:
432441
L2-torchscript-tests:
433442
name: L2 torch script tests
434443
needs: [filter-matrix, build, L1-dynamo-core-tests, L1-dynamo-compile-tests, L1-torch-compile-tests, L1-torchscript-tests]
444+
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
435445
strategy:
436446
fail-fast: false
437447
matrix:
@@ -464,6 +474,7 @@ jobs:
464474
L2-dynamo-distributed-tests:
465475
name: L2 dynamo distributed tests
466476
needs: [filter-matrix, build, L1-dynamo-core-tests, L1-dynamo-compile-tests, L1-torch-compile-tests, L1-torchscript-tests]
477+
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
467478
strategy:
468479
fail-fast: false
469480
matrix:

0 commit comments

Comments
 (0)