Skip to content

Commit

Permalink
Remove schedule, fix arch name, remove mlperf mount
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlyTT committed Mar 6, 2025
1 parent 3525276 commit 3b98603
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/blackhole-demo-tests-impl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
},
{
name: "BH_performance",
arch: wormhole_b0,
arch: blackhole,
# current blackhole baremetals are not tagged with bare-metal
# will need to be tagged if running perf tests on BH
runs-on: ["BH", "bare-metal", "in-service"],
Expand All @@ -36,7 +36,6 @@ jobs:
if: ${{ matrix.test-group.name == 'BH_performance' }}
run: |
sudo cpupower frequency-set -g performance
- uses: ./.github/actions/ensure-active-weka-mount
- name: Set up dynamic env vars for build
run: |
echo "TT_METAL_HOME=$(pwd)" >> $GITHUB_ENV
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/blackhole-demo-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: "(Blackhole) Demo tests"

on:
workflow_dispatch:
workflow_call:
schedule:
- cron: "0 */6 * * 1,2,3,4,5"
- cron: "0 */4 * * 0,6"
# workflow_call:
# schedule:
# - cron: "0 */6 * * 1,2,3,4,5"
# - cron: "0 */4 * * 0,6"

jobs:
build-artifact:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/blackhole-nightly-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "(Blackhole) Blackhole nightly tests"

on:
workflow_dispatch:
workflow_call:
schedule:
- cron: "0 */6 * * *"
# workflow_call:
# schedule:
# - cron: "0 */6 * * *"

jobs:
build-artifact:
Expand Down

0 comments on commit 3b98603

Please sign in to comment.