|
14 | 14 | PADDLE_ROOT: /paddle |
15 | 15 | BRANCH: ${{ github.event.pull_request.base.ref }} |
16 | 16 | CI_name: xpu |
| 17 | + no_proxy: "bcebos.com,apiin.im.baidu.com,gitee.com,aliyun.com,.baidu.com,.tuna.tsinghua.edu.cn" |
17 | 18 |
|
18 | 19 | defaults: |
19 | 20 | run: |
|
75 | 76 | CCACHE_DIR: /root/.ccache |
76 | 77 | CCACHE_MAXSIZE: 150G |
77 | 78 | CCACHE_LIMIT_MULTIPLE: 0.8 |
78 | | - no_proxy: "bcebos.com,apiin.im.baidu.com,gitee.com,aliyun.com,.baidu.com,.tuna.tsinghua.edu.cn" |
79 | 79 | GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
80 | 80 | home_dir: ${{ github.workspace }}/../../../.. |
81 | 81 | run: | |
@@ -146,8 +146,10 @@ jobs: |
146 | 146 | cd .. |
147 | 147 | tar --use-compress-program="pigz" -cpf build.tar.gz Paddle |
148 | 148 | # source /home/opt/deck/1.0/etc/bashrc |
| 149 | + echo "Uploading build.tar.gz" |
149 | 150 | python3 ${bos_file} build.tar.gz paddle-github-action/PR/xpu/${{ env.PR_ID }}/${{ env.COMMIT_ID }} |
150 | 151 | rm build.tar.gz |
| 152 | + echo "Uploading paddle_whl" |
151 | 153 | cp ${{ github.workspace }}/dist/$paddle_whl . |
152 | 154 | python3 ${bos_file} ${paddle_whl} paddle-github-action/PR/xpu/${{ env.PR_ID }}/${{ env.COMMIT_ID }} |
153 | 155 | rm ${paddle_whl} |
@@ -204,7 +206,6 @@ jobs: |
204 | 206 | CCACHE_DIR: /root/.ccache |
205 | 207 | CCACHE_MAXSIZE: 150G |
206 | 208 | CCACHE_LIMIT_MULTIPLE: 0.8 |
207 | | - no_proxy: "bcebos.com,apiin.im.baidu.com,gitee.com,aliyun.com,.baidu.com,.tuna.tsinghua.edu.cn" |
208 | 209 | GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
209 | 210 | home_dir: ${{ github.workspace }}/../../../.. |
210 | 211 | FLAGS_use_stride_kernel: "0" |
|
0 commit comments