Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/build-test-linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
L0-dynamo-converter-tests:
name: L0 dynamo converter tests
needs: [filter-matrix, build]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -109,6 +110,7 @@ jobs:
L0-dynamo-core-tests:
name: L0 dynamo core tests
needs: [filter-matrix, build]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -140,6 +142,7 @@ jobs:
L0-py-core-tests:
name: L0 core python tests
needs: [filter-matrix, build]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -168,6 +171,7 @@ jobs:
L0-torchscript-tests:
name: L0 torchscript tests
needs: [filter-matrix, build]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -200,6 +204,7 @@ jobs:
L1-dynamo-core-tests:
name: L1 dynamo core tests
needs: [filter-matrix, build, L0-dynamo-converter-tests, L0-dynamo-core-tests, L0-py-core-tests, L0-torchscript-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -228,6 +233,7 @@ jobs:
L1-dynamo-compile-tests:
name: L1 dynamo compile tests
needs: [filter-matrix, build, L0-dynamo-converter-tests, L0-dynamo-core-tests, L0-py-core-tests, L0-torchscript-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -256,6 +262,7 @@ jobs:
L1-torch-compile-tests:
name: L1 torch compile tests
needs: [filter-matrix, build, L0-dynamo-converter-tests, L0-dynamo-core-tests, L0-py-core-tests, L0-torchscript-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -286,6 +293,7 @@ jobs:
L1-torchscript-tests:
name: L1 torch script tests
needs: [filter-matrix, build, L0-dynamo-core-tests, L0-dynamo-converter-tests, L0-py-core-tests, L0-torchscript-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -318,6 +326,7 @@ jobs:
L2-torch-compile-tests:
name: L2 torch compile tests
needs: [filter-matrix, build, L1-torch-compile-tests, L1-dynamo-compile-tests, L1-dynamo-core-tests, L1-torchscript-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -347,6 +356,7 @@ jobs:
L2-dynamo-compile-tests:
name: L2 dynamo compile tests
needs: [filter-matrix, build, L1-dynamo-compile-tests, L1-dynamo-core-tests, L1-torch-compile-tests, L1-torchscript-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -376,6 +386,7 @@ jobs:
L2-dynamo-core-tests:
name: L2 dynamo core tests
needs: [filter-matrix, build, L1-dynamo-core-tests, L1-dynamo-compile-tests, L1-torch-compile-tests, L1-torchscript-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -404,6 +415,7 @@ jobs:
L2-dynamo-plugin-tests:
name: L2 dynamo plugin tests
needs: [filter-matrix, build, L1-dynamo-core-tests, L1-dynamo-compile-tests, L1-torch-compile-tests, L1-torchscript-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -432,6 +444,7 @@ jobs:
L2-torchscript-tests:
name: L2 torch script tests
needs: [filter-matrix, build, L1-dynamo-core-tests, L1-dynamo-compile-tests, L1-torch-compile-tests, L1-torchscript-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -464,6 +477,7 @@ jobs:
L2-dynamo-distributed-tests:
name: L2 dynamo distributed tests
needs: [filter-matrix, build, L1-dynamo-core-tests, L1-dynamo-compile-tests, L1-torch-compile-tests, L1-torchscript-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/build-test-linux-x86_64_rtx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
L0-dynamo-converter-tests:
name: L0 dynamo converter tests
needs: [filter-matrix, build]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -109,6 +110,7 @@ jobs:
L0-dynamo-core-tests:
name: L0 dynamo core tests
needs: [filter-matrix, build]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -141,6 +143,7 @@ jobs:
L0-py-core-tests:
name: L0 core python tests
needs: [filter-matrix, build]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -170,6 +173,7 @@ jobs:
L1-dynamo-core-tests:
name: L1 dynamo core tests
needs: [filter-matrix, build, L0-dynamo-converter-tests, L0-dynamo-core-tests, L0-py-core-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -199,6 +203,7 @@ jobs:
L1-dynamo-compile-tests:
name: L1 dynamo compile tests
needs: [filter-matrix, build, L0-dynamo-converter-tests, L0-dynamo-core-tests, L0-py-core-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -228,6 +233,7 @@ jobs:
L1-torch-compile-tests:
name: L1 torch compile tests
needs: [filter-matrix, build, L0-dynamo-converter-tests, L0-dynamo-core-tests, L0-py-core-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -260,6 +266,7 @@ jobs:
L2-torch-compile-tests:
name: L2 torch compile tests
needs: [filter-matrix, build, L1-torch-compile-tests, L1-dynamo-compile-tests, L1-dynamo-core-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -290,6 +297,7 @@ jobs:
L2-dynamo-compile-tests:
name: L2 dynamo compile tests
needs: [filter-matrix, build, L1-dynamo-compile-tests, L1-dynamo-core-tests, L1-torch-compile-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -320,6 +328,7 @@ jobs:
L2-dynamo-core-tests:
name: L2 dynamo core tests
needs: [filter-matrix, build, L1-dynamo-core-tests, L1-dynamo-compile-tests, L1-torch-compile-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -349,6 +358,7 @@ jobs:
L2-dynamo-plugin-tests:
name: L2 dynamo plugin tests
needs: [filter-matrix, build, L1-dynamo-core-tests, L1-dynamo-compile-tests, L1-torch-compile-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/build-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
L0-dynamo-converter-tests:
name: L0 dynamo converter tests
needs: [substitute-runner, build]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand All @@ -113,6 +114,7 @@ jobs:
L0-dynamo-core-tests:
name: L0 dynamo core tests
needs: [substitute-runner, build]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -140,6 +142,7 @@ jobs:
L0-py-core-tests:
name: L0 core python tests
needs: [substitute-runner, build]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand All @@ -165,6 +168,7 @@ jobs:
L0-torchscript-tests:
name: L0 torchscript tests
needs: [substitute-runner, build]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -194,6 +198,7 @@ jobs:
L1-dynamo-core-tests:
name: L1 dynamo core tests
needs: [substitute-runner, build, L0-dynamo-converter-tests, L0-dynamo-core-tests, L0-py-core-tests, L0-torchscript-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand All @@ -219,6 +224,7 @@ jobs:
L1-dynamo-compile-tests:
name: L1 dynamo compile tests
needs: [substitute-runner, build, L0-dynamo-converter-tests, L0-dynamo-core-tests, L0-py-core-tests, L0-torchscript-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand All @@ -244,6 +250,7 @@ jobs:
L1-torch-compile-tests:
name: L1 torch compile tests
needs: [substitute-runner, build, L0-dynamo-converter-tests, L0-dynamo-core-tests, L0-py-core-tests, L0-torchscript-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -271,6 +278,7 @@ jobs:
L1-torchscript-tests:
name: L1 torchscript tests
needs: [substitute-runner, build, L0-dynamo-converter-tests, L0-dynamo-core-tests, L0-py-core-tests, L0-torchscript-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -300,6 +308,7 @@ jobs:
L2-torch-compile-tests:
name: L2 torch compile tests
needs: [substitute-runner, build, L1-torch-compile-tests, L1-dynamo-compile-tests, L1-dynamo-core-tests, L1-torchscript-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand All @@ -326,6 +335,7 @@ jobs:
L2-dynamo-compile-tests:
name: L2 dynamo compile tests
needs: [substitute-runner, build, L1-torch-compile-tests, L1-dynamo-compile-tests, L1-dynamo-core-tests, L1-torchscript-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand All @@ -352,6 +362,7 @@ jobs:
L2-dynamo-core-tests:
name: L2 dynamo core tests
needs: [substitute-runner, build, L1-torch-compile-tests, L1-dynamo-compile-tests, L1-dynamo-core-tests, L1-torchscript-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand All @@ -377,6 +388,7 @@ jobs:
L2-dynamo-plugin-tests:
name: L2 dynamo plugin tests
needs: [substitute-runner, build, L1-torch-compile-tests, L1-dynamo-compile-tests, L1-dynamo-core-tests, L1-torchscript-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand All @@ -402,6 +414,7 @@ jobs:
L2-torchscript-tests:
name: L2 torchscript tests
needs: [substitute-runner, build, L1-torch-compile-tests, L1-dynamo-compile-tests, L1-dynamo-core-tests, L1-torchscript-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down
12 changes: 10 additions & 2 deletions .github/workflows/build-test-windows_rtx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
L0-dynamo-converter-tests:
name: L0 dynamo converter tests
needs: [substitute-runner, build]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand All @@ -116,6 +117,7 @@ jobs:
L0-dynamo-core-tests:
name: L0 dynamo core tests
needs: [substitute-runner, build]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -144,6 +146,7 @@ jobs:
L0-py-core-tests:
name: L0 core python tests
needs: [substitute-runner, build]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand All @@ -167,11 +170,10 @@ jobs:
../../../packaging/vc_env_helper.bat python -m pytest -ra -n 8 --junitxml=${RUNNER_TEST_RESULTS_DIR}/l0_py_core_tests_results.xml .
popd



L1-dynamo-core-tests:
name: L1 dynamo core tests
needs: [substitute-runner, build, L0-dynamo-converter-tests, L0-dynamo-core-tests, L0-py-core-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand All @@ -198,6 +200,7 @@ jobs:
L1-dynamo-compile-tests:
name: L1 dynamo compile tests
needs: [substitute-runner, build, L0-dynamo-converter-tests, L0-dynamo-core-tests, L0-py-core-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand All @@ -224,6 +227,7 @@ jobs:
L1-torch-compile-tests:
name: L1 torch compile tests
needs: [substitute-runner, build, L0-dynamo-converter-tests, L0-dynamo-core-tests, L0-py-core-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -252,6 +256,7 @@ jobs:
L2-torch-compile-tests:
name: L2 torch compile tests
needs: [substitute-runner, build, L1-torch-compile-tests, L1-dynamo-compile-tests, L1-dynamo-core-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -279,6 +284,7 @@ jobs:
L2-dynamo-compile-tests:
name: L2 dynamo compile tests
needs: [substitute-runner, build, L1-torch-compile-tests, L1-dynamo-compile-tests, L1-dynamo-core-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -306,6 +312,7 @@ jobs:
L2-dynamo-core-tests:
name: L2 dynamo core tests
needs: [substitute-runner, build, L1-torch-compile-tests, L1-dynamo-compile-tests, L1-dynamo-core-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand All @@ -332,6 +339,7 @@ jobs:
L2-dynamo-plugin-tests:
name: L2 dynamo plugin tests
needs: [substitute-runner, build, L1-torch-compile-tests, L1-dynamo-compile-tests, L1-dynamo-core-tests]
if: ${{ (github.ref_name == 'main' || github.ref_name == 'nightly' || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }}
strategy:
fail-fast: false
matrix:
Expand Down
Loading