Skip to content

Commit

Permalink
#0: explicitly list hw configurations available
Browse files Browse the repository at this point in the history
  • Loading branch information
TT-billteng committed Sep 13, 2024
1 parent d98d848 commit ac3cff0
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/test-dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,21 @@ on:
options:
- grayskull
- wormhole_b0
runner-label:
hw-config:
required: true
type: string
type: choice
options:
- E150
- N150
- N300
- config-t3000
- config-tg
- config-tgg
- BH
runner-label:
required: false
type: array
default: ["in-service"]
build-type:
required: false
type: choice
Expand Down Expand Up @@ -50,9 +62,9 @@ jobs:
ARCH_NAME: ${{ inputs.arch }}
LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib
environment: dev
runs-on:
runs-on:
- ${{ inputs.runner-label }}
- "in-service"
- ${{ inputs.hw-config }}
steps:
- uses: tenstorrent-metal/metal-workflows/.github/actions/[email protected]
- name: Ensure weka mount is active
Expand Down

0 comments on commit ac3cff0

Please sign in to comment.