未验证 提交 9efddeee 编写于 作者: Q quicksilver 提交者: GitHub

Set MySQL host ip to 127.0.0.1 in jenkins unittest step (#2905)

Signed-off-by: Nquicksilver <zhifeng.zhang@zilliz.com>
上级 8046f294
timeout(time: 30, unit: 'MINUTES') {
dir ("ci/scripts") {
sh "./run_unittest.sh -i ${env.MILVUS_INSTALL_PREFIX} --mysql_user=root --mysql_password=123456 --mysql_host=\$POD_IP"
sh "./run_unittest.sh -i ${env.MILVUS_INSTALL_PREFIX} --mysql_user=root --mysql_password=123456 --mysql_host=\"127.0.0.1\""
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册