Skip to content

Commit 9670d4f

Browse files
committed
[ci] testing: add retention-days for broken wheels
1 parent 752a843 commit 9670d4f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/testing.yml

+6
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ jobs:
178178
with:
179179
name: broken-wheel
180180
path: shared/dist/*
181+
retention-days: 7
181182

182183
build_and_test_cpu_mac:
183184
name: Build and Test macos (CPU)
@@ -255,6 +256,7 @@ jobs:
255256
with:
256257
name: broken-wheel
257258
path: dist/*
259+
retention-days: 7
258260

259261
build_and_test_cpu_windows:
260262
name: Build and Test Windows (CPU)
@@ -314,6 +316,7 @@ jobs:
314316
# with:
315317
# name: broken-wheel
316318
# path: dist/*
319+
# retention-days: 7
317320

318321

319322
build_and_test_gpu_linux:
@@ -402,6 +405,7 @@ jobs:
402405
with:
403406
name: broken-wheel
404407
path: shared/dist/*
408+
retention-days: 7
405409

406410
build_and_test_windows:
407411
name: Build and Test Windows
@@ -463,6 +467,7 @@ jobs:
463467
with:
464468
name: broken-wheel
465469
path: dist/*
470+
retention-days: 7
466471

467472
build_and_test_m1:
468473
name: Build and Test (Apple M1)
@@ -524,6 +529,7 @@ jobs:
524529
with:
525530
name: broken-wheel
526531
path: dist/*
532+
retention-days: 7
527533

528534
build_libtaichi_export:
529535
name: Build libtaichi_export.so(GPU)

0 commit comments

Comments
 (0)