Skip to content

Commit

Permalink
#8082: Test with post commit on every commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed May 10, 2024
1 parent dbeaab0 commit ceb9359
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
30 changes: 16 additions & 14 deletions .github/workflows/all-post-commit-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
workflow_call:
workflow_dispatch:
push:
branches: ["main", "fd-2/main"]
branches: ["main", "fd-2/main", "mchiou/8082*"]


jobs:
static-checks:
Expand All @@ -17,19 +18,20 @@ jobs:
needs: build-artifact
uses: ./.github/workflows/build-and-unit-tests.yaml
secrets: inherit
fd-unit-tests:
needs: build-artifact
uses: ./.github/workflows/fast-dispatch-build-and-unit-tests.yaml
secrets: inherit
profiler-regression:
uses: ./.github/workflows/run-profiler-regression.yaml
secrets: inherit
eager-package-main:
uses: ./.github/workflows/eager-package-main.yaml
secrets: inherit
build:
uses: ./.github/workflows/build.yaml
secrets: inherit
# fd-unit-tests:
# needs: build-artifact
# uses: ./.github/workflows/fast-dispatch-build-and-unit-tests.yaml
# secrets: inherit
# profiler-regression:
# uses: ./.github/workflows/run-profiler-regression.yaml
# secrets: inherit
# eager-package-main:
# uses: ./.github/workflows/eager-package-main.yaml
# secrets: inherit
# build:
# uses: ./.github/workflows/build.yaml
# secrets: inherit

# We used to use this for post-commit, but we didn't have enough runners
# to support the number of developers running this workflow
# build-and-test-measure-perf:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
VERBOSE: 1
TT_METAL_DOCKER_IMAGE_TAG: ubuntu-20.04-amd64:latest
environment: dev
runs-on: build-docker
runs-on: build
steps:
- uses: tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0
- name: Build Docker image
Expand Down

0 comments on commit ceb9359

Please sign in to comment.