SQL: Drop changes to CI script

They were hacks for SQL and will break others.

Original commit: elastic/x-pack-elasticsearch@c3a997f974
This commit is contained in:
Nik Everett 2018-02-07 13:05:58 -05:00
parent f0f8fb6e5f
commit 8c9f7886fe
1 changed files with 0 additions and 18 deletions

View File

@ -57,20 +57,6 @@ case $key in
"-Dtests.badapples=true"
)
;;
smokeTestSql) # TODO remove this once we are ready to merge sql down
GRADLE_CLI_ARGS=(
"--info"
"-pplugin/sql"
"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"
@ -139,10 +125,6 @@ if [ -z ${USE_EXISTING_ES:+x} ]; then
echo " -> using CI branch $BRANCH from elastic repo"
}
# 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
IFS=';' read -ra metadata <<< "$BUILD_METADATA"