mirror of https://github.com/milvus-io/milvus.git
Set MySQL host ip to 127.0.0.1 in jenkins unittest step (#2905)
Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>pull/2906/head
parent
8046f2946e
commit
9efddeee15
|
@ -1,5 +1,5 @@
|
|||
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\""
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue