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:
parent
f0f8fb6e5f
commit
8c9f7886fe
18
dev-tools/ci
18
dev-tools/ci
|
@ -57,20 +57,6 @@ case $key in
|
||||||
"-Dtests.badapples=true"
|
"-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)
|
releaseTest)
|
||||||
GRADLE_CLI_ARGS=(
|
GRADLE_CLI_ARGS=(
|
||||||
"--info"
|
"--info"
|
||||||
|
@ -139,10 +125,6 @@ if [ -z ${USE_EXISTING_ES:+x} ]; then
|
||||||
echo " -> using CI branch $BRANCH from elastic repo"
|
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
|
DEPTH=1
|
||||||
if [ -n "$BUILD_METADATA" ]; then
|
if [ -n "$BUILD_METADATA" ]; then
|
||||||
IFS=';' read -ra metadata <<< "$BUILD_METADATA"
|
IFS=';' read -ra metadata <<< "$BUILD_METADATA"
|
||||||
|
|
Loading…
Reference in New Issue