File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ jobs:
42
42
43
43
cpu :
44
44
name : Linux-CPU
45
- uses : ./.github/workflows/_CPU .yml
45
+ uses : ./.github/workflows/_Linux-CPU .yml
46
46
needs : clone
47
47
48
48
npu :
49
49
name : Linux-NPU
50
- uses : ./.github/workflows/_NPU .yml
50
+ uses : ./.github/workflows/_Linux-NPU .yml
51
51
needs : cpu
Original file line number Diff line number Diff line change 1
- name : PR-CI -CPU
1
+ name : Linux -CPU
2
2
3
3
on :
4
4
workflow_call :
@@ -129,9 +129,6 @@ jobs:
129
129
bash ${ci_scripts}/run_linux_cpu_test.sh
130
130
EXCODE=$?
131
131
source ${ci_scripts}/utils.sh; clean_build_files
132
- echo "::group::Install bce-python-sdk"
133
- python -m pip install bce-python-sdk==0.8.74
134
- echo "::endgroup::"
135
132
exit $EXCODE
136
133
'
137
134
@@ -142,6 +139,10 @@ jobs:
142
139
paddle_whl : paddlepaddle-0.0.0-cp39-cp39-linux_x86_64.whl
143
140
run : |
144
141
docker exec -t ${{ env.container_name }} /bin/bash -c '
142
+ echo "::group::Install bce-python-sdk"
143
+ source ${{ github.workspace }}/../../../proxy
144
+ python -m pip install bce-python-sdk==0.8.74
145
+ echo "::endgroup::"
145
146
export AK=paddle
146
147
export SK=paddle
147
148
if [ ! -f "${{ env.bos_file }}" ]; then
@@ -151,6 +152,7 @@ jobs:
151
152
fi
152
153
cd dist
153
154
echo "Uploading paddle_whl to bos"
155
+ source ${{ github.workspace }}/../../../unproxy
154
156
python3.9 ${{ env.bos_file }} ${{ env.paddle_whl }} paddle-github-action/PR/cpu_whl/${{ env.PR_ID }}/${{ env.COMMIT_ID }}
155
157
'
156
158
Original file line number Diff line number Diff line change 1
- name : PR-CI- NPU-910B-Paddle
1
+ name : Linux- NPU
2
2
3
3
on :
4
4
workflow_call :
Original file line number Diff line number Diff line change 94
94
rm -f $tmp_dir /*
95
95
exec_times=0
96
96
retry_unittests_record=' '
97
- retry_time=2
97
+ retry_time=4
98
98
exec_time_array=(' first' ' second' ' third' ' fourth' )
99
99
parallel_failed_tests_exec_retry_threshold=120
100
100
exec_retry_threshold=30
Original file line number Diff line number Diff line change @@ -101,9 +101,7 @@ failed_test_lists=''
101
101
tmp_dir=` mktemp -d`
102
102
103
103
function get_quickly_disable_ut() {
104
- echo " ::group::Installing httpx..."
105
104
python -m pip install httpx
106
- echo " ::endgroup::"
107
105
if disable_ut_quickly=$( python ${PADDLE_ROOT} /tools/get_quick_disable_lt.py) ; then
108
106
echo " ========================================="
109
107
echo " The following unittests have been disabled:"
You can’t perform that action at this time.
0 commit comments