Skip to content

Commit

Permalink
[ci] testing: add retention-days for broken wheels (taichi-dev#5326)
Browse files Browse the repository at this point in the history
  • Loading branch information
feisuzhu authored Jul 8, 2022
1 parent 6f3dd2c commit 9d3511e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ jobs:
with:
name: broken-wheel
path: shared/dist/*
retention-days: 7

build_and_test_cpu_mac:
name: Build and Test macos (CPU)
Expand Down Expand Up @@ -255,6 +256,7 @@ jobs:
with:
name: broken-wheel
path: dist/*
retention-days: 7

build_and_test_cpu_windows:
name: Build and Test Windows (CPU)
Expand Down Expand Up @@ -314,6 +316,7 @@ jobs:
# with:
# name: broken-wheel
# path: dist/*
# retention-days: 7


build_and_test_gpu_linux:
Expand Down Expand Up @@ -402,6 +405,7 @@ jobs:
with:
name: broken-wheel
path: shared/dist/*
retention-days: 7

build_and_test_windows:
name: Build and Test Windows
Expand Down Expand Up @@ -463,6 +467,7 @@ jobs:
with:
name: broken-wheel
path: dist/*
retention-days: 7

build_and_test_m1:
name: Build and Test (Apple M1)
Expand Down Expand Up @@ -524,6 +529,7 @@ jobs:
with:
name: broken-wheel
path: dist/*
retention-days: 7

build_libtaichi_export:
name: Build libtaichi_export.so(GPU)
Expand Down

0 comments on commit 9d3511e

Please sign in to comment.