From 06c1297056c8ec3c1e0109354b9303a34bf33df1 Mon Sep 17 00:00:00 2001 From: apbose Date: Mon, 22 Jun 2026 09:54:20 -0700 Subject: [PATCH] making L2 distributed tests run non dependant on L0,L1 --- .github/workflows/build-test-linux-x86_64.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test-linux-x86_64.yml b/.github/workflows/build-test-linux-x86_64.yml index bcf4968f2c..422aa67f3c 100644 --- a/.github/workflows/build-test-linux-x86_64.yml +++ b/.github/workflows/build-test-linux-x86_64.yml @@ -588,14 +588,12 @@ jobs: L2-dynamo-distributed-tests: name: ${{ matrix.display-name }} + # NOTE: intentionally does NOT depend on the L1-* jobs so that the + # distributed tests run irrespective of L1 pass/fail status. 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' || startsWith(github.ref_name, 'release/') || (startsWith(github.ref, 'refs/tags/v') && contains(github.ref_name, '-rc')) || contains(github.event.pull_request.labels.*.name, 'Force All Tests[L0+L1+L2]')) && always() || success() }} strategy: