Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#0: Use even less GS in workflows, looks like GS branch is broken for docker smoke tests #18796

Merged
merged 3 commits into from
Mar 9, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading