From 8c9f7886fec9c5e2911362f8b4cfd139dc34b196 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Wed, 7 Feb 2018 13:05:58 -0500 Subject: [PATCH] SQL: Drop changes to CI script They were hacks for SQL and will break others. Original commit: elastic/x-pack-elasticsearch@c3a997f974477f4b8c21a13905b913b3c50c1b7e --- dev-tools/ci | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/dev-tools/ci b/dev-tools/ci index 578316f6b49..16c2fffd4fb 100755 --- a/dev-tools/ci +++ b/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" - "-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"