Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .github/workflows/pg16-merge-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ jobs:
# Uncomment and add tests as features become available
ALL_TESTS='{
"include": [
{"test":"ic-small-opt-off",
"make_configs":["src/test/regress:installcheck-small"],
"pg_settings":{"optimizer":"off"}
}
]
}'

Expand Down Expand Up @@ -351,7 +355,8 @@ jobs:
--disable-orca \
--disable-gpfdist \
--with-pythonsrc-ext \
--with-gssapi
--with-gssapi \
--without-icu
"; then
echo "::error::Configure failed"
exit 1
Expand Down Expand Up @@ -625,7 +630,8 @@ jobs:
--disable-orca \
--disable-gpfdist \
--with-pythonsrc-ext \
--with-gssapi
--with-gssapi \
--without-icu
" 2>&1 | tee -a ${LOGS_DIR}/details/configure.log

- name: Create gpdemo Cluster
Expand Down
Loading