mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
#197294
This commit is contained in:
parent
495308d7b6
commit
90f85a27e6
5 changed files with 7 additions and 2 deletions
|
@ -2,10 +2,11 @@
|
|||
|
||||
set -euo pipefail
|
||||
|
||||
.buildkite/scripts/bootstrap.sh
|
||||
|
||||
source .buildkite/scripts/common/util.sh
|
||||
|
||||
.buildkite/scripts/bootstrap.sh
|
||||
.buildkite/scripts/copy_es_snapshot_cache.sh
|
||||
|
||||
echo --- Capture OAS snapshot
|
||||
cmd="node scripts/capture_oas_snapshot --include-path /api/status --include-path /api/alerting/rule/ --include-path /api/alerting/rules --include-path /api/actions --include-path /api/security/role --include-path /api/spaces"
|
||||
if is_pr && ! is_auto_commit_disabled; then
|
||||
|
|
|
@ -8,6 +8,7 @@ APM_CYPRESS_RECORD_KEY="$(vault_get apm-cypress-dashboard-record-key CYPRESS_REC
|
|||
|
||||
.buildkite/scripts/bootstrap.sh
|
||||
.buildkite/scripts/download_build_artifacts.sh
|
||||
.buildkite/scripts/copy_es_snapshot_cache.sh
|
||||
|
||||
export JOB=kibana-apm-cypress
|
||||
IS_FLAKY_TEST_RUNNER=${CLI_COUNT:-0}
|
||||
|
|
|
@ -6,6 +6,7 @@ source .buildkite/scripts/common/util.sh
|
|||
|
||||
.buildkite/scripts/bootstrap.sh
|
||||
.buildkite/scripts/download_build_artifacts.sh
|
||||
.buildkite/scripts/copy_es_snapshot_cache.sh
|
||||
|
||||
export JOB=kibana-observability-onboarding-cypress
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ source .buildkite/scripts/common/util.sh
|
|||
|
||||
.buildkite/scripts/bootstrap.sh
|
||||
.buildkite/scripts/download_build_artifacts.sh
|
||||
.buildkite/scripts/copy_es_snapshot_cache.sh
|
||||
|
||||
export JOB=kibana-profiling-cypress
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ source .buildkite/scripts/common/util.sh
|
|||
|
||||
.buildkite/scripts/bootstrap.sh
|
||||
.buildkite/scripts/download_build_artifacts.sh
|
||||
.buildkite/scripts/copy_es_snapshot_cache.sh
|
||||
|
||||
export JOB=kibana-uptime-playwright
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue