[CI] Build from source

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2019-10-16 12:30:54 -07:00
parent 8d265f391b
commit 7318c2aef0
2 changed files with 4 additions and 6 deletions

View file

@ -88,7 +88,10 @@ function checkout_sibling {
}
checkout_sibling "elasticsearch" "${PARENT_DIR}/elasticsearch" "USE_EXISTING_ES"
export TEST_ES_FROM=${TEST_ES_FROM:-snapshot}
# export TEST_ES_FROM=${TEST_ES_FROM:-snapshot}
# temporarily build from source until 7.6.0 snapshot is available.
export TEST_ES_FROM=source
# Set the JAVA_HOME based on the Java property file in the ES repo
# This assumes the naming convention used on CI (ex: ~/.java/java10)

View file

@ -10,11 +10,6 @@ cacheDir="${CACHE_DIR:-"$HOME/.kibana"}"
RED='\033[0;31m'
C_RESET='\033[0m' # Reset color
###
### keep until 7.6.0 snapshots are available
###
export TEST_ES_BRANCH=7.5.0
###
### Since the Jenkins logging output collector doesn't look like a TTY
### Node/Chalk and other color libs disable their color output. But Jenkins