mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
(cherry picked from commit c365e60819
)
Co-authored-by: Brian Seeders <brian.seeders@elastic.co>
This commit is contained in:
parent
a71cdbeefa
commit
a608f1d117
12 changed files with 42 additions and 27 deletions
|
@ -1,5 +1,7 @@
|
|||
steps:
|
||||
- label: ':pipeline: Create pipeline with priority'
|
||||
agents:
|
||||
queue: kibana-default
|
||||
concurrency_group: bazel_macos
|
||||
concurrency: 1
|
||||
concurrency_method: eager
|
||||
|
|
|
@ -10,3 +10,5 @@ steps:
|
|||
required: true
|
||||
- label: Promote Snapshot
|
||||
command: .buildkite/scripts/steps/es_snapshots/promote.sh
|
||||
agents:
|
||||
queue: kibana-default
|
||||
|
|
|
@ -14,6 +14,8 @@ steps:
|
|||
- command: .buildkite/scripts/lifecycle/pre_build.sh
|
||||
label: Pre-Build
|
||||
timeout_in_minutes: 10
|
||||
agents:
|
||||
queue: kibana-default
|
||||
|
||||
- wait
|
||||
|
||||
|
@ -85,6 +87,8 @@ steps:
|
|||
- command: .buildkite/scripts/steps/es_snapshots/trigger_promote.sh
|
||||
label: Trigger promotion
|
||||
timeout_in_minutes: 10
|
||||
agents:
|
||||
queue: kibana-default
|
||||
depends_on:
|
||||
- default-cigroup
|
||||
- default-cigroup-docker
|
||||
|
@ -98,3 +102,5 @@ steps:
|
|||
- command: .buildkite/scripts/lifecycle/post_build.sh
|
||||
label: Post-Build
|
||||
timeout_in_minutes: 10
|
||||
agents:
|
||||
queue: kibana-default
|
||||
|
|
|
@ -51,6 +51,9 @@ const pipeline = {
|
|||
{
|
||||
command: '.buildkite/pipelines/flaky_tests/runner.sh',
|
||||
label: 'Create pipeline',
|
||||
agents: {
|
||||
queue: 'kibana-default',
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
@ -2,6 +2,8 @@ steps:
|
|||
- command: .buildkite/scripts/lifecycle/pre_build.sh
|
||||
label: Pre-Build
|
||||
timeout_in_minutes: 10
|
||||
agents:
|
||||
queue: kibana-default
|
||||
|
||||
- wait
|
||||
|
||||
|
@ -174,3 +176,5 @@ steps:
|
|||
- command: .buildkite/scripts/lifecycle/post_build.sh
|
||||
label: Post-Build
|
||||
timeout_in_minutes: 10
|
||||
agents:
|
||||
queue: kibana-default
|
||||
|
|
|
@ -5,6 +5,8 @@ steps:
|
|||
- command: .buildkite/scripts/lifecycle/pre_build.sh
|
||||
label: Pre-Build
|
||||
timeout_in_minutes: 10
|
||||
agents:
|
||||
queue: kibana-default
|
||||
|
||||
- wait
|
||||
|
||||
|
@ -34,3 +36,5 @@ steps:
|
|||
- command: .buildkite/scripts/lifecycle/post_build.sh
|
||||
label: Post-Build
|
||||
timeout_in_minutes: 10
|
||||
agents:
|
||||
queue: kibana-default
|
||||
|
|
|
@ -1,25 +1,27 @@
|
|||
steps:
|
||||
- block: ":gear: Performance Tests Configuration"
|
||||
prompt: "Fill out the details for performance test"
|
||||
- block: ':gear: Performance Tests Configuration'
|
||||
prompt: 'Fill out the details for performance test'
|
||||
fields:
|
||||
- text: ":arrows_counterclockwise: Iterations"
|
||||
key: "performance-test-iteration-count"
|
||||
hint: "How many times you want to run tests? "
|
||||
- text: ':arrows_counterclockwise: Iterations'
|
||||
key: 'performance-test-iteration-count'
|
||||
hint: 'How many times you want to run tests? '
|
||||
required: true
|
||||
if: build.env('PERF_TEST_COUNT') == null
|
||||
|
||||
- label: ":male-mechanic::skin-tone-2: Pre-Build"
|
||||
- label: ':male-mechanic::skin-tone-2: Pre-Build'
|
||||
command: .buildkite/scripts/lifecycle/pre_build.sh
|
||||
agents:
|
||||
queue: kibana-default
|
||||
|
||||
- wait
|
||||
|
||||
- label: ":factory_worker: Build Kibana Distribution and Plugins"
|
||||
- label: ':factory_worker: Build Kibana Distribution and Plugins'
|
||||
command: .buildkite/scripts/steps/build_kibana.sh
|
||||
agents:
|
||||
queue: c2-16
|
||||
key: build
|
||||
|
||||
- label: ":muscle: Performance Tests with Playwright config"
|
||||
- label: ':muscle: Performance Tests with Playwright config'
|
||||
command: .buildkite/scripts/steps/functional/performance_playwright.sh
|
||||
agents:
|
||||
queue: c2-16
|
||||
|
@ -28,6 +30,7 @@ steps:
|
|||
- wait: ~
|
||||
continue_on_failure: true
|
||||
|
||||
- label: ":male_superhero::skin-tone-2: Post-Build"
|
||||
- label: ':male_superhero::skin-tone-2: Post-Build'
|
||||
command: .buildkite/scripts/lifecycle/post_build.sh
|
||||
|
||||
agents:
|
||||
queue: kibana-default
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
env:
|
||||
GITHUB_COMMIT_STATUS_ENABLED: 'true'
|
||||
GITHUB_COMMIT_STATUS_CONTEXT: 'buildkite/kibana-pull-request'
|
||||
steps:
|
||||
- command: .buildkite/scripts/lifecycle/pre_build.sh
|
||||
label: Pre-Build
|
||||
|
||||
- wait
|
||||
|
||||
- command: echo 'Hello World'
|
||||
label: Test
|
||||
|
||||
- wait: ~
|
||||
continue_on_failure: true
|
||||
|
||||
- command: .buildkite/scripts/lifecycle/post_build.sh
|
||||
label: Post-Build
|
|
@ -2,6 +2,8 @@ steps:
|
|||
- command: .buildkite/scripts/lifecycle/pre_build.sh
|
||||
label: Pre-Build
|
||||
timeout_in_minutes: 10
|
||||
agents:
|
||||
queue: kibana-default
|
||||
|
||||
- wait
|
||||
|
||||
|
|
|
@ -4,3 +4,5 @@ steps:
|
|||
|
||||
- command: .buildkite/scripts/lifecycle/post_build.sh
|
||||
label: Post-Build
|
||||
agents:
|
||||
queue: kibana-default
|
||||
|
|
|
@ -2,3 +2,5 @@ steps:
|
|||
- command: .buildkite/scripts/steps/cloud/purge.sh
|
||||
label: Purge old cloud deployments
|
||||
timeout_in_minutes: 10
|
||||
agents:
|
||||
queue: kibana-default
|
||||
|
|
|
@ -2,6 +2,8 @@ steps:
|
|||
- command: .buildkite/scripts/steps/demo_env/es_and_init.sh
|
||||
label: Initialize Environment and Deploy ES
|
||||
timeout_in_minutes: 10
|
||||
agents:
|
||||
queue: kibana-default
|
||||
|
||||
- command: .buildkite/scripts/steps/demo_env/kibana.sh
|
||||
label: Build and Deploy Kibana
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue