Skip to content

Commit 22a0d49

Browse files
committed
Temporarily disable bh tests
1 parent 65718bb commit 22a0d49

File tree

1 file changed

+45
-45
lines changed

1 file changed

+45
-45
lines changed

.github/workflows/release-build-test-publish.yaml

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -89,56 +89,56 @@ jobs:
8989
mlperf-read-only: ${{ !(github.ref == 'refs/heads/stable' || startsWith(github.ref, 'refs/tags/v')) }}
9090
extra-tag: "in-release"
9191

92-
blackhole-demo-tests:
93-
needs: build-artifact
94-
if: ${{ inputs.version == inputs.main-os-version && inputs.tag-version != '' }}
95-
secrets: inherit
96-
uses: ./.github/workflows/blackhole-demo-tests-impl.yaml
97-
strategy:
98-
fail-fast: false
99-
matrix:
100-
test-group: ["P100", "P150", "p150b"]
101-
with:
102-
runner-label: ${{ matrix.test-group }}
103-
docker-image: ${{ needs.build-artifact.outputs.dev-docker-image }}
104-
build-artifact-name: ${{ needs.build-artifact.outputs.build-artifact-name }}
105-
wheel-artifact-name: ${{ needs.build-artifact.outputs.wheel-artifact-name }}
106-
regenerate-ttnn-cache: false
92+
# blackhole-demo-tests:
93+
# needs: build-artifact
94+
# if: ${{ inputs.version == inputs.main-os-version && inputs.tag-version != '' }}
95+
# secrets: inherit
96+
# uses: ./.github/workflows/blackhole-demo-tests-impl.yaml
97+
# strategy:
98+
# fail-fast: false
99+
# matrix:
100+
# test-group: ["P100", "P150", "p150b"]
101+
# with:
102+
# runner-label: ${{ matrix.test-group }}
103+
# docker-image: ${{ needs.build-artifact.outputs.dev-docker-image }}
104+
# build-artifact-name: ${{ needs.build-artifact.outputs.build-artifact-name }}
105+
# wheel-artifact-name: ${{ needs.build-artifact.outputs.wheel-artifact-name }}
106+
# regenerate-ttnn-cache: false
107107

108-
blackhole-multi-card-demo-tests:
109-
needs: build-artifact
110-
if: ${{ inputs.version == inputs.main-os-version && inputs.tag-version != '' }}
111-
secrets: inherit
112-
uses: ./.github/workflows/blackhole-multi-card-demo-tests-impl.yaml
113-
strategy:
114-
fail-fast: false
115-
matrix:
116-
test-group:
117-
- name: LLMBox Demo tests
118-
runner-label: BH-LLMBox
119-
extra-tag: pipeline-perf
120-
num_devices: 4
121-
- name: LoudBox Demo tests
122-
runner-label: BH-LoudBox
123-
extra-tag: pipeline-functional
124-
num_devices: 8
125-
- name: P300 Demo tests
126-
runner-label: P300-viommu
127-
extra-tag: pipeline-yyz2-lfc
128-
num_devices: 2
108+
# blackhole-multi-card-demo-tests:
109+
# needs: build-artifact
110+
# if: ${{ inputs.version == inputs.main-os-version && inputs.tag-version != '' }}
111+
# secrets: inherit
112+
# uses: ./.github/workflows/blackhole-multi-card-demo-tests-impl.yaml
113+
# strategy:
114+
# fail-fast: false
115+
# matrix:
116+
# test-group:
117+
# - name: LLMBox Demo tests
118+
# runner-label: BH-LLMBox
119+
# extra-tag: pipeline-perf
120+
# num_devices: 4
121+
# - name: LoudBox Demo tests
122+
# runner-label: BH-LoudBox
123+
# extra-tag: pipeline-functional
124+
# num_devices: 8
125+
# - name: P300 Demo tests
126+
# runner-label: P300-viommu
127+
# extra-tag: pipeline-yyz2-lfc
128+
# num_devices: 2
129129
# - name: QuietBox Global Edition tests
130130
# runner-label: BH-QB-GE
131131
# extra-tag: pipeline-perf
132132
# num_devices: 4
133-
with:
134-
runner-label: ${{ matrix.test-group.runner-label }}
135-
docker-image: ${{ needs.build-artifact.outputs.dev-docker-image }}
136-
build-artifact-name: ${{ needs.build-artifact.outputs.build-artifact-name }}
137-
wheel-artifact-name: ${{ needs.build-artifact.outputs.wheel-artifact-name }}
138-
extra-tag: ${{ matrix.test-group.extra-tag }}
139-
num_devices: ${{ matrix.test-group.num_devices }}
140-
regenerate-ttnn-cache: false
141-
model: "all"
133+
# with:
134+
# runner-label: ${{ matrix.test-group.runner-label }}
135+
# docker-image: ${{ needs.build-artifact.outputs.dev-docker-image }}
136+
# build-artifact-name: ${{ needs.build-artifact.outputs.build-artifact-name }}
137+
# wheel-artifact-name: ${{ needs.build-artifact.outputs.wheel-artifact-name }}
138+
# extra-tag: ${{ matrix.test-group.extra-tag }}
139+
# num_devices: ${{ matrix.test-group.num_devices }}
140+
# regenerate-ttnn-cache: false
141+
# model: "all"
142142

143143
# We need to tag the image used to reproduce the release later
144144
push-image-to-ghcr:

0 commit comments

Comments
 (0)