提交 8de9876d 编写于 作者: S slzhou

fix:use dedicate environment python3.9 instead of python3.8

上级 e71df1ac
......@@ -407,7 +407,7 @@ pipeline {
}
}
stage('linux test') {
agent{label " slave1_47 || slave1_48 || slave1_49 || slave1_52 || worker03 || slave215 || slave217 || slave219 "}
agent{label " slave219 "}
options { skipDefaultCheckout() }
when {
changeRequest()
......
......@@ -81,7 +81,12 @@ pip3 list|grep taospy
pip3 uninstall taospy -y
pip3 install taospy==2.7.6
apt install -y python3 python3-dev python3-venv
/usr/bin/python3 -m venv /udfenv
source /udfenv/bin/activate
pip3 install taospyudf
ldconfig
deactivate
$TIMEOUT_CMD $cmd
RET=$?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册