Skip to content

Commit

Permalink
No ARCH_NAME in CI building umd_device - on push job (#89)
Browse files Browse the repository at this point in the history
Forgot to change this workflow, which gets activated only on push. 
I've actually now manually ran it on this branch to verify it works:
https://github.com/tenstorrent/tt-umd/actions/runs/11102792536
  • Loading branch information
broskoTT authored Sep 30, 2024
1 parent 60d54de commit 5add3dd
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,9 @@ on:
jobs:
build-all:
secrets: inherit
strategy:
fail-fast: false
matrix:
test-group: [
{ arch: grayskull },
{ arch: wormhole_b0 },
{ arch: blackhole },
]
uses: ./.github/workflows/build-target.yml
uses: ./.github/workflows/build-device.yml
with:
arch: ${{ matrix.test-group.arch }}
timeout: 10
build-target: umd_device

build-tests:
secrets: inherit
Expand All @@ -33,12 +23,10 @@ jobs:
{ arch: wormhole_b0 },
# { arch: blackhole },
]
uses: ./.github/workflows/build-target.yml
uses: ./.github/workflows/build-tests.yml
with:
arch: ${{ matrix.test-group.arch }}
timeout: 10
build-target: umd_tests
upload-artifacts: true

test-all:
secrets: inherit
Expand All @@ -59,4 +47,4 @@ jobs:
with:
arch: ${{ matrix.test-group.arch }}
card: ${{ matrix.test-group.card }}
timeout: ${{ matrix.test-group.timeout }}
timeout: ${{ matrix.test-group.timeout }}

0 comments on commit 5add3dd

Please sign in to comment.