From 0191a1ede9a54b6ba45e123b7828aaa03ca4b3b3 Mon Sep 17 00:00:00 2001 From: Bill Teng <135061747+TT-billteng@users.noreply.github.com> Date: Wed, 27 Mar 2024 21:44:52 -0700 Subject: [PATCH] Revert "#6759: enable watcher on all post-commit pipelines" This reverts commit db8b348b7a87a6cae3a7c5d9ebbffdc8779fb837. --- .github/workflows/cpp-post-commit.yaml | 7 ------- .github/workflows/fast-dispatch-build-and-unit-tests.yaml | 7 ------- .github/workflows/models-post-commit.yaml | 7 ------- .github/workflows/ttnn-post-commit.yaml | 7 ------- 4 files changed, 28 deletions(-) diff --git a/.github/workflows/cpp-post-commit.yaml b/.github/workflows/cpp-post-commit.yaml index 4f67c47b255..222a0023122 100644 --- a/.github/workflows/cpp-post-commit.yaml +++ b/.github/workflows/cpp-post-commit.yaml @@ -28,7 +28,6 @@ jobs: CONFIG: ci LOGURU_LEVEL: INFO LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib - TT_METAL_WATCHER: 60 runs-on: ${{ matrix.runner-info.runs-on }} steps: - uses: tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0 @@ -50,9 +49,3 @@ jobs: cd $TT_METAL_HOME export PYTHONPATH=$TT_METAL_HOME ${{ matrix.test-group.cmd }} - - name: Upload watcher log - if: always() - uses: actions/upload-artifact@v4 - with: - name: watcher-log-${{ matrix.runner-info.arch }}-${{ matrix.runner-info.name }} - path: built/watcher.log diff --git a/.github/workflows/fast-dispatch-build-and-unit-tests.yaml b/.github/workflows/fast-dispatch-build-and-unit-tests.yaml index 0b98957abc9..cd0bbb2228e 100644 --- a/.github/workflows/fast-dispatch-build-and-unit-tests.yaml +++ b/.github/workflows/fast-dispatch-build-and-unit-tests.yaml @@ -41,7 +41,6 @@ jobs: CONFIG: ci LOGURU_LEVEL: INFO LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib - TT_METAL_WATCHER: 60 runs-on: ${{ matrix.runner-info.runs-on }} steps: - uses: tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0 @@ -63,12 +62,6 @@ jobs: cd $TT_METAL_HOME export PYTHONPATH=$TT_METAL_HOME ${{ matrix.test-group.cmd }} - - name: Upload watcher log - if: always() - uses: actions/upload-artifact@v4 - with: - name: watcher-log-${{ matrix.runner-info.arch }}-${{ matrix.runner-info.name }} - path: built/watcher.log build-docs: strategy: # Do not fail-fast because we need to ensure all tests go to completion diff --git a/.github/workflows/models-post-commit.yaml b/.github/workflows/models-post-commit.yaml index 1ce0712c6ab..e3a72691c4a 100644 --- a/.github/workflows/models-post-commit.yaml +++ b/.github/workflows/models-post-commit.yaml @@ -28,7 +28,6 @@ jobs: CONFIG: ci LOGURU_LEVEL: INFO LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib - TT_METAL_WATCHER: 60 runs-on: ${{ matrix.runner-info.runs-on }} steps: - uses: tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0 @@ -50,9 +49,3 @@ jobs: cd $TT_METAL_HOME export PYTHONPATH=$TT_METAL_HOME ${{ matrix.test-group.cmd }} - - name: Upload watcher log - if: always() - uses: actions/upload-artifact@v4 - with: - name: watcher-log-${{ matrix.runner-info.arch }}-${{ matrix.runner-info.name }} - path: built/watcher.log diff --git a/.github/workflows/ttnn-post-commit.yaml b/.github/workflows/ttnn-post-commit.yaml index 7a7798057c7..d4cceda8859 100644 --- a/.github/workflows/ttnn-post-commit.yaml +++ b/.github/workflows/ttnn-post-commit.yaml @@ -30,7 +30,6 @@ jobs: CONFIG: ci LOGURU_LEVEL: INFO LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib - TT_METAL_WATCHER: 60 runs-on: ${{ matrix.runner-info.runs-on }} steps: - uses: tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0 @@ -52,9 +51,3 @@ jobs: cd $TT_METAL_HOME export PYTHONPATH=$TT_METAL_HOME ${{ matrix.test-group.cmd }} - - name: Upload watcher log - if: always() - uses: actions/upload-artifact@v4 - with: - name: watcher-log-${{ matrix.runner-info.arch }}-${{ matrix.runner-info.name }} - path: built/watcher.log