Skip to content

Commit 4042f87

Browse files
authored
[Windows] take into account the skiplist to calculate the pass rate (#3259)
* https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/12954778822 (the total number of tests is now similar to what is on Linux) --------- Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 79425a1 commit 4042f87

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ env:
1212
NEW_WORKSPACE: C:\gh${{ github.run_id }}
1313
ZE_PATH: C:\level_zero
1414
PYTEST_MAX_PROCESSES: 8
15+
SKIPLIST: --skip-list scripts/skiplist/a770
1516
TRITON_TEST_CMD: bash -x scripts/test-triton.sh --skip-pytorch-install --skip-pip-install --skip-list scripts/skiplist/a770 --reports-dir reports --ignore-errors
1617

1718
jobs:

.github/workflows/pip-test-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ env:
2424
NEW_WORKSPACE: C:\gh${{ github.run_id }}
2525
ZE_PATH: C:\level_zero
2626
PYTEST_MAX_PROCESSES: 8
27+
SKIPLIST: --skip-list scripts/skiplist/a770
2728
TRITON_TEST_CMD: bash -x scripts/test-triton.sh --skip-pytorch-install --skip-pip-install --skip-list scripts/skiplist/a770 --reports-dir reports --ignore-errors
2829

2930
jobs:

0 commit comments

Comments
 (0)