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/2909/head
parent
154c7ba838
commit
74aa4cdc04
|
@ -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