提交 d39f0a46 编写于 作者: G Gang Xiong

Fix red pipeline job

configure requires libcurl when pxf is enabled, it's not needed
for resource group regression tests, so disable it.
上级 8005f559
......@@ -59,7 +59,7 @@ run_resgroup_test() {
export MASTER_DATA_DIRECTORY=/data/gpdata/master/gpseg-1; \
cd /home/gpadmin/gpdb_src; \
./configure --prefix=/usr/local/greenplum-db-devel --without-zlib --without-rt --without-libcurl --without-libedit-preferred --without-docdir --without-readline --disable-gpcloud --disable-gpfdist --disable-orca ${CONFIGURE_FLAGS}; \
./configure --prefix=/usr/local/greenplum-db-devel --without-zlib --without-rt --without-libcurl --without-libedit-preferred --without-docdir --without-readline --disable-gpcloud --disable-gpfdist --disable-orca --disable-pxf ${CONFIGURE_FLAGS}; \
cd /home/gpadmin/gpdb_src/src/test/regress && make;\
ssh sdw1 \"mkdir -p /home/gpadmin/gpdb_src/src/test/regress\";\
ssh sdw1 \"mkdir -p /home/gpadmin/gpdb_src/src/test/isolation2\";\
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册