@@ -167,6 +167,49 @@ jobs:
167167 /code/gpdb_src/gpAux/gpdemo/datadirs/dbfast_mirror1/demoDataDir0/log/
168168 /code/gpdb_src/gpAux/gpdemo/datadirs/dbfast_mirror2/demoDataDir1/log/
169169 /code/gpdb_src/gpAux/gpdemo/datadirs/dbfast_mirror3/demoDataDir2/log/
170+ icw-resgroup-test :
171+ needs : build
172+ runs-on : [ self-hosted, example ]
173+ env :
174+ MAKE_TEST_COMMAND : " -C src/test/isolation2 installcheck-resgroup"
175+ TEST_OS : " centos"
176+ DUMP_DB : " true"
177+ steps :
178+ - uses : actions/checkout@v3
179+ with :
180+ path : " gpdb_src"
181+ - uses : actions/download-artifact@v3
182+ with :
183+ name : cbdb-variables
184+ path : /opt/
185+ - uses : actions/download-artifact@v3
186+ with :
187+ name : cbdb-package
188+ path : /opt/
189+ - name : Run icw-resgroup-test script
190+ run : |
191+ mkdir /code
192+ cp -a gpdb_src/ /code
193+ cd /code
194+ echo $GITHUB_RUN_ID > gpdb_src/BUILD_NUMBER
195+ gpdb_src/hd-ci/icw_cbdb.bash $FTS_MODE
196+ - uses : actions/upload-artifact@v3
197+ if : failure()
198+ with :
199+ name : cbdb-icw-resgroup-test-log
200+ path : |
201+ /code/gpdb_src/src/test/isolation2/regression.out
202+ /code/gpdb_src/src/test/isolation2/regression.diffs
203+ /code/gpdb_src/src/test/isolation2/results/
204+ /code/gpdb_src/src/test/isolation2/expected/
205+ /code/gpdb_src/gpAux/gpdemo/datadirs/standby/log/
206+ /code/gpdb_src/gpAux/gpdemo/datadirs/qddir/demoDataDir-1/log/
207+ /code/gpdb_src/gpAux/gpdemo/datadirs/dbfast1/demoDataDir0/log/
208+ /code/gpdb_src/gpAux/gpdemo/datadirs/dbfast2/demoDataDir1/log/
209+ /code/gpdb_src/gpAux/gpdemo/datadirs/dbfast3/demoDataDir2/log/
210+ /code/gpdb_src/gpAux/gpdemo/datadirs/dbfast_mirror1/demoDataDir0/log/
211+ /code/gpdb_src/gpAux/gpdemo/datadirs/dbfast_mirror2/demoDataDir1/log/
212+ /code/gpdb_src/gpAux/gpdemo/datadirs/dbfast_mirror3/demoDataDir2/log/
170213 icw-orca-test :
171214 needs : build
172215 runs-on : [self-hosted, example]
0 commit comments