Skip to content

Commit 585f169

Browse files
dmlemeshkocsr
andauthored
[ci] move scout scripts under ".buildkite/scripts/steps/test/scout" (elastic#253420)
## Summary closes elastic/appex-qa-team#697 PR moves Scout CI scripts under `.buildkite/scripts/steps/test/scout/` and explcitly sets Appex-qa Team as code ownership. It was previously discussed during DevEx meeting. --------- Co-authored-by: Cesare de Cal <cesare.decal@elastic.co>
1 parent 1ef7681 commit 585f169

20 files changed

Lines changed: 29 additions & 25 deletions

.buildkite/pipelines/chrome_forward_testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ steps:
7070
- exit_status: '*'
7171
limit: 1
7272

73-
- command: .buildkite/scripts/steps/test/scout_test_run_builder.sh
73+
- command: .buildkite/scripts/steps/test/scout/test_run_builder.sh
7474
label: 'Scout Test Run Builder'
7575
agents:
7676
machineType: n2-standard-4
@@ -79,7 +79,7 @@ steps:
7979
depends_on:
8080
- build
8181
env:
82-
SCOUT_CONFIGS_SCRIPT: '.buildkite/scripts/steps/test/scout_configs.sh'
82+
SCOUT_CONFIGS_SCRIPT: '.buildkite/scripts/steps/test/scout/configs.sh'
8383
retry:
8484
automatic:
8585
- exit_status: '*'

.buildkite/pipelines/es_serverless/verify_es_serverless_image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ steps:
6262
- exit_status: '*'
6363
limit: 1
6464

65-
- command: .buildkite/scripts/steps/test/scout_test_run_builder.sh
65+
- command: .buildkite/scripts/steps/test/scout/test_run_builder.sh
6666
label: 'Scout Test Run Builder'
6767
agents:
6868
image: family/kibana-ubuntu-2404
@@ -76,7 +76,7 @@ steps:
7676
- build
7777
env:
7878
SERVERLESS_TESTS_ONLY: 'true'
79-
SCOUT_CONFIGS_SCRIPT: '.buildkite/scripts/steps/test/scout_configs.sh'
79+
SCOUT_CONFIGS_SCRIPT: '.buildkite/scripts/steps/test/scout/configs.sh'
8080
retry:
8181
automatic:
8282
- exit_status: '*'

.buildkite/pipelines/es_snapshots/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ steps:
5656
- exit_status: '*'
5757
limit: 1
5858

59-
- command: .buildkite/scripts/steps/test/scout_test_run_builder.sh
59+
- command: .buildkite/scripts/steps/test/scout/test_run_builder.sh
6060
label: 'Scout Test Run Builder'
6161
agents:
6262
image: family/kibana-ubuntu-2404
@@ -68,7 +68,7 @@ steps:
6868
depends_on:
6969
- build
7070
env:
71-
SCOUT_CONFIGS_SCRIPT: '.buildkite/scripts/steps/test/scout_configs.sh'
71+
SCOUT_CONFIGS_SCRIPT: '.buildkite/scripts/steps/test/scout/configs.sh'
7272
retry:
7373
automatic:
7474
- exit_status: '*'

.buildkite/pipelines/flaky_tests/pipeline.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ steps.push({
150150

151151
if (hasScoutSuites) {
152152
steps.push({
153-
command: '.buildkite/scripts/steps/test/scout_discover_playwright_configs.sh',
153+
command: '.buildkite/scripts/steps/test/scout/discover_playwright_configs.sh',
154154
label: 'Discover Scout Playwright configs',
155155
agents: expandAgentQueue('n2-4-spot'),
156156
key: 'scout_playwright_configs',
@@ -194,7 +194,7 @@ for (const testSuite of testSuites) {
194194
const usesParallelWorkers = testSuite.scoutConfig.endsWith('parallel.playwright.config.ts');
195195

196196
steps.push({
197-
command: `.buildkite/scripts/steps/test/scout_flaky_configs.sh`,
197+
command: `.buildkite/scripts/steps/test/scout/flaky_configs.sh`,
198198
env: {
199199
SCOUT_CONFIG: testSuite.scoutConfig,
200200
SCOUT_REPORTER_ENABLED: 'true',

.buildkite/pipelines/fleet/package_registry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ steps:
4949
- exit_status: '*'
5050
limit: 1
5151

52-
- command: .buildkite/scripts/steps/test/scout_test_run_builder.sh
52+
- command: .buildkite/scripts/steps/test/scout/test_run_builder.sh
5353
label: 'Scout Test Run Builder'
5454
agents:
5555
image: family/kibana-ubuntu-2404
@@ -61,7 +61,7 @@ steps:
6161
depends_on:
6262
- build
6363
env:
64-
SCOUT_CONFIGS_SCRIPT: '.buildkite/scripts/steps/test/scout_configs.sh'
64+
SCOUT_CONFIGS_SCRIPT: '.buildkite/scripts/steps/test/scout/configs.sh'
6565
retry:
6666
automatic:
6767
- exit_status: '*'

.buildkite/pipelines/node_glibc_217.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ steps:
4949
- exit_status: '*'
5050
limit: 1
5151

52-
- command: .buildkite/scripts/steps/test/scout_test_run_builder.sh
52+
- command: .buildkite/scripts/steps/test/scout/test_run_builder.sh
5353
label: 'Scout Test Run Builder'
5454
agents:
5555
image: family/kibana-ubuntu-2404
@@ -61,7 +61,7 @@ steps:
6161
depends_on:
6262
- build
6363
env:
64-
SCOUT_CONFIGS_SCRIPT: '.buildkite/scripts/steps/test/scout_configs.sh'
64+
SCOUT_CONFIGS_SCRIPT: '.buildkite/scripts/steps/test/scout/configs.sh'
6565
retry:
6666
automatic:
6767
- exit_status: '*'

.buildkite/pipelines/node_pointer_compression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ steps:
5151
- exit_status: '*'
5252
limit: 1
5353

54-
- command: .buildkite/scripts/steps/test/scout_test_run_builder.sh
54+
- command: .buildkite/scripts/steps/test/scout/test_run_builder.sh
5555
label: 'Scout Test Run Builder'
5656
agents:
5757
image: family/kibana-ubuntu-2404
@@ -63,7 +63,7 @@ steps:
6363
depends_on:
6464
- build
6565
env:
66-
SCOUT_CONFIGS_SCRIPT: '.buildkite/scripts/steps/test/scout_configs.sh'
66+
SCOUT_CONFIGS_SCRIPT: '.buildkite/scripts/steps/test/scout/configs.sh'
6767
retry:
6868
automatic:
6969
- exit_status: '*'

.buildkite/pipelines/on_merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ steps:
228228
- exit_status: '*'
229229
limit: 1
230230

231-
- command: .buildkite/scripts/steps/test/scout_test_run_builder.sh
231+
- command: .buildkite/scripts/steps/test/scout/test_run_builder.sh
232232
label: 'Scout Test Run Builder'
233233
agents:
234234
image: family/kibana-ubuntu-2404
@@ -242,7 +242,7 @@ steps:
242242
- build
243243
env:
244244
SCOUT_CONFIGS_DEPS: 'build_scout_tests,quick_checks,checks,linting,linting_with_types,check_types'
245-
SCOUT_CONFIGS_SCRIPT: '.buildkite/scripts/steps/test/scout_configs.sh'
245+
SCOUT_CONFIGS_SCRIPT: '.buildkite/scripts/steps/test/scout/configs.sh'
246246
retry:
247247
automatic:
248248
- exit_status: '*'

.buildkite/pipelines/pull_request/base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ steps:
121121
- exit_status: '*'
122122
limit: 1
123123

124-
- command: .buildkite/scripts/steps/test/scout_test_run_builder.sh
124+
- command: .buildkite/scripts/steps/test/scout/test_run_builder.sh
125125
label: 'Scout Test Run Builder'
126126
agents:
127127
machineType: n2d-standard-8
@@ -131,7 +131,7 @@ steps:
131131
- build
132132
env:
133133
SCOUT_CONFIGS_DEPS: 'build_scout_tests,quick_checks,checks,linting,linting_with_types,check_types'
134-
SCOUT_CONFIGS_SCRIPT: '.buildkite/scripts/steps/test/scout_configs.sh'
134+
SCOUT_CONFIGS_SCRIPT: '.buildkite/scripts/steps/test/scout/configs.sh'
135135
retry:
136136
automatic:
137137
- exit_status: '*'

.buildkite/pipelines/uiam/verify_and_promote.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ steps:
3333
- exit_status: '-1'
3434
limit: 3
3535

36-
- command: .buildkite/scripts/steps/test/scout_test_run_builder.sh
36+
- command: .buildkite/scripts/steps/test/scout/test_run_builder.sh
3737
label: 'Scout Test Run Builder'
3838
agents:
3939
image: family/kibana-ubuntu-2404
@@ -48,7 +48,7 @@ steps:
4848
env:
4949
UIAM_DOCKER_IMAGE: $UIAM_IMAGE
5050
SERVERLESS_TESTS_ONLY: 'true'
51-
SCOUT_CONFIGS_SCRIPT: '.buildkite/scripts/steps/test/scout_configs.sh'
51+
SCOUT_CONFIGS_SCRIPT: '.buildkite/scripts/steps/test/scout/configs.sh'
5252
retry:
5353
automatic:
5454
- exit_status: '*'

0 commit comments

Comments
 (0)