mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[7.7] [ci/es] always pull snapshots, break early when they're… (#62067)
* [ci/es] always pull snapshots, break early when they're not available * move to setup.sh after deps are installed Co-authored-by: spalger <spalger@users.noreply.github.com> Co-authored-by: spalger <spalger@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
874fe9d7e4
commit
5262e34b7c
3 changed files with 8 additions and 6 deletions
|
@ -16,6 +16,14 @@ echo " -- TEST_ES_SNAPSHOT_VERSION='$TEST_ES_SNAPSHOT_VERSION'"
|
|||
echo " -- installing node.js dependencies"
|
||||
yarn kbn bootstrap --prefer-offline
|
||||
|
||||
###
|
||||
### Download es snapshots
|
||||
###
|
||||
echo " -- downloading es snapshot"
|
||||
node scripts/es snapshot --download-only;
|
||||
node scripts/es snapshot --license=oss --download-only;
|
||||
|
||||
|
||||
###
|
||||
### verify no git modifications
|
||||
###
|
||||
|
|
|
@ -11,9 +11,6 @@ node scripts/build_kibana_platform_plugins \
|
|||
# doesn't persist, also set in kibanaPipeline.groovy
|
||||
export KBN_NP_PLUGINS_BUILT=true
|
||||
|
||||
echo " -> downloading es snapshot"
|
||||
node scripts/es snapshot --license=oss --download-only;
|
||||
|
||||
echo " -> Ensuring all functional tests are in a ciGroup"
|
||||
yarn run grunt functionalTests:ensureAllTestsInCiGroup;
|
||||
|
||||
|
|
|
@ -12,9 +12,6 @@ node scripts/build_kibana_platform_plugins \
|
|||
# doesn't persist, also set in kibanaPipeline.groovy
|
||||
export KBN_NP_PLUGINS_BUILT=true
|
||||
|
||||
echo " -> downloading es snapshot"
|
||||
node scripts/es snapshot --download-only;
|
||||
|
||||
echo " -> Ensuring all functional tests are in a ciGroup"
|
||||
cd "$XPACK_DIR"
|
||||
node scripts/functional_tests --assert-none-excluded \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue