[CI] Switch to use elastic-images-prod for all migrated pipeline steps (#183140)

## Summary
We stuck with using the `elastic-images-qa` because that's how we
initially set up the migration scripts and didn't bother to switch over
once we got the images working as most of the pipelines were low-risk,
and a potential issue would have been easy to fix.

While the same image goes to QA and prod every day, moving forward, we
need to allow some experimentation at the QA images level, as we work on
the caching and further optimizations. We shouldn't allow that
experimentation to affect the already migrated pipelines.

This PR switches over to using the `elastic-images-prod` repo. Images
get promoted here if they're built from the `main` of
https://github.com/elastic/ci-agent-images, or promoted manually from a
branch build.

This change should not affect existing behavior. 
We didn't test every pipeline but the assumption is that if one works,
all works:
https://buildkite.com/elastic/kibana-migration-pipeline-staging/builds/94

Will merge this once 8.13 is no longer active.
This commit is contained in:
Alex Szabo 2024-05-10 17:03:11 +02:00 committed by GitHub
parent b8269a679c
commit a1b32be9a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 143 additions and 143 deletions

View file

@ -6,7 +6,7 @@ steps:
key: type_check key: type_check
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -16,7 +16,7 @@ steps:
label: 'Build API Docs' label: 'Build API Docs'
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -33,7 +33,7 @@ steps:
label: 'Publish API Docs' label: 'Publish API Docs'
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true

View file

@ -4,7 +4,7 @@ steps:
timeout_in_minutes: 10 timeout_in_minutes: 10
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-2 machineType: n2-standard-2
@ -14,7 +14,7 @@ steps:
label: 'Pick Test Group Run Order' label: 'Pick Test Group Run Order'
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-2 machineType: n2-standard-2
timeout_in_minutes: 10 timeout_in_minutes: 10
@ -28,7 +28,7 @@ steps:
label: 'Merge and Ingest' label: 'Merge and Ingest'
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true

View file

@ -10,7 +10,7 @@
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-2 machineType: n2-standard-2
@ -36,7 +36,7 @@ steps:
timeout_in_minutes: 10 timeout_in_minutes: 10
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-2 machineType: n2-standard-2
@ -44,7 +44,7 @@ steps:
command: .buildkite/scripts/steps/build_kibana.sh command: .buildkite/scripts/steps/build_kibana.sh
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-16 machineType: n2-standard-16
key: build key: build
@ -75,7 +75,7 @@ steps:
if: "build.env('SKIP_CYPRESS') != '1' && build.env('SKIP_CYPRESS') != 'true'" if: "build.env('SKIP_CYPRESS') != '1' && build.env('SKIP_CYPRESS') != 'true'"
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -92,7 +92,7 @@ steps:
if: "build.env('SKIP_CYPRESS') != '1' && build.env('SKIP_CYPRESS') != 'true'" if: "build.env('SKIP_CYPRESS') != '1' && build.env('SKIP_CYPRESS') != 'true'"
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -109,7 +109,7 @@ steps:
if: "build.env('SKIP_CYPRESS') != '1' && build.env('SKIP_CYPRESS') != 'true'" if: "build.env('SKIP_CYPRESS') != '1' && build.env('SKIP_CYPRESS') != 'true'"
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -126,7 +126,7 @@ steps:
if: "build.env('SKIP_CYPRESS') != '1' && build.env('SKIP_CYPRESS') != 'true'" if: "build.env('SKIP_CYPRESS') != '1' && build.env('SKIP_CYPRESS') != 'true'"
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -143,7 +143,7 @@ steps:
if: "build.env('SKIP_CYPRESS') != '1' && build.env('SKIP_CYPRESS') != 'true'" if: "build.env('SKIP_CYPRESS') != '1' && build.env('SKIP_CYPRESS') != 'true'"
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -160,7 +160,7 @@ steps:
if: "build.env('SKIP_CYPRESS') != '1' && build.env('SKIP_CYPRESS') != 'true'" if: "build.env('SKIP_CYPRESS') != '1' && build.env('SKIP_CYPRESS') != 'true'"
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -177,7 +177,7 @@ steps:
if: "build.env('SKIP_CYPRESS') != '1' && build.env('SKIP_CYPRESS') != 'true'" if: "build.env('SKIP_CYPRESS') != '1' && build.env('SKIP_CYPRESS') != 'true'"
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -194,7 +194,7 @@ steps:
if: "build.env('SKIP_CYPRESS') != '1' && build.env('SKIP_CYPRESS') != 'true'" if: "build.env('SKIP_CYPRESS') != '1' && build.env('SKIP_CYPRESS') != 'true'"
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -211,7 +211,7 @@ steps:
if: "build.env('SKIP_CYPRESS') != '1' && build.env('SKIP_CYPRESS') != 'true'" if: "build.env('SKIP_CYPRESS') != '1' && build.env('SKIP_CYPRESS') != 'true'"
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
enableNestedVirtualization: true enableNestedVirtualization: true
localSsds: 1 localSsds: 1
@ -230,7 +230,7 @@ steps:
if: "build.env('SKIP_CYPRESS') != '1' && build.env('SKIP_CYPRESS') != 'true'" if: "build.env('SKIP_CYPRESS') != '1' && build.env('SKIP_CYPRESS') != 'true'"
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true

View file

@ -4,7 +4,7 @@ steps:
timeout_in_minutes: 30 timeout_in_minutes: 30
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
localSsds: 1 localSsds: 1
localSsdInterface: nvme localSsdInterface: nvme

View file

@ -12,6 +12,6 @@ steps:
command: .buildkite/scripts/steps/es_snapshots/promote.sh command: .buildkite/scripts/steps/es_snapshots/promote.sh
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-2 machineType: n2-standard-2

View file

@ -16,7 +16,7 @@ steps:
timeout_in_minutes: 10 timeout_in_minutes: 10
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-2 machineType: n2-standard-2
@ -26,7 +26,7 @@ steps:
label: Build Kibana Distribution and Plugins label: Build Kibana Distribution and Plugins
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-16 machineType: n2-standard-16
preemptible: true preemptible: true
@ -42,7 +42,7 @@ steps:
label: 'Pick Test Group Run Order' label: 'Pick Test Group Run Order'
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-2 machineType: n2-standard-2
timeout_in_minutes: 10 timeout_in_minutes: 10
@ -61,7 +61,7 @@ steps:
timeout_in_minutes: 10 timeout_in_minutes: 10
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-2 machineType: n2-standard-2
depends_on: depends_on:
@ -76,6 +76,6 @@ steps:
timeout_in_minutes: 10 timeout_in_minutes: 10
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-2 machineType: n2-standard-2

View file

@ -4,7 +4,7 @@ steps:
timeout_in_minutes: 10 timeout_in_minutes: 10
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-2 machineType: n2-standard-2
preemptible: true preemptible: true

View file

@ -5,7 +5,7 @@ steps:
label: Build Kibana Distribution and Plugins label: Build Kibana Distribution and Plugins
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-16 machineType: n2-standard-16
preemptible: true preemptible: true
@ -23,7 +23,7 @@ steps:
label: "Smoke testing for FIPS" label: "Smoke testing for FIPS"
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
enableNestedVirtualization: true enableNestedVirtualization: true
localSsds: 1 localSsds: 1

View file

@ -48,7 +48,7 @@ const getAgentRule = (queueName: string = 'n2-4-spot') => {
return { return {
provider: 'gcp', provider: 'gcp',
image: 'family/kibana-ubuntu-2004', image: 'family/kibana-ubuntu-2004',
imageProject: 'elastic-images-qa', imageProject: 'elastic-images-prod',
machineType: `${kind}-standard-${cores}`, machineType: `${kind}-standard-${cores}`,
...additionalProps, ...additionalProps,
}; };

View file

@ -4,7 +4,7 @@ steps:
timeout_in_minutes: 10 timeout_in_minutes: 10
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-2 machineType: n2-standard-2
@ -14,7 +14,7 @@ steps:
label: Install All Packages label: Install All Packages
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
localSsds: 1 localSsds: 1
machineType: n2-standard-2 machineType: n2-standard-2
@ -32,6 +32,6 @@ steps:
command: .buildkite/scripts/lifecycle/post_build.sh command: .buildkite/scripts/lifecycle/post_build.sh
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-2 machineType: n2-standard-2

View file

@ -4,7 +4,7 @@ steps:
timeout_in_minutes: 10 timeout_in_minutes: 10
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-2 machineType: n2-standard-2
retry: retry:
@ -16,7 +16,7 @@ steps:
label: Build Kibana Distribution and Plugins label: Build Kibana Distribution and Plugins
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-16 machineType: n2-standard-16
preemptible: true preemptible: true
@ -32,7 +32,7 @@ steps:
label: 'APM Cypress Tests' label: 'APM Cypress Tests'
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -49,7 +49,7 @@ steps:
label: 'Profiling Cypress Tests' label: 'Profiling Cypress Tests'
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -66,7 +66,7 @@ steps:
label: 'Synthetics @elastic/synthetics Tests' label: 'Synthetics @elastic/synthetics Tests'
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -85,7 +85,7 @@ steps:
label: 'Defend Workflows Cypress Tests' label: 'Defend Workflows Cypress Tests'
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
enableNestedVirtualization: true enableNestedVirtualization: true
localSsdInterface: nvme localSsdInterface: nvme
@ -103,7 +103,7 @@ steps:
label: 'Defend Workflows Cypress Tests on Serverless' label: 'Defend Workflows Cypress Tests on Serverless'
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
enableNestedVirtualization: true enableNestedVirtualization: true
localSsdInterface: nvme localSsdInterface: nvme

View file

@ -3,7 +3,7 @@ steps:
command: .buildkite/scripts/lifecycle/pre_build.sh command: .buildkite/scripts/lifecycle/pre_build.sh
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-2 machineType: n2-standard-2
@ -13,7 +13,7 @@ steps:
command: .buildkite/scripts/steps/build_kibana.sh command: .buildkite/scripts/steps/build_kibana.sh
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: c2-standard-16 machineType: c2-standard-16
key: build key: build
@ -33,7 +33,7 @@ steps:
command: .buildkite/scripts/steps/functional/report_performance_metrics.sh command: .buildkite/scripts/steps/functional/report_performance_metrics.sh
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
localSsds: 1 localSsds: 1
localSsdInterface: nvme localSsdInterface: nvme
@ -47,6 +47,6 @@ steps:
command: .buildkite/scripts/lifecycle/post_build.sh command: .buildkite/scripts/lifecycle/post_build.sh
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-2 machineType: n2-standard-2

View file

@ -3,7 +3,7 @@ steps:
command: .buildkite/scripts/lifecycle/pre_build.sh command: .buildkite/scripts/lifecycle/pre_build.sh
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-2 machineType: n2-standard-2
timeout_in_minutes: 10 timeout_in_minutes: 10
@ -14,7 +14,7 @@ steps:
command: .buildkite/scripts/steps/build_kibana.sh command: .buildkite/scripts/steps/build_kibana.sh
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: c2-standard-16 machineType: c2-standard-16
key: build key: build
@ -24,7 +24,7 @@ steps:
command: .buildkite/scripts/steps/functional/performance_playwright.sh command: .buildkite/scripts/steps/functional/performance_playwright.sh
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-2 machineType: n2-standard-2
preemptible: true preemptible: true
@ -42,7 +42,7 @@ steps:
command: .buildkite/scripts/steps/functional/scalability_dataset_extraction.sh command: .buildkite/scripts/steps/functional/scalability_dataset_extraction.sh
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
localSsds: 1 localSsds: 1
localSsdInterface: nvme localSsdInterface: nvme
@ -56,6 +56,6 @@ steps:
command: .buildkite/scripts/lifecycle/post_build.sh command: .buildkite/scripts/lifecycle/post_build.sh
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-2 machineType: n2-standard-2

View file

@ -4,6 +4,6 @@ steps:
timeout_in_minutes: 10 timeout_in_minutes: 10
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-2 machineType: n2-standard-2

View file

@ -3,7 +3,7 @@ steps:
command: .buildkite/scripts/lifecycle/pre_build.sh command: .buildkite/scripts/lifecycle/pre_build.sh
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-2 machineType: n2-standard-2
@ -13,7 +13,7 @@ steps:
command: .buildkite/scripts/steps/build_kibana.sh command: .buildkite/scripts/steps/build_kibana.sh
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-16 machineType: n2-standard-16
preemptible: true preemptible: true
@ -43,6 +43,6 @@ steps:
command: .buildkite/scripts/lifecycle/post_build.sh command: .buildkite/scripts/lifecycle/post_build.sh
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-2 machineType: n2-standard-2

View file

@ -3,7 +3,7 @@ steps:
command: .buildkite/scripts/lifecycle/pre_build.sh command: .buildkite/scripts/lifecycle/pre_build.sh
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-2 machineType: n2-standard-2
timeout_in_minutes: 10 timeout_in_minutes: 10
@ -27,7 +27,7 @@ steps:
command: .buildkite/scripts/lifecycle/post_build.sh command: .buildkite/scripts/lifecycle/post_build.sh
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-2 machineType: n2-standard-2
timeout_in_minutes: 10 timeout_in_minutes: 10

View file

@ -4,7 +4,7 @@ steps:
key: upload_runtime_info key: upload_runtime_info
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true

View file

@ -7,7 +7,7 @@ steps:
key: exception_workflows:essentials:qa:serverless key: exception_workflows:essentials:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -22,7 +22,7 @@ steps:
key: exception_operators_date_numeric_types:essentials:qa:serverless key: exception_operators_date_numeric_types:essentials:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -37,7 +37,7 @@ steps:
key: exception_operators_keyword:essentials:qa:serverless key: exception_operators_keyword:essentials:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -52,7 +52,7 @@ steps:
key: exception_operators_ips:essentials:qa:serverless key: exception_operators_ips:essentials:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -67,7 +67,7 @@ steps:
key: exception_operators_long:essentials:qa:serverless key: exception_operators_long:essentials:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -82,7 +82,7 @@ steps:
key: exception_operators_text:essentials:qa:serverless key: exception_operators_text:essentials:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -97,7 +97,7 @@ steps:
key: alerts:qa:serverless key: alerts:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -112,7 +112,7 @@ steps:
key: alerts:essentials:qa:serverless key: alerts:essentials:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -127,7 +127,7 @@ steps:
key: actions:qa:serverless key: actions:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -142,7 +142,7 @@ steps:
key: genai:qa:serverless key: genai:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -157,7 +157,7 @@ steps:
key: rule_execution_logic:qa:serverless key: rule_execution_logic:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -172,7 +172,7 @@ steps:
key: rule_patch:qa:serverless key: rule_patch:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -187,7 +187,7 @@ steps:
key: rule_patch:essentials:qa:serverless key: rule_patch:essentials:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -202,7 +202,7 @@ steps:
key: rule_update:qa:serverless key: rule_update:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -217,7 +217,7 @@ steps:
key: rule_update:essentials:qa:serverless key: rule_update:essentials:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -232,7 +232,7 @@ steps:
key: rules_management:essentials:qa:serverless key: rules_management:essentials:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -247,7 +247,7 @@ steps:
key: prebuilt_rules_management:qa:serverless key: prebuilt_rules_management:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -262,7 +262,7 @@ steps:
key: prebuilt_rules_bundled_prebuilt_rules_package:qa:serverless key: prebuilt_rules_bundled_prebuilt_rules_package:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -277,7 +277,7 @@ steps:
key: prebuilt_rules_large_prebuilt_rules_package:qa:serverless key: prebuilt_rules_large_prebuilt_rules_package:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -292,7 +292,7 @@ steps:
key: prebuilt_rules_update_prebuilt_rules_package:qa:serverless key: prebuilt_rules_update_prebuilt_rules_package:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -307,7 +307,7 @@ steps:
key: rule_bulk_actions:qa:serverless key: rule_bulk_actions:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -322,7 +322,7 @@ steps:
key: rule_read:qa:serverless key: rule_read:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -337,7 +337,7 @@ steps:
key: rule_import_export:essentials:qa:serverless key: rule_import_export:essentials:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -352,7 +352,7 @@ steps:
key: rule_import_export:qa:serverless key: rule_import_export:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -367,7 +367,7 @@ steps:
key: rule_management:qa:serverless key: rule_management:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -382,7 +382,7 @@ steps:
key: rule_read:essentials:qa:serverless key: rule_read:essentials:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -397,7 +397,7 @@ steps:
key: rule_creation:qa:serverless key: rule_creation:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -412,7 +412,7 @@ steps:
key: rule_creation:essentials:qa:serverless key: rule_creation:essentials:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -427,7 +427,7 @@ steps:
key: rule_delete:qa:serverless key: rule_delete:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -442,7 +442,7 @@ steps:
key: rule_delete:essentials:qa:serverless key: rule_delete:essentials:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -457,7 +457,7 @@ steps:
key: exception_lists_items:qa:serverless key: exception_lists_items:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -472,7 +472,7 @@ steps:
key: lists_items:qa:serverless key: lists_items:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -487,7 +487,7 @@ steps:
key: user_roles:qa:serverless key: user_roles:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -502,7 +502,7 @@ steps:
key: telemetry:qa:serverless key: telemetry:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -517,7 +517,7 @@ steps:
key: entity_analytics:qa:serverless key: entity_analytics:qa:serverless
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true

View file

@ -7,7 +7,7 @@ steps:
key: exception_workflows:essentials:qa:serverless:release key: exception_workflows:essentials:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -22,7 +22,7 @@ steps:
key: exception_operators_date_numeric_types:essentials:qa:serverless:release key: exception_operators_date_numeric_types:essentials:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -37,7 +37,7 @@ steps:
key: exception_operators_keyword:essentials:qa:serverless:release key: exception_operators_keyword:essentials:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -52,7 +52,7 @@ steps:
key: exception_operators_ips:essentials:qa:serverless:release key: exception_operators_ips:essentials:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -67,7 +67,7 @@ steps:
key: exception_operators_long:essentials:qa:serverless:release key: exception_operators_long:essentials:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -82,7 +82,7 @@ steps:
key: exception_operators_text:essentials:qa:serverless:release key: exception_operators_text:essentials:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -97,7 +97,7 @@ steps:
key: alerts:qa:serverless:release key: alerts:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -112,7 +112,7 @@ steps:
key: alerts:essentials:qa:serverless:release key: alerts:essentials:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -127,7 +127,7 @@ steps:
key: actions:qa:serverless:release key: actions:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -142,7 +142,7 @@ steps:
key: genai:qa:serverless:release key: genai:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -157,7 +157,7 @@ steps:
key: rule_execution_logic:qa:serverless:release key: rule_execution_logic:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -172,7 +172,7 @@ steps:
key: rule_patch:qa:serverless:release key: rule_patch:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -187,7 +187,7 @@ steps:
key: rule_patch:essentials:qa:serverless:release key: rule_patch:essentials:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -202,7 +202,7 @@ steps:
key: rule_update:qa:serverless:release key: rule_update:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -217,7 +217,7 @@ steps:
key: rule_update:essentials:qa:serverless:release key: rule_update:essentials:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -232,7 +232,7 @@ steps:
key: rules_management:essentials:qa:serverless:release key: rules_management:essentials:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -247,7 +247,7 @@ steps:
key: prebuilt_rules_management:qa:serverless:release key: prebuilt_rules_management:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -262,7 +262,7 @@ steps:
key: prebuilt_rules_bundled_prebuilt_rules_package:qa:serverless:release key: prebuilt_rules_bundled_prebuilt_rules_package:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -277,7 +277,7 @@ steps:
key: prebuilt_rules_large_prebuilt_rules_package:qa:serverless:release key: prebuilt_rules_large_prebuilt_rules_package:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -292,7 +292,7 @@ steps:
key: prebuilt_rules_update_prebuilt_rules_package:qa:serverless:release key: prebuilt_rules_update_prebuilt_rules_package:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -307,7 +307,7 @@ steps:
key: rule_bulk_actions:qa:serverless:release key: rule_bulk_actions:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -322,7 +322,7 @@ steps:
key: rule_read:qa:serverless:release key: rule_read:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -337,7 +337,7 @@ steps:
key: rule_import_export:essentials:qa:serverless:release key: rule_import_export:essentials:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -352,7 +352,7 @@ steps:
key: rule_import_export:qa:serverless:release key: rule_import_export:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -367,7 +367,7 @@ steps:
key: rule_management:qa:serverless:release key: rule_management:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -382,7 +382,7 @@ steps:
key: rule_read:essentials:qa:serverless:release key: rule_read:essentials:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -397,7 +397,7 @@ steps:
key: rule_creation:qa:serverless:release key: rule_creation:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -412,7 +412,7 @@ steps:
key: rule_creation:essentials:qa:serverless:release key: rule_creation:essentials:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -427,7 +427,7 @@ steps:
key: rule_delete:qa:serverless:release key: rule_delete:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -442,7 +442,7 @@ steps:
key: rule_delete:essentials:qa:serverless:release key: rule_delete:essentials:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -457,7 +457,7 @@ steps:
key: exception_lists_items:qa:serverless:release key: exception_lists_items:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -472,7 +472,7 @@ steps:
key: lists_items:qa:serverless:release key: lists_items:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -487,7 +487,7 @@ steps:
key: user_roles:qa:serverless:release key: user_roles:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -502,7 +502,7 @@ steps:
key: telemetry:qa:serverless:release key: telemetry:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -517,7 +517,7 @@ steps:
key: entity_analytics:qa:serverless:release key: entity_analytics:qa:serverless:release
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true

View file

@ -4,7 +4,7 @@ steps:
key: upload_runtime_info key: upload_runtime_info
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -19,7 +19,7 @@ steps:
key: test_defend_workflows key: test_defend_workflows
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
enableNestedVirtualization: true enableNestedVirtualization: true
localSsds: 1 localSsds: 1

View file

@ -4,7 +4,7 @@ steps:
key: upload_runtime_info key: upload_runtime_info
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -21,7 +21,7 @@ steps:
BK_TEST_SUITE_KEY: "serverless-cypress-detection-engine" BK_TEST_SUITE_KEY: "serverless-cypress-detection-engine"
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -40,7 +40,7 @@ steps:
BK_TEST_SUITE_KEY: "serverless-cypress-detection-engine" BK_TEST_SUITE_KEY: "serverless-cypress-detection-engine"
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true

View file

@ -4,7 +4,7 @@ steps:
key: upload_runtime_info key: upload_runtime_info
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -21,7 +21,7 @@ steps:
BK_TEST_SUITE_KEY: "serverless-cypress-entity-analytics" BK_TEST_SUITE_KEY: "serverless-cypress-entity-analytics"
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true

View file

@ -4,7 +4,7 @@ steps:
key: upload_runtime_info key: upload_runtime_info
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -21,7 +21,7 @@ steps:
BK_TEST_SUITE_KEY: "serverless-cypress-explore" BK_TEST_SUITE_KEY: "serverless-cypress-explore"
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true

View file

@ -4,7 +4,7 @@ steps:
key: upload_runtime_info key: upload_runtime_info
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -21,7 +21,7 @@ steps:
BK_TEST_SUITE_KEY: "serverless-cypress-gen-ai" BK_TEST_SUITE_KEY: "serverless-cypress-gen-ai"
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true

View file

@ -4,7 +4,7 @@ steps:
key: upload_runtime_info key: upload_runtime_info
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -21,7 +21,7 @@ steps:
BK_TEST_SUITE_KEY: "serverless-cypress-investigations" BK_TEST_SUITE_KEY: "serverless-cypress-investigations"
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true

View file

@ -4,7 +4,7 @@ steps:
key: upload_runtime_info key: upload_runtime_info
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -21,7 +21,7 @@ steps:
BK_TEST_SUITE_KEY: "serverless-cypress-rule-management" BK_TEST_SUITE_KEY: "serverless-cypress-rule-management"
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true
@ -40,7 +40,7 @@ steps:
BK_TEST_SUITE_KEY: "serverless-cypress-rule-management" BK_TEST_SUITE_KEY: "serverless-cypress-rule-management"
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-4 machineType: n2-standard-4
preemptible: true preemptible: true

View file

@ -4,7 +4,7 @@
agents: agents:
image: family/kibana-ubuntu-2004 image: family/kibana-ubuntu-2004
imageProject: elastic-images-qa imageProject: elastic-images-prod
provider: gcp provider: gcp
machineType: n2-standard-2 machineType: n2-standard-2