[CI] Fix download instability issues (#4424)

This commit is contained in:
YuBaoku
2025-10-15 15:11:14 +08:00
committed by GitHub
parent dd425b89ed
commit 55064b8c57
8 changed files with 10 additions and 9 deletions

View File

@@ -32,6 +32,7 @@ on:
jobs:
run_tests_logprob:
runs-on: [self-hosted, GPU-h20-1Cards]
timeout-minutes: 60
steps:
- name: Code Prepare
shell: bash
@@ -46,7 +47,7 @@ jobs:
${docker_image} /bin/bash -c '
rm -rf /workspace/*
'
wget -q ${paddletest_archive_url}
wget -q --no-proxy ${paddletest_archive_url}
tar -xf PaddleTest.tar.gz
rm -rf PaddleTest.tar.gz
cd PaddleTest