mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ci] include test_group_env in more ci scripts (#131633)
This commit is contained in:
parent
4dd33a9009
commit
896b0e28dd
6 changed files with 5 additions and 14 deletions
|
@ -101,3 +101,8 @@ export DISABLE_BOOTSTRAP_VALIDATION=true
|
|||
|
||||
# Prevent Browserlist from logging on CI about outdated database versions
|
||||
export BROWSERSLIST_IGNORE_OLD_DATA=true
|
||||
|
||||
# keys used to associate test group data in ci-stats with Jest execution order
|
||||
export TEST_GROUP_TYPE_UNIT="Jest Unit Tests"
|
||||
export TEST_GROUP_TYPE_INTEGRATION="Jest Integration Tests"
|
||||
export TEST_GROUP_TYPE_FUNCTIONAL="Functional Tests"
|
||||
|
|
|
@ -7,6 +7,4 @@ set -euo pipefail
|
|||
.buildkite/scripts/build_kibana_plugins.sh
|
||||
.buildkite/scripts/post_build_kibana_plugins.sh
|
||||
.buildkite/scripts/post_build_kibana.sh
|
||||
|
||||
source ".buildkite/scripts/steps/test/test_group_env.sh"
|
||||
.buildkite/scripts/saved_object_field_metrics.sh
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
set -euo pipefail
|
||||
|
||||
source .buildkite/scripts/steps/functional/common.sh
|
||||
source .buildkite/scripts/steps/test/test_group_env.sh
|
||||
|
||||
export JOB_NUM=$BUILDKITE_PARALLEL_JOB
|
||||
export JOB=ftr-configs-${JOB_NUM}
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
set -euo pipefail
|
||||
|
||||
source .buildkite/scripts/steps/test/test_group_env.sh
|
||||
|
||||
export JOB=$BUILDKITE_PARALLEL_JOB
|
||||
|
||||
# a jest failure will result in the script returning an exit code of 10
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
set -euo pipefail
|
||||
|
||||
source .buildkite/scripts/common/util.sh
|
||||
source .buildkite/scripts/steps/test/test_group_env.sh
|
||||
|
||||
echo '--- Pick Test Group Run Order'
|
||||
node "$(dirname "${0}")/pick_test_group_run_order.js"
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
# keys used to associate test group data in ci-stats with Jest execution order
|
||||
export TEST_GROUP_TYPE_UNIT="Jest Unit Tests"
|
||||
export TEST_GROUP_TYPE_INTEGRATION="Jest Integration Tests"
|
||||
export TEST_GROUP_TYPE_FUNCTIONAL="Functional Tests"
|
Loading…
Add table
Add a link
Reference in a new issue