Skip to content

Commit 964fce8

Browse files
committed
Exclude AudioQnA k8s test
Signed-off-by: ZePan110 <[email protected]>
1 parent 03797c2 commit 964fce8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/weekly-one-click-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
node: ${{ fromJson(needs.get-test-matrix.outputs.nodes) }}
5757
deploy_method: ${{ fromJson(needs.get-test-matrix.outputs.deploy_methods) }}
5858
fail-fast: false
59+
exclude:
60+
- example: AudioQnA
61+
node: xeon
62+
deploy_method: k8x
5963
uses: ./.github/workflows/_run-one-click.yml
6064
with:
6165
hardware: ${{ matrix.node }}

0 commit comments

Comments
 (0)