File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments