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
  • Loading branch information
tt-rkim committed Mar 7, 2025
1 parent 0a995b8 commit b5be91b
Show file tree
Hide file tree
Showing 5 changed files with 0 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
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 b5be91b

Please sign in to comment.