Skip to content

Commit 8ddcb7d

Browse files
gyohuangxinsijyang
authored andcommitted
CI: extend aiter wheel artifact retention (#823)
1 parent b2d552d commit 8ddcb7d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/atom-sglang-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
with:
193193
name: aiter-whl
194194
path: aiter-whl/amd_aiter*.whl
195-
retention-days: 1
195+
retention-days: 7
196196

197197
atom-sglang-accuracy:
198198
needs: [check-signal, download_aiter_wheel]

.github/workflows/atom-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
with:
200200
name: aiter-whl
201201
path: aiter-whl/amd_aiter*.whl
202-
retention-days: 1
202+
retention-days: 7
203203

204204
load-test-models:
205205
name: Load test model configs

.github/workflows/atom-vllm-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
with:
193193
name: aiter-whl
194194
path: aiter-whl/amd_aiter*.whl
195-
retention-days: 1
195+
retention-days: 7
196196

197197
atom-vllm-oot:
198198
needs: [check-signal, download_aiter_wheel]

0 commit comments

Comments
 (0)