Skip to content
Merged
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
3 changes: 2 additions & 1 deletion .github/workflows/build-test-linux-aarch64-jetpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
post-script: packaging/post_build_script.sh
smoke-test-script: packaging/smoke_test_script.sh
package-name: torch_tensorrt
name: Build Jetpack torch-tensorrt whl package
display-name: Build Jetpack torch-tensorrt whl package
name: ${{ matrix.display-name }}
uses: ./.github/workflows/build_linux.yml
with:
repository: ${{ matrix.repository }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-test-linux-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
post-script: packaging/post_build_script.sh
smoke-test-script: packaging/smoke_test_script.sh
package-name: torch_tensorrt
name: Build SBSA torch-tensorrt whl package
display-name: Build SBSA torch-tensorrt whl package
name: ${{ matrix.display-name }}
uses: ./.github/workflows/build_linux.yml
with:
repository: ${{ matrix.repository }}
Expand Down
45 changes: 30 additions & 15 deletions .github/workflows/build-test-linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
post-script: packaging/post_build_script.sh
smoke-test-script: packaging/smoke_test_script.sh
package-name: torch_tensorrt
name: Build Linux x86_64 torch-tensorrt whl package
display-name: Build Linux x86_64 torch-tensorrt whl package
name: ${{ matrix.display-name }}
uses: ./.github/workflows/build_linux.yml
with:
repository: ${{ matrix.repository }}
Expand All @@ -80,7 +81,7 @@ jobs:
pip-install-torch-extra-args: "--extra-index-url https://pypi.org/simple"

L0-dynamo-converter-tests:
name: L0 dynamo converter tests
name: ${{ matrix.display-name }}
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:
Expand All @@ -92,6 +93,7 @@ jobs:
pre-script: packaging/pre_build_script.sh
post-script: packaging/post_build_script.sh
smoke-test-script: packaging/smoke_test_script.sh
display-name: L0 dynamo converter tests
uses: ./.github/workflows/linux-test.yml
with:
job-name: L0-dynamo-converter-tests
Expand All @@ -109,7 +111,7 @@ jobs:
popd

L0-dynamo-core-tests:
name: L0 dynamo core tests
name: ${{ matrix.display-name }}
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:
Expand All @@ -121,6 +123,7 @@ jobs:
pre-script: packaging/pre_build_script.sh
post-script: packaging/post_build_script.sh
smoke-test-script: packaging/smoke_test_script.sh
display-name: L0 dynamo core tests
uses: ./.github/workflows/linux-test.yml
with:
job-name: L0-dynamo-core-tests
Expand All @@ -141,7 +144,7 @@ jobs:
popd

L0-py-core-tests:
name: L0 core python tests
name: ${{ matrix.display-name }}
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:
Expand All @@ -153,6 +156,7 @@ jobs:
pre-script: packaging/pre_build_script.sh
post-script: packaging/post_build_script.sh
smoke-test-script: packaging/smoke_test_script.sh
display-name: L0 core python tests
uses: ./.github/workflows/linux-test.yml
with:
job-name: L0-py-core-tests
Expand All @@ -170,7 +174,7 @@ jobs:
popd

L0-torchscript-tests:
name: L0 torchscript tests
name: ${{ matrix.display-name }}
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:
Expand All @@ -182,6 +186,7 @@ jobs:
pre-script: packaging/pre_build_script.sh
post-script: packaging/post_build_script.sh
smoke-test-script: packaging/smoke_test_script.sh
display-name: L0 torchscript tests
uses: ./.github/workflows/linux-test.yml
with:
job-name: L0-torchscript-tests
Expand All @@ -203,7 +208,7 @@ jobs:
popd

L1-dynamo-core-tests:
name: L1 dynamo core tests
name: ${{ matrix.display-name }}
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:
Expand All @@ -215,6 +220,7 @@ jobs:
pre-script: packaging/pre_build_script.sh
post-script: packaging/post_build_script.sh
smoke-test-script: packaging/smoke_test_script.sh
display-name: L1 dynamo core tests
uses: ./.github/workflows/linux-test.yml
with:
job-name: L1-dynamo-core-tests
Expand All @@ -234,7 +240,7 @@ jobs:
popd

L1-dynamo-compile-tests:
name: L1 dynamo compile tests
name: ${{ matrix.display-name }}
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:
Expand All @@ -246,6 +252,7 @@ jobs:
pre-script: packaging/pre_build_script.sh
post-script: packaging/post_build_script.sh
smoke-test-script: packaging/smoke_test_script.sh
display-name: L1 dynamo compile tests
uses: ./.github/workflows/linux-test.yml
with:
job-name: L1-dynamo-compile-tests
Expand All @@ -263,7 +270,7 @@ jobs:
popd

L1-torch-compile-tests:
name: L1 torch compile tests
name: ${{ matrix.display-name }}
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:
Expand All @@ -275,6 +282,7 @@ jobs:
pre-script: packaging/pre_build_script.sh
post-script: packaging/post_build_script.sh
smoke-test-script: packaging/smoke_test_script.sh
display-name: L1 torch compile tests
uses: ./.github/workflows/linux-test.yml
with:
job-name: L1-torch-compile-tests
Expand All @@ -294,7 +302,7 @@ jobs:
popd

L1-torchscript-tests:
name: L1 torch script tests
name: ${{ matrix.display-name }}
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:
Expand All @@ -306,6 +314,7 @@ jobs:
pre-script: packaging/pre_build_script.sh
post-script: packaging/post_build_script.sh
smoke-test-script: packaging/smoke_test_script.sh
display-name: L1 torch script tests
uses: ./.github/workflows/linux-test.yml
with:
job-name: L1-torchscript-tests
Expand All @@ -327,7 +336,7 @@ jobs:
popd

L2-torch-compile-tests:
name: L2 torch compile tests
name: ${{ matrix.display-name }}
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:
Expand All @@ -339,6 +348,7 @@ jobs:
pre-script: packaging/pre_build_script.sh
post-script: packaging/post_build_script.sh
smoke-test-script: packaging/smoke_test_script.sh
display-name: L2 torch compile tests
uses: ./.github/workflows/linux-test.yml
with:
job-name: L2-torch-compile-tests
Expand All @@ -357,7 +367,7 @@ jobs:
popd

L2-dynamo-compile-tests:
name: L2 dynamo compile tests
name: ${{ matrix.display-name }}
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:
Expand All @@ -369,6 +379,7 @@ jobs:
pre-script: packaging/pre_build_script.sh
post-script: packaging/post_build_script.sh
smoke-test-script: packaging/smoke_test_script.sh
display-name: L2 dynamo compile tests
uses: ./.github/workflows/linux-test.yml
with:
job-name: L2-dynamo-compile-tests
Expand All @@ -387,7 +398,7 @@ jobs:
popd

L2-dynamo-core-tests:
name: L2 dynamo core tests
name: ${{ matrix.display-name }}
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:
Expand All @@ -399,6 +410,7 @@ jobs:
pre-script: packaging/pre_build_script.sh
post-script: packaging/post_build_script.sh
smoke-test-script: packaging/smoke_test_script.sh
display-name: L2 dynamo core tests
uses: ./.github/workflows/linux-test.yml
with:
job-name: L2-dynamo-core-tests
Expand All @@ -416,7 +428,7 @@ jobs:
popd

L2-dynamo-plugin-tests:
name: L2 dynamo plugin tests
name: ${{ matrix.display-name }}
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:
Expand All @@ -428,6 +440,7 @@ jobs:
pre-script: packaging/pre_build_script.sh
post-script: packaging/post_build_script.sh
smoke-test-script: packaging/smoke_test_script.sh
display-name: L2 dynamo plugin tests
uses: ./.github/workflows/linux-test.yml
with:
job-name: L2-dynamo-plugin-tests
Expand All @@ -448,7 +461,7 @@ jobs:
popd

L2-torchscript-tests:
name: L2 torch script tests
name: ${{ matrix.display-name }}
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:
Expand All @@ -460,6 +473,7 @@ jobs:
pre-script: packaging/pre_build_script.sh
post-script: packaging/post_build_script.sh
smoke-test-script: packaging/smoke_test_script.sh
display-name: L2 torch script tests
uses: ./.github/workflows/linux-test.yml
with:
job-name: L2-torchscript-tests
Expand All @@ -481,7 +495,7 @@ jobs:
popd

L2-dynamo-distributed-tests:
name: L2 dynamo distributed tests
name: ${{ matrix.display-name }}
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:
Expand All @@ -493,6 +507,7 @@ jobs:
pre-script: packaging/pre_build_script.sh
post-script: packaging/post_build_script.sh
smoke-test-script: packaging/smoke_test_script.sh
display-name: L2 dynamo distributed tests
uses: ./.github/workflows/linux-test.yml
with:
job-name: L2-dynamo-distributed-tests
Expand Down
Loading
Loading