File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ defaults:
34
34
jobs :
35
35
model-unittest-gpu-ci :
36
36
name : model-unittest-gpu-ci
37
- runs-on : ${{ inputs.runner || 'ernie-8gpu-2 ' }}
37
+ runs-on : ${{ inputs.runner || 'ernie-8gpu' }}
38
38
steps :
39
39
- name : Determine Image Name
40
40
env :
@@ -149,8 +149,8 @@ jobs:
149
149
# python ${{ env.bos_file }} coverage.xml paddle-github-action/PR/PaddleFormers/model-unittest-gpu/${bos_prefix}/logs
150
150
# echo "cov-report: https://paddle-github-action.bj.bcebos.com/PR/PaddleFormers/model-unittest-gpu/${bos_prefix}/logs/coverage.xml"
151
151
# logs
152
- cd /workspace/PaddleFormers/model-unittest_logs
153
- for FILE in /workspace/PaddleFormers/model-unittest_logs /*; do
152
+ cd /workspace/PaddleFormers/model_unittest_logs
153
+ for FILE in /workspace/PaddleFormers/model_unittest_logs /*; do
154
154
file=$(basename "$FILE")
155
155
python ${{ env.bos_file }} $file paddle-github-action/PR/PaddleFormers/model-unittest-gpu/${bos_prefix}/logs
156
156
echo "$file: https://paddle-github-action.bj.bcebos.com/PR/PaddleFormers/model-unittest-gpu/${bos_prefix}/logs/$file"
You can’t perform that action at this time.
0 commit comments