mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
## Summary Manual backport of #183140, simply replacing `elastic-images-qa` => `elastic-images-prod`
This commit is contained in:
parent
c26eaa1f33
commit
df05bca190
5 changed files with 13 additions and 13 deletions
|
@ -4,7 +4,7 @@ steps:
|
|||
timeout_in_minutes: 30
|
||||
agents:
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-qa
|
||||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
localSsds: 1
|
||||
localSsdInterface: nvme
|
||||
|
|
|
@ -12,6 +12,6 @@ steps:
|
|||
command: .buildkite/scripts/steps/es_snapshots/promote.sh
|
||||
agents:
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-qa
|
||||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
machineType: n2-standard-2
|
||||
|
|
|
@ -16,7 +16,7 @@ steps:
|
|||
timeout_in_minutes: 10
|
||||
agents:
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-qa
|
||||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
machineType: n2-standard-2
|
||||
|
||||
|
@ -26,7 +26,7 @@ steps:
|
|||
label: Build Kibana Distribution and Plugins
|
||||
agents:
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-qa
|
||||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
machineType: c2-standard-16
|
||||
preemptible: true
|
||||
|
@ -39,7 +39,7 @@ steps:
|
|||
parallelism: 27
|
||||
agents:
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-qa
|
||||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
machineType: n2-standard-4
|
||||
depends_on: build
|
||||
|
@ -54,7 +54,7 @@ steps:
|
|||
label: 'Docker CI Group'
|
||||
agents:
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-qa
|
||||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
machineType: n2-standard-4
|
||||
depends_on: build
|
||||
|
@ -70,7 +70,7 @@ steps:
|
|||
parallelism: 11
|
||||
agents:
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-qa
|
||||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
machineType: n2-standard-4
|
||||
preemptible: true
|
||||
|
@ -87,7 +87,7 @@ steps:
|
|||
parallelism: 3
|
||||
agents:
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-qa
|
||||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
machineType: n2-standard-4
|
||||
timeout_in_minutes: 120
|
||||
|
@ -101,7 +101,7 @@ steps:
|
|||
label: 'API Integration Tests'
|
||||
agents:
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-qa
|
||||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
machineType: n2-standard-2
|
||||
timeout_in_minutes: 120
|
||||
|
@ -112,7 +112,7 @@ steps:
|
|||
timeout_in_minutes: 10
|
||||
agents:
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-qa
|
||||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
machineType: n2-standard-2
|
||||
depends_on:
|
||||
|
@ -130,6 +130,6 @@ steps:
|
|||
timeout_in_minutes: 10
|
||||
agents:
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-qa
|
||||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
machineType: n2-standard-2
|
||||
|
|
|
@ -27,7 +27,7 @@ const getAgentRule = (queueName = 'n2-4-spot') => {
|
|||
return {
|
||||
provider: 'gcp',
|
||||
image: 'family/kibana-ubuntu-2004',
|
||||
imageProject: 'elastic-images-qa',
|
||||
imageProject: 'elastic-images-prod',
|
||||
machineType: `${kind}-standard-${cores}`,
|
||||
...additionalProps,
|
||||
};
|
||||
|
|
|
@ -27,7 +27,7 @@ const getAgentRule = (queueName = 'n2-4-spot') => {
|
|||
return {
|
||||
provider: 'gcp',
|
||||
image: 'family/kibana-ubuntu-2004',
|
||||
imageProject: 'elastic-images-qa',
|
||||
imageProject: 'elastic-images-prod',
|
||||
machineType: `${kind}-standard-${cores}`,
|
||||
...additionalProps,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue