Remove SQL ci script changes
These were useful when SQL lived on its own branch but aren't now that we've merged SQL to master. Original commit: elastic/x-pack-elasticsearch@afb4347465
This commit is contained in:
parent
aef5ea6527
commit
c78328853f
18
dev-tools/ci
18
dev-tools/ci
|
@ -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"
|
||||
"-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"
|
||||
|
@ -149,9 +135,7 @@ 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"
|
||||
pick_clone_target
|
||||
|
||||
DEPTH=1
|
||||
if [ -n "$BUILD_METADATA" ]; then
|
||||
|
|
Loading…
Reference in New Issue