Skip to content

Commit 145d9ac

Browse files
authored
uploaf fix
Signed-off-by: shiqiangA <shiqiang15@huawei.com>
1 parent ae99f07 commit 145d9ac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/_selected_tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,17 +359,17 @@ jobs:
359359
cp -r vllm_ascend/. "coverage/covstub/vllm_ascend/"
360360
361361
echo "=== TASK_DIR top level ==="
362-
ls -la "${TASK_DIR}/" | head -20
362+
ls -la "${TASK_DIR}/" | head -20 || true
363363
echo "=== TASK_DIR sample tree ==="
364-
find "${TASK_DIR}" -type f | head -20
364+
find "${TASK_DIR}" -type f | head -20 || true
365365
echo "=== task dir file count ==="
366366
find "${TASK_DIR}" -type f | wc -l
367367
368368
tar czf coverage.tar.gz -C coverage .
369369
echo "Compressed coverage/ into coverage.tar.gz"
370370
ls -lh coverage.tar.gz
371371
echo "=== tar contents (task dir sample) ==="
372-
tar tzf coverage.tar.gz | grep "${TASK_NAME}/" | head -20
372+
tar tzf coverage.tar.gz | grep "${TASK_NAME}/" | head -20 || true
373373
echo "=== tar task file count ==="
374374
tar tzf coverage.tar.gz | grep -c "${TASK_NAME}/" || true
375375

0 commit comments

Comments
 (0)