-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Revert "#6759: enable watcher on all post-commit pipelines""
This reverts commit 0191a1e.
- Loading branch information
1 parent
a6d7f6d
commit ef7f5d9
Showing
4 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ 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/[email protected] | ||
|
@@ -49,3 +50,9 @@ 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,7 @@ 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/[email protected] | ||
|
@@ -62,6 +63,12 @@ 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ 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/[email protected] | ||
|
@@ -49,3 +50,9 @@ 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ 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/[email protected] | ||
|
@@ -51,3 +52,9 @@ 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 |