Skip to content

Commit 96eeeb5

Browse files
authored
[skip ci] Move T3K fast tests to CIv2 (#24187)
### Ticket N/A ### Problem description T3Ks are backlogged, holding up APC runs. ### What's changed 2 machines are moving over to CIv2, shift the _fast_ T3K runs to CIv2 where we expect to see lower latency for job queues. ### Checklist - [x] [All post commit](https://github.com/tenstorrent/tt-metal/actions/workflows/all-post-commit-workflows.yaml) CI [passes](https://github.com/tenstorrent/tt-metal/actions/runs/15891112947) - [x] T3K Fast CI [passes](https://github.com/tenstorrent/tt-metal/actions/runs/15891110424)
1 parent ef7189d commit 96eeeb5

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/t3000-fast-tests-impl.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,18 @@ on:
1212
wheel-artifact-name:
1313
required: true
1414
type: string
15-
extra-tag:
16-
required: false
17-
type: string
18-
default: "in-service"
1915

2016
jobs:
2117
t3000-unit-tests:
2218
strategy:
2319
fail-fast: false
2420
matrix:
2521
test-group: [
26-
{ name: "t3k fabric tests", arch: wormhole_b0, cmd: run_t3000_ttfabric_tests, timeout: 10, label: pipeline-functional, owner_id: UJ45FEC7M}, # Allan Liu
22+
{ name: "t3k fabric tests", arch: wormhole_b0, cmd: run_t3000_ttfabric_tests, timeout: 10, owner_id: UJ45FEC7M}, # Allan Liu
2723
]
2824
name: ${{ matrix.test-group.name }}
2925
runs-on:
30-
- arch-wormhole_b0
31-
- config-t3000
32-
- ${{ matrix.test-group.label}}
33-
- ${{ inputs.extra-tag }}
26+
- tt-beta-ubuntu-2204-N300-llmbox-large-stable
3427
container:
3528
image: ${{ inputs.docker-image || 'docker-image-unresolved!' }}
3629
env:

0 commit comments

Comments
 (0)