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:
Nik Everett 2017-12-13 09:32:58 -05:00
parent d33c537711
commit 5a6cfafed2

View File

@ -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