Skip to content

Commit

Permalink
[ci] error out on test failure (#180)
Browse files Browse the repository at this point in the history
Also, removing llama tests, since they are hitting OOM when running on CI.

Fixes #159
  • Loading branch information
pilkicTT authored Aug 26, 2024
1 parent cb7356d commit fc8aae0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
run: |
source env/activate
pytest
continue-on-error: true
- name: Upload Test Report
uses: actions/upload-artifact@v4
Expand Down
4 changes: 0 additions & 4 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,5 @@ testpaths =
pybuda/test/mlir/mnist/test_inference.py
pybuda/test/mlir/test_training.py

# Llama 3B
pybuda/test/mlir/llama/test_llama_inference.py
pybuda/test/mlir/llama/tests

filterwarnings =
ignore::DeprecationWarning

0 comments on commit fc8aae0

Please sign in to comment.