Skip to content

Commit

Permalink
Run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilosevic committed Aug 16, 2024
1 parent 0d555a8 commit 6be2dc9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
strategy:
fail-fast: false
matrix:
image:
image:
- ubuntu-22-04
labels:
- n150
- n300
build:
build:
- {runs-on: self-hosted, build_type: Release, enable_runtime: ON}


runs-on:

runs-on:
- self-hosted
- ${{ matrix.labels }}

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Upload Test Report
uses: actions/upload-artifact@v4
with:
name: test-reports-${{ matrix.build.runs-on }}
name: test-reports-${{ matrix.labels }}
path: build/test/report.xml

- name: Show Test Report
Expand All @@ -101,4 +101,4 @@ jobs:
ttrt query --save-artifacts
export SYSTEM_DESC_PATH=$(pwd)/ttrt-artifacts/system_desc.ttsys
llvm-lit -v ./build/test/ttmlir/Silicon
ttrt run build/test/ttmlir/Silicon --save-artifacts
ttrt run build/test/ttmlir/Silicon --save-artifacts

0 comments on commit 6be2dc9

Please sign in to comment.