mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[CI] Build from source
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
8d265f391b
commit
7318c2aef0
2 changed files with 4 additions and 6 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue