From b5be91b798131c052c1d248f480415dc5400f4e7 Mon Sep 17 00:00:00 2001 From: Raymond Kim Date: Fri, 7 Mar 2025 14:52:02 -0500 Subject: [PATCH 1/3] #0: Use even less GS in workflows, looks like GS branch is broken for docker smoke tests --- .../build-and-unit-tests-wrapper.yaml | 1 - .../workflows/cpp-post-commit-wrapper.yaml | 1 - ...dispatch-build-and-unit-tests-wrapper.yaml | 4 ---- ...atch-full-regressions-and-models-impl.yaml | 21 ------------------- .github/workflows/publish-release-image.yaml | 4 ---- 5 files changed, 31 deletions(-) diff --git a/.github/workflows/build-and-unit-tests-wrapper.yaml b/.github/workflows/build-and-unit-tests-wrapper.yaml index 1d9dc767873..94c85bef7ad 100644 --- a/.github/workflows/build-and-unit-tests-wrapper.yaml +++ b/.github/workflows/build-and-unit-tests-wrapper.yaml @@ -15,7 +15,6 @@ jobs: fail-fast: false matrix: test-group: [ - { arch: grayskull, runner-label: E150 }, { arch: wormhole_b0, runner-label: N150 }, { arch: wormhole_b0, runner-label: N300 }, ] diff --git a/.github/workflows/cpp-post-commit-wrapper.yaml b/.github/workflows/cpp-post-commit-wrapper.yaml index cdc99fd5e43..54363e5fb06 100644 --- a/.github/workflows/cpp-post-commit-wrapper.yaml +++ b/.github/workflows/cpp-post-commit-wrapper.yaml @@ -18,7 +18,6 @@ jobs: fail-fast: false matrix: test-group: [ - { arch: grayskull, runner-label: E150 }, { arch: wormhole_b0, runner-label: N150 }, { arch: wormhole_b0, runner-label: N300 }, ] diff --git a/.github/workflows/fast-dispatch-build-and-unit-tests-wrapper.yaml b/.github/workflows/fast-dispatch-build-and-unit-tests-wrapper.yaml index cfbaf686cd5..59de1d24981 100644 --- a/.github/workflows/fast-dispatch-build-and-unit-tests-wrapper.yaml +++ b/.github/workflows/fast-dispatch-build-and-unit-tests-wrapper.yaml @@ -19,7 +19,6 @@ jobs: fail-fast: false matrix: test-group: [ - { arch: grayskull, runner-label: E150 }, { arch: wormhole_b0, runner-label: N150 }, { arch: wormhole_b0, runner-label: N300 }, ] @@ -35,7 +34,6 @@ jobs: fail-fast: false matrix: test-group: [ - { arch: grayskull, runner-label: E150 }, { arch: wormhole_b0, runner-label: N150 }, { arch: wormhole_b0, runner-label: N300 }, ] @@ -52,7 +50,6 @@ jobs: fail-fast: false matrix: test-group: [ - { arch: grayskull, runner-label: E150 }, { arch: wormhole_b0, runner-label: N150 }, { arch: wormhole_b0, runner-label: N300 }, ] @@ -69,7 +66,6 @@ jobs: fail-fast: false matrix: test-group: [ - { arch: grayskull, runner-label: E150 }, { arch: wormhole_b0, runner-label: N150 }, { arch: wormhole_b0, runner-label: N300 }, ] diff --git a/.github/workflows/fast-dispatch-full-regressions-and-models-impl.yaml b/.github/workflows/fast-dispatch-full-regressions-and-models-impl.yaml index 7ba951dd288..17f132fb4e3 100644 --- a/.github/workflows/fast-dispatch-full-regressions-and-models-impl.yaml +++ b/.github/workflows/fast-dispatch-full-regressions-and-models-impl.yaml @@ -12,20 +12,6 @@ jobs: matrix: test-group: [ - # { - # name: "Common models GS", - # arch: grayskull, - # runs-on: ["cloud-virtual-machine", "E150", "in-service"], - # cmd: tests/scripts/single_card/nightly/run_common_models.sh, - # timeout: 40 - # }, - # { - # name: "GS ttnn nightly", - # arch: grayskull, - # runs-on: ["cloud-virtual-machine", "E150", "in-service"], - # cmd: tests/scripts/single_card/nightly/run_ttnn.sh, - # timeout: 40 - # }, { name: "WH N150 ttnn nightly", arch: wormhole_b0, @@ -40,13 +26,6 @@ jobs: cmd: tests/scripts/single_card/nightly/run_ttnn.sh, timeout: 70 }, - # { - # name: "GS-only models", - # arch: grayskull, - # runs-on: ["cloud-virtual-machine", "E150", "in-service"], - # cmd: tests/scripts/single_card/nightly/run_gs_only.sh, - # timeout: 40 - # }, ] name: FD ${{ matrix.test-group.name }} ${{ matrix.test-group.arch }} env: diff --git a/.github/workflows/publish-release-image.yaml b/.github/workflows/publish-release-image.yaml index 6eae630fef5..a597e34942c 100644 --- a/.github/workflows/publish-release-image.yaml +++ b/.github/workflows/publish-release-image.yaml @@ -67,10 +67,6 @@ jobs: os: [ubuntu-20.04] test_group: [ - { - runs-on: ["cloud-virtual-machine", "E150", "in-service"], - cmd: pytest tests/end_to_end_tests, - }, { runs-on: ["cloud-virtual-machine", "N150", "in-service"], cmd: pytest tests/end_to_end_tests, From cf9703d805f3c7ba70ed7c3118a91523c95dd6b0 Mon Sep 17 00:00:00 2001 From: Raymond Kim Date: Fri, 7 Mar 2025 17:00:27 -0500 Subject: [PATCH 2/3] #0: Make sure wheel is available --- .github/workflows/publish-release-image-wrapper.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish-release-image-wrapper.yaml b/.github/workflows/publish-release-image-wrapper.yaml index 371732d2f80..30d15f2b772 100644 --- a/.github/workflows/publish-release-image-wrapper.yaml +++ b/.github/workflows/publish-release-image-wrapper.yaml @@ -6,6 +6,9 @@ jobs: build-artifact: uses: ./.github/workflows/build-artifact.yaml secrets: inherit + build-wheel: + build-wheel: true + version: "20.04" publish-release-image: needs: build-artifact uses: ./.github/workflows/publish-release-image.yaml From 46fe54c941538ad8415d9036a4823005a5f39bb5 Mon Sep 17 00:00:00 2001 From: Raymond Kim Date: Fri, 7 Mar 2025 17:01:59 -0500 Subject: [PATCH 3/3] lmaooo --- .github/workflows/publish-release-image-wrapper.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release-image-wrapper.yaml b/.github/workflows/publish-release-image-wrapper.yaml index 30d15f2b772..0ae16d14a9e 100644 --- a/.github/workflows/publish-release-image-wrapper.yaml +++ b/.github/workflows/publish-release-image-wrapper.yaml @@ -6,7 +6,7 @@ jobs: build-artifact: uses: ./.github/workflows/build-artifact.yaml secrets: inherit - build-wheel: + with: build-wheel: true version: "20.04" publish-release-image: