mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
62547738de
commit
d4d8b981ea
9 changed files with 1 additions and 49 deletions
|
@ -59,7 +59,7 @@ const expandAgentQueue = (queueName: string = 'n2-4-spot') => {
|
|||
const additionalProps =
|
||||
{
|
||||
spot: { preemptible: true },
|
||||
virt: { localSsdInterface: 'nvme', enableNestedVirtualization: true, localSsds: 1 },
|
||||
virt: { enableNestedVirtualization: true },
|
||||
}[addition] || {};
|
||||
|
||||
return {
|
||||
|
|
|
@ -21,8 +21,6 @@ steps:
|
|||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
enableNestedVirtualization: true
|
||||
localSsds: 1
|
||||
localSsdInterface: nvme
|
||||
machineType: n2-standard-4
|
||||
timeout_in_minutes: 30
|
||||
retry:
|
||||
|
@ -37,8 +35,6 @@ steps:
|
|||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
enableNestedVirtualization: true
|
||||
localSsds: 1
|
||||
localSsdInterface: nvme
|
||||
machineType: n2-standard-4
|
||||
timeout_in_minutes: 30
|
||||
retry:
|
||||
|
@ -53,8 +49,6 @@ steps:
|
|||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
enableNestedVirtualization: true
|
||||
localSsds: 1
|
||||
localSsdInterface: nvme
|
||||
machineType: n2-standard-4
|
||||
timeout_in_minutes: 30
|
||||
retry:
|
||||
|
@ -68,8 +62,6 @@ steps:
|
|||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
localSsds: 1
|
||||
localSsdInterface: nvme
|
||||
machineType: n2-standard-2
|
||||
timeout_in_minutes: 30
|
||||
retry:
|
||||
|
@ -83,8 +75,6 @@ steps:
|
|||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
localSsds: 1
|
||||
localSsdInterface: nvme
|
||||
machineType: n2-standard-2
|
||||
timeout_in_minutes: 30
|
||||
retry:
|
||||
|
@ -111,8 +101,6 @@ steps:
|
|||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
localSsds: 1
|
||||
localSsdInterface: nvme
|
||||
machineType: n2-standard-2
|
||||
timeout_in_minutes: 30
|
||||
retry:
|
||||
|
@ -129,8 +117,6 @@ steps:
|
|||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
localSsds: 1
|
||||
localSsdInterface: nvme
|
||||
machineType: n2-standard-2
|
||||
timeout_in_minutes: 60
|
||||
if: "build.env('RELEASE_BUILD') == null || build.env('RELEASE_BUILD') == '' || build.env('RELEASE_BUILD') == 'false'"
|
||||
|
@ -156,7 +142,5 @@ steps:
|
|||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
localSsds: 1
|
||||
localSsdInterface: nvme
|
||||
machineType: n2-standard-2
|
||||
timeout_in_minutes: 30
|
||||
|
|
|
@ -206,8 +206,6 @@ steps:
|
|||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
enableNestedVirtualization: true
|
||||
localSsds: 1
|
||||
localSsdInterface: nvme
|
||||
machineType: n2-standard-4
|
||||
depends_on: build
|
||||
timeout_in_minutes: 60
|
||||
|
|
|
@ -298,8 +298,6 @@ steps:
|
|||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
enableNestedVirtualization: true
|
||||
localSsds: 1
|
||||
localSsdInterface: nvme
|
||||
machineType: n2-standard-4
|
||||
timeout_in_minutes: 60
|
||||
parallelism: 20
|
||||
|
|
|
@ -362,8 +362,6 @@ steps:
|
|||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
enableNestedVirtualization: true
|
||||
localSsds: 1
|
||||
localSsdInterface: nvme
|
||||
machineType: n2-standard-4
|
||||
depends_on:
|
||||
- build
|
||||
|
@ -381,8 +379,6 @@ steps:
|
|||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
enableNestedVirtualization: true
|
||||
localSsds: 1
|
||||
localSsdInterface: nvme
|
||||
machineType: n2-standard-4
|
||||
depends_on:
|
||||
- build
|
||||
|
|
|
@ -3,8 +3,6 @@ steps:
|
|||
label: '[Soft fail] Defend Workflows Cypress Tests, burning changed specs'
|
||||
agents:
|
||||
enableNestedVirtualization: true
|
||||
localSsds: 1
|
||||
localSsdInterface: nvme
|
||||
machineType: n2-standard-4
|
||||
depends_on:
|
||||
- build
|
||||
|
|
|
@ -3,8 +3,6 @@ steps:
|
|||
label: 'Defend Workflows Cypress Tests'
|
||||
agents:
|
||||
enableNestedVirtualization: true
|
||||
localSsds: 1
|
||||
localSsdInterface: nvme
|
||||
machineType: n2-standard-4
|
||||
depends_on:
|
||||
- build
|
||||
|
|
|
@ -10,8 +10,6 @@ steps:
|
|||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
enableNestedVirtualization: true
|
||||
localSsds: 1
|
||||
localSsdInterface: nvme
|
||||
machineType: n2-standard-4
|
||||
preemptible: true
|
||||
timeout_in_minutes: 300
|
||||
|
@ -32,8 +30,6 @@ steps:
|
|||
# imageProject: elastic-images-prod
|
||||
# provider: gcp
|
||||
# enableNestedVirtualization: true
|
||||
# localSsds: 1
|
||||
# localSsdInterface: nvme
|
||||
# machineType: n2-standard-4
|
||||
# timeout_in_minutes: 120
|
||||
# retry:
|
||||
|
@ -49,8 +45,6 @@ steps:
|
|||
# imageProject: elastic-images-prod
|
||||
# provider: gcp
|
||||
# enableNestedVirtualization: true
|
||||
# localSsds: 1
|
||||
# localSsdInterface: nvme
|
||||
# machineType: n2-standard-4
|
||||
# timeout_in_minutes: 120
|
||||
# retry:
|
||||
|
@ -66,8 +60,6 @@ steps:
|
|||
# imageProject: elastic-images-prod
|
||||
# provider: gcp
|
||||
# enableNestedVirtualization: true
|
||||
# localSsds: 1
|
||||
# localSsdInterface: nvme
|
||||
# machineType: n2-standard-4
|
||||
# timeout_in_minutes: 120
|
||||
# retry:
|
||||
|
@ -83,8 +75,6 @@ steps:
|
|||
# imageProject: elastic-images-prod
|
||||
# provider: gcp
|
||||
# enableNestedVirtualization: true
|
||||
# localSsds: 1
|
||||
# localSsdInterface: nvme
|
||||
# machineType: n2-standard-4
|
||||
# timeout_in_minutes: 120
|
||||
# retry:
|
||||
|
@ -100,8 +90,6 @@ steps:
|
|||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
enableNestedVirtualization: true
|
||||
localSsds: 1
|
||||
localSsdInterface: nvme
|
||||
machineType: n2-standard-4
|
||||
preemptible: true
|
||||
timeout_in_minutes: 120
|
||||
|
@ -118,8 +106,6 @@ steps:
|
|||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
enableNestedVirtualization: true
|
||||
localSsds: 1
|
||||
localSsdInterface: nvme
|
||||
machineType: n2-standard-4
|
||||
preemptible: true
|
||||
timeout_in_minutes: 120
|
||||
|
@ -136,8 +122,6 @@ steps:
|
|||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
enableNestedVirtualization: true
|
||||
localSsds: 1
|
||||
localSsdInterface: nvme
|
||||
machineType: n2-standard-4
|
||||
preemptible: true
|
||||
timeout_in_minutes: 120
|
||||
|
@ -157,8 +141,6 @@ steps:
|
|||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
enableNestedVirtualization: true
|
||||
localSsds: 1
|
||||
localSsdInterface: nvme
|
||||
machineType: n2-standard-4
|
||||
preemptible: true
|
||||
timeout_in_minutes: 300
|
||||
|
|
|
@ -7,8 +7,6 @@ steps:
|
|||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
enableNestedVirtualization: true
|
||||
localSsds: 1
|
||||
localSsdInterface: nvme
|
||||
machineType: n2-standard-4
|
||||
timeout_in_minutes: 300
|
||||
parallelism: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue