Skip to content

Commit

Permalink
Run tests with new image
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilosevic committed Sep 10, 2024
1 parent 69eb514 commit 3a4c216
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build and Test
on:
workflow_dispatch:
workflow_call:
push:

jobs:
build-ttmlir:
Expand All @@ -21,7 +22,7 @@ jobs:
- ${{ matrix.build.runs-on }}

container:
image: ghcr.io/${{ github.repository }}/tt-mlir-ci-ubuntu-22-04:latest
image: ghcr.io/${{ github.repository }}/tt-mlir-ci-ubuntu-22-04:69eb514dfed828d0a4ef89d410f9866c73891026
options: --user root

steps:
Expand Down Expand Up @@ -126,7 +127,7 @@ jobs:
- ${{ matrix.build.runs-on }}

container:
image: ghcr.io/${{ github.repository }}/tt-mlir-ci-ubuntu-22-04:latest
image: ghcr.io/${{ github.repository }}/tt-mlir-ci-ubuntu-22-04:69eb514dfed828d0a4ef89d410f9866c73891026
options: --user root --device /dev/tenstorrent/0
volumes:
- /dev/hugepages:/dev/hugepages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Publish Docker Image
on:
workflow_dispatch:
workflow_call:
push:
# push:

jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build in Docker
on:
workflow_dispatch:
workflow_call:
push:

jobs:

Expand All @@ -21,7 +22,7 @@ jobs:
- ${{ matrix.build.runs-on }}

container:
image: ghcr.io/${{ github.repository }}/tt-mlir-ci-${{ matrix.image }}:latest
image: ghcr.io/${{ github.repository }}/tt-mlir-ci-${{ matrix.image }}:69eb514dfed828d0a4ef89d410f9866c73891026
options: --user root

steps:
Expand Down

0 comments on commit 3a4c216

Please sign in to comment.