Skip to content

Commit

Permalink
Move problematic models to their own job and always generate artifact…
Browse files Browse the repository at this point in the history
… spreadsheet
  • Loading branch information
AleksKnezevic committed Jan 28, 2025
1 parent 1cdebeb commit 05d7f43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ jobs:
uses: ./.github/workflows/run-model-tests.yml
secrets: inherit
download-report:
if: success() || failure()
needs: test
uses: ./.github/workflows/generate-model-report.yml
secrets: inherit
generate-ttnn-md:
if: success() || failure()
needs: download-report
uses: ./.github/workflows/generate-ttnn-md.yml
secrets: inherit
4 changes: 4 additions & 0 deletions .github/workflows/run-model-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
tests/models/xglm/test_xglm.py::test_xglm \
tests/models/yolov3/test_yolov3.py::test_yolov3 \
tests/models/yolov5/test_yolov5.py::test_yolov5 \
"
},
{
runs-on: n150, name: "run3", tests: "\
tests/models/gpt_neo/test_gpt_neo.py::test_gpt_neo \
tests/models/falcon/test_falcon.py::test_falcon \
"
Expand Down

0 comments on commit 05d7f43

Please sign in to comment.