mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Revert "Remove SQL ci script changes"
This reverts commit elastic/x-pack-elasticsearch@afb4347465. We're backing out all of SQL. Original commit: elastic/x-pack-elasticsearch@566729702f
This commit is contained in:
parent
d33c537711
commit
5a6cfafed2
18
dev-tools/ci
18
dev-tools/ci
@ -57,6 +57,20 @@ case $key in
|
||||
"-Dtests.badapples=true"
|
||||
)
|
||||
;;
|
||||
smokeTestSql) # TODO remove this once we are ready to merge sql down
|
||||
GRADLE_CLI_ARGS=(
|
||||
"--info"
|
||||
"-psql"
|
||||
"check"
|
||||
":x-pack-elasticsearch:plugin:precommit"
|
||||
":x-pack-elasticsearch:qa:sql:check"
|
||||
":x-pack-elasticsearch:qa:sql:multinode:check"
|
||||
":x-pack-elasticsearch:qa:sql:no-security:check"
|
||||
":x-pack-elasticsearch:qa:sql:security:check"
|
||||
":x-pack-elasticsearch:qa:sql:security:no-ssl:check"
|
||||
":x-pack-elasticsearch:qa:sql:security:ssl:check"
|
||||
)
|
||||
;;
|
||||
releaseTest)
|
||||
GRADLE_CLI_ARGS=(
|
||||
"--info"
|
||||
@ -135,7 +149,9 @@ if [ -z ${USE_EXISTING_ES:+x} ]; then
|
||||
echo " -> using CI branch $BRANCH from elastic repo"
|
||||
}
|
||||
|
||||
pick_clone_target
|
||||
# pick_clone_target NOCOMMIT just use master for testing our feature branch. Do not merge this.....
|
||||
GH_USER="elastic"
|
||||
BRANCH="master"
|
||||
|
||||
DEPTH=1
|
||||
if [ -n "$BUILD_METADATA" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user