Skip to content

Commit

Permalink
#2875: Add CONFIG=ci for all workflows except multi-device, ttnn swee…
Browse files Browse the repository at this point in the history
…ps, and docs
  • Loading branch information
tt-rkim committed Feb 26, 2024
1 parent 881d92d commit 878450c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
env:
TT_METAL_ENV: ${{ vars.TT_METAL_ENV }}
ARCH_NAME: ${{ matrix.runner-info.arch }}
CONFIG: ci
TT_METAL_SLOW_DISPATCH_MODE: 1
environment: dev
runs-on: ${{ matrix.runner-info.runs-on }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/fast-dispatch-build-and-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
env:
TT_METAL_ENV: ${{ vars.TT_METAL_ENV }}
ARCH_NAME: ${{ matrix.runner-info.arch }}
CONFIG: ci
environment: dev
runs-on: ${{ matrix.runner-info.runs-on }}
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
env:
TT_METAL_ENV: ${{ vars.TT_METAL_ENV }}
ARCH_NAME: ${{ matrix.arch }}
CONFIG: ci
environment: dev
runs-on: model-runner-${{ matrix.arch }}
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/full-regressions-and-models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
env:
TT_METAL_ENV: ${{ vars.TT_METAL_ENV }}
ARCH_NAME: ${{ matrix.arch }}
CONFIG: ci
TT_METAL_SLOW_DISPATCH_MODE: 1
environment: dev
runs-on: model-runner-${{ matrix.arch }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/metal-run-microbenchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
TT_METAL_ENV: ${{ vars.TT_METAL_ENV }}
# Use BM for microbenchmarks
ARCH_NAME: ${{ matrix.runner-info.arch }}
CONFIG: ci
environment: dev
runs-on: ${{ matrix.runner-info.runs-on }}
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
env:
TT_METAL_ENV: ${{ vars.TT_METAL_ENV }}
ARCH_NAME: ${{ matrix.runner-info.arch }}
CONFIG: ci
environment: dev
runs-on: ${{ matrix.runner-info.runs-on }}
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/perf-device-models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
env:
TT_METAL_ENV: ${{ vars.TT_METAL_ENV }}
ARCH_NAME: ${{ matrix.runner-info.arch }}
CONFIG: ci
environment: dev
runs-on: ${{ matrix.runner-info.runs-on }}
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/perf-models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
env:
TT_METAL_ENV: ${{ vars.TT_METAL_ENV }}
ARCH_NAME: ${{ matrix.runner-info.arch }}
CONFIG: ci
environment: dev
runs-on: ${{ matrix.runner-info.runs-on }}
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
env:
TT_METAL_ENV: ${{ vars.TT_METAL_ENV }}
ARCH_NAME: ${{ matrix.runner-info.arch }}
CONFIG: ci
TT_METAL_WATCHER: 60
environment: dev
runs-on: ${{ matrix.runner-info.runs-on }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
env:
TT_METAL_ENV: ${{ vars.TT_METAL_ENV }}
ARCH_NAME: ${{ matrix.runner-info.arch }}
CONFIG: ci
TT_METAL_SLOW_DISPATCH_MODE: 1
TT_METAL_WATCHER: 60
environment: dev
Expand Down

0 comments on commit 878450c

Please sign in to comment.