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: target 32GB VM runners for post-commit #11104

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
30 changes: 15 additions & 15 deletions .github/workflows/all-post-commit-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
fail-fast: false
matrix:
test-group: [
{ arch: grayskull, runner-label: E150 },
{ arch: wormhole_b0, runner-label: N150 },
{ arch: wormhole_b0, runner-label: N300 },
{ arch: grayskull, runner-label: E150-32GB },
{ arch: wormhole_b0, runner-label: N150-32GB },
{ arch: wormhole_b0, runner-label: N300-32GB },
]
uses: ./.github/workflows/build-and-unit-tests.yaml
with:
Expand All @@ -68,9 +68,9 @@ jobs:
fail-fast: false
matrix:
test-group: [
{ arch: grayskull, runner-label: E150 },
{ arch: wormhole_b0, runner-label: N150 },
{ arch: wormhole_b0, runner-label: N300 },
{ arch: grayskull, runner-label: E150-32GB },
{ arch: wormhole_b0, runner-label: N150-32GB },
{ arch: wormhole_b0, runner-label: N300-32GB },
]
uses: ./.github/workflows/fast-dispatch-build-and-unit-tests.yaml
with:
Expand All @@ -84,9 +84,9 @@ jobs:
fail-fast: false
matrix:
test-group: [
{ arch: grayskull, runner-label: E150 },
{ arch: wormhole_b0, runner-label: N150 },
{ arch: wormhole_b0, runner-label: N300 },
{ arch: grayskull, runner-label: E150-32GB },
{ arch: wormhole_b0, runner-label: N150-32GB },
{ arch: wormhole_b0, runner-label: N300-32GB },
]
uses: ./.github/workflows/ttnn-post-commit.yaml
with:
Expand All @@ -100,9 +100,9 @@ jobs:
fail-fast: false
matrix:
test-group: [
{ arch: grayskull, runner-label: E150 },
{ arch: wormhole_b0, runner-label: N150 },
{ arch: wormhole_b0, runner-label: N300 },
{ arch: grayskull, runner-label: E150-32GB },
{ arch: wormhole_b0, runner-label: N150-32GB },
{ arch: wormhole_b0, runner-label: N300-32GB },
]
uses: ./.github/workflows/models-post-commit.yaml
with:
Expand All @@ -116,9 +116,9 @@ jobs:
fail-fast: false
matrix:
test-group: [
{ arch: grayskull, runner-label: E150 },
{ arch: wormhole_b0, runner-label: N150 },
{ arch: wormhole_b0, runner-label: N300 },
{ arch: grayskull, runner-label: E150-32GB },
{ arch: wormhole_b0, runner-label: N150-32GB },
{ arch: wormhole_b0, runner-label: N300-32GB },
]
uses: ./.github/workflows/cpp-post-commit.yaml
with:
Expand Down
44 changes: 22 additions & 22 deletions .github/workflows/fast-dispatch-full-regressions-and-models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,98 +22,98 @@ jobs:
{
name: "Common models GS",
arch: grayskull,
runs-on: ["cloud-virtual-machine", "E150", "in-service"],
runs-on: ["cloud-virtual-machine", "E150-32GB", "in-service"],
cmd: tests/scripts/single_card/nightly/run_common_models.sh,
timeout: 40
},
{
name: "Common models N300 WH B0",
name: "Common models N300-32GB WH B0",
arch: wormhole_b0,
runs-on: ["cloud-virtual-machine", "N300", "in-service"],
runs-on: ["cloud-virtual-machine", "N300-32GB", "in-service"],
cmd: tests/scripts/single_card/nightly/run_common_models.sh,
timeout: 40,
},
{
name: "Common models N150 WH BO",
name: "Common models N150-32GB WH BO",
arch: wormhole_b0,
runs-on: ["cloud-virtual-machine", "N150", "in-service"],
runs-on: ["cloud-virtual-machine", "N150-32GB", "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"],
runs-on: ["cloud-virtual-machine", "E150-32GB", "in-service"],
cmd: tests/scripts/single_card/nightly/run_ttnn.sh,
timeout: 40
},
{
name: "WH N150 ttnn nightly",
name: "WH N150-32GB ttnn nightly",
arch: wormhole_b0,
runs-on: ["cloud-virtual-machine", "N150", "in-service"],
runs-on: ["cloud-virtual-machine", "N150-32GB", "in-service"],
cmd: tests/scripts/single_card/nightly/run_ttnn.sh,
timeout: 70
},
{
name: "WH N300 ttnn nightly",
name: "WH N300-32GB ttnn nightly",
arch: wormhole_b0,
runs-on: ["cloud-virtual-machine", "N300", "in-service"],
runs-on: ["cloud-virtual-machine", "N300-32GB", "in-service"],
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"],
runs-on: ["cloud-virtual-machine", "E150-32GB", "in-service"],
cmd: tests/scripts/single_card/nightly/run_gs_only.sh,
timeout: 40
},
{
name: "N300 WH-only models",
name: "N300-32GB WH-only models",
arch: wormhole_b0,
runs-on: ["cloud-virtual-machine", "N300", "in-service"],
runs-on: ["cloud-virtual-machine", "N300-32GB", "in-service"],
cmd: tests/scripts/single_card/nightly/run_wh_b0_only.sh,
timeout: 80
},
{
name: "N150 WH-only models",
name: "N150-32GB WH-only models",
arch: wormhole_b0,
runs-on: ["cloud-virtual-machine", "N150", "in-service"],
runs-on: ["cloud-virtual-machine", "N150-32GB", "in-service"],
cmd: tests/scripts/single_card/nightly/run_wh_b0_only.sh,
timeout: 80
},
{
name: "API tests GS",
arch: grayskull,
runs-on: ["cloud-virtual-machine", "E150", "in-service"],
runs-on: ["cloud-virtual-machine", "E150-32GB", "in-service"],
cmd: ./tests/scripts/run_tests.sh --tt-arch grayskull --pipeline-type frequent_api --dispatch-mode fast,
timeout: 40
},
{
name: "API tests N300 WH B0",
name: "API tests N300-32GB WH B0",
arch: wormhole_b0,
runs-on: ["cloud-virtual-machine", "N300", "in-service"],
runs-on: ["cloud-virtual-machine", "N300-32GB", "in-service"],
cmd: ./tests/scripts/run_tests.sh --tt-arch wormhole_b0 --pipeline-type frequent_api --dispatch-mode fast,
timeout: 40
},
{
name: "API tests N150 WH B0",
name: "API tests N150-32GB WH B0",
arch: wormhole_b0,
runs-on: ["cloud-virtual-machine", "N150", "in-service"],
runs-on: ["cloud-virtual-machine", "N150-32GB", "in-service"],
cmd: ./tests/scripts/run_tests.sh --tt-arch wormhole_b0 --pipeline-type frequent_api --dispatch-mode fast,
timeout: 40
},
{
name: "[Unstable] N150 models",
arch: wormhole_b0,
runs-on: ["cloud-virtual-machine", "N150", "in-service"],
runs-on: ["cloud-virtual-machine", "N150-32GB", "in-service"],
cmd: tests/scripts/single_card/nightly/run_wh_b0_unstable.sh,
timeout: 55
},
{
name: "[Unstable] N300 models",
arch: wormhole_b0,
runs-on: ["cloud-virtual-machine", "N300", "in-service"],
runs-on: ["cloud-virtual-machine", "N300-32GB", "in-service"],
cmd: tests/scripts/single_card/nightly/run_wh_b0_unstable.sh,
timeout: 55
},
Expand Down
Loading