Skip to content

Commit

Permalink
#0: Use even less GS in workflows, looks like GS branch is broken for…
Browse files Browse the repository at this point in the history
… docker smoke tests (#18796)

… 

### Ticket
Link to Github Issue

### Problem description
Provide context for the problem.

### What's changed
Describe the approach used to solve the problem.
Summarize the changes made and its impact.

### Checklist
- [ ] [All post
commit](https://github.com/tenstorrent/tt-metal/actions/workflows/all-post-commit-workflows.yaml)
CI passes
- [ ] [Blackhole Post
commit](https://github.com/tenstorrent/tt-metal/actions/workflows/blackhole-post-commit.yaml)
CI passes (if applicable)
- [ ] [Model
regression](https://github.com/tenstorrent/tt-metal/actions/workflows/perf-models.yaml)
CI passes (if applicable)
- [ ] [Device performance
regression](https://github.com/tenstorrent/tt-metal/actions/workflows/perf-device-models.yaml)
CI passes (if applicable)
- [ ] **(For models and ops writers)** Full [new models
tests](https://github.com/tenstorrent/tt-metal/actions/workflows/full-new-models-suite.yaml)
CI passes (if applicable)
- [ ] New/Existing tests provide coverage for changes
  • Loading branch information
tt-rkim authored Mar 9, 2025
1 parent ab43393 commit 3e5e9d7
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 31 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-and-unit-tests-wrapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
fail-fast: false
matrix:
test-group: [
{ arch: grayskull, runner-label: E150 },
{ arch: wormhole_b0, runner-label: N150 },
{ arch: wormhole_b0, runner-label: N300 },
]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/cpp-post-commit-wrapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
fail-fast: false
matrix:
test-group: [
{ arch: grayskull, runner-label: E150 },
{ arch: wormhole_b0, runner-label: N150 },
{ arch: wormhole_b0, runner-label: N300 },
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
fail-fast: false
matrix:
test-group: [
{ arch: grayskull, runner-label: E150 },
{ arch: wormhole_b0, runner-label: N150 },
{ arch: wormhole_b0, runner-label: N300 },
]
Expand All @@ -35,7 +34,6 @@ jobs:
fail-fast: false
matrix:
test-group: [
{ arch: grayskull, runner-label: E150 },
{ arch: wormhole_b0, runner-label: N150 },
{ arch: wormhole_b0, runner-label: N300 },
]
Expand All @@ -52,7 +50,6 @@ jobs:
fail-fast: false
matrix:
test-group: [
{ arch: grayskull, runner-label: E150 },
{ arch: wormhole_b0, runner-label: N150 },
{ arch: wormhole_b0, runner-label: N300 },
]
Expand All @@ -69,7 +66,6 @@ jobs:
fail-fast: false
matrix:
test-group: [
{ arch: grayskull, runner-label: E150 },
{ arch: wormhole_b0, runner-label: N150 },
{ arch: wormhole_b0, runner-label: N300 },
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@ jobs:
matrix:
test-group:
[
# {
# name: "Common models GS",
# arch: grayskull,
# runs-on: ["cloud-virtual-machine", "E150", "in-service"],
# cmd: tests/scripts/single_card/nightly/run_common_models.sh,
# timeout: 40
# },
# {
# name: "GS ttnn nightly",
# arch: grayskull,
# runs-on: ["cloud-virtual-machine", "E150", "in-service"],
# cmd: tests/scripts/single_card/nightly/run_ttnn.sh,
# timeout: 40
# },
{
name: "WH N150 ttnn nightly",
arch: wormhole_b0,
Expand All @@ -40,13 +26,6 @@ jobs:
cmd: tests/scripts/single_card/nightly/run_ttnn.sh,
timeout: 70
},
# {
# name: "GS-only models",
# arch: grayskull,
# runs-on: ["cloud-virtual-machine", "E150", "in-service"],
# cmd: tests/scripts/single_card/nightly/run_gs_only.sh,
# timeout: 40
# },
]
name: FD ${{ matrix.test-group.name }} ${{ matrix.test-group.arch }}
env:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-release-image-wrapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
build-artifact:
uses: ./.github/workflows/build-artifact.yaml
secrets: inherit
with:
build-wheel: true
version: "20.04"
publish-release-image:
needs: build-artifact
uses: ./.github/workflows/publish-release-image.yaml
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/publish-release-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ jobs:
os: [ubuntu-20.04]
test_group:
[
{
runs-on: ["cloud-virtual-machine", "E150", "in-service"],
cmd: pytest tests/end_to_end_tests,
},
{
runs-on: ["cloud-virtual-machine", "N150", "in-service"],
cmd: pytest tests/end_to_end_tests,
Expand Down

0 comments on commit 3e5e9d7

Please sign in to comment.