Skip to content

Commit

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

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

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

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

container:
image: ghcr.io/${{ github.repository }}/tt-mlir-ci-ubuntu-22-04:e45a8f367214220539b35d1730b407bc4424d603
image: ghcr.io/${{ github.repository }}/tt-mlir-ci-ubuntu-22-04:e377cd56a71523140ca6ae87e30244719194a521
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

0 comments on commit beb9609

Please sign in to comment.