File tree 2 files changed +15
-8
lines changed
2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,21 @@ if [ -z "${PADDLE_WHL}" ] ; then
21
21
fi
22
22
fi
23
23
if [ -z " ${PADDLE_WHL} " ] ; then
24
- PADDLE_WHL=https://paddle-fluiddoc-ci.bj.bcebos.com/python/dist/paddlepaddle_gpu-0.0.0-cp38-cp38-linux_x86_64.whl
25
- if [ ${BRANCH} = ' release/2.2' ] ; then
26
- PADDLE_WHL=https://paddle-fluiddoc-ci.bj.bcebos.com/python/dist/paddlepaddle_gpu-2.2.0-cp38-cp38-linux_x86_64.whl
27
- elif [ ${BRANCH} = ' release/2.1' ] ; then
28
- PADDLE_WHL=https://paddle-fluiddoc-ci.bj.bcebos.com/python/dist/paddlepaddle_gpu-2.1.0-cp38-cp38-linux_x86_64.whl
24
+ if [ " ${AGILE_PIPELINE_UUID} " = ' fluid-doc1' ] ; then
25
+ # as there are two pipelines now, only change the test pipeline's version to py3.7
26
+ PADDLE_WHL=https://paddle-wheel.bj.bcebos.com/develop/linux/cpu-mkl/paddlepaddle-0.0.0-cp37-cp37m-linux_x86_64.whl
27
+ if [ ${BRANCH} = ' release/2.2' ] ; then
28
+ PADDLE_WHL=https://paddle-wheel.bj.bcebos.com/2.2.2/linux/linux-cpu-mkl-avx/paddlepaddle-2.2.2-cp37-cp37m-linux_x86_64.whl
29
+ elif [ ${BRANCH} = ' release/2.1' ] ; then
30
+ PADDLE_WHL=https://paddle-wheel.bj.bcebos.com/2.1.3/linux/linux-cpu-mkl-avx/paddlepaddle-2.1.3-cp37-cp37m-linux_x86_64.whl
31
+ fi
32
+ else
33
+ PADDLE_WHL=https://paddle-fluiddoc-ci.bj.bcebos.com/python/dist/paddlepaddle_gpu-0.0.0-cp38-cp38-linux_x86_64.whl
34
+ if [ ${BRANCH} = ' release/2.2' ] ; then
35
+ PADDLE_WHL=https://paddle-fluiddoc-ci.bj.bcebos.com/python/dist/paddlepaddle_gpu-2.2.0-cp38-cp38-linux_x86_64.whl
36
+ elif [ ${BRANCH} = ' release/2.1' ] ; then
37
+ PADDLE_WHL=https://paddle-fluiddoc-ci.bj.bcebos.com/python/dist/paddlepaddle_gpu-2.1.0-cp38-cp38-linux_x86_64.whl
38
+ fi
29
39
fi
30
40
fi
31
41
fi
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- # renwei 先打印下参数列表
4
- # echo $@
5
-
6
3
SELFNAME=$0
7
4
SHORT=f:p:w:hx:
8
5
LONG=docs-dir:,paddle-dir:,paddle-whl:,https-proxy:
You can’t perform that action at this time.
0 commit comments