Skip to content

Commit

Permalink
Fix gardener provisioning (#656)
Browse files Browse the repository at this point in the history
* Fix gardener provisioning

* more

* Split action for two phases
  • Loading branch information
kolodziejczak authored Mar 5, 2024
1 parent fc1210b commit 9342adf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
GARDENER_REGION: "europe-west3"
GARDENER_ZONES: "europe-west3-c,europe-west3-b,europe-west3-a"
GARDENER_CLUSTER_VERSION: "1.27"
GARDENER_GARDENLINUX_VERSION: "1312.3.0"
MACHINE_TYPE: "n2-standard-4"
DISK_SIZE: 50
DISK_TYPE: "pd-standard"
Expand Down Expand Up @@ -112,6 +113,7 @@ jobs:
GARDENER_CLUSTER_VERSION: "1.27"
GARDENER_REGION: "eu-west-1"
GARDENER_ZONES: "eu-west-1b,eu-west-1c,eu-west-1a"
GARDENER_GARDENLINUX_VERSION: "1312.3.0"
MACHINE_TYPE: "m5.xlarge"
DISK_SIZE: 50
DISK_TYPE: "gp2"
Expand Down Expand Up @@ -143,6 +145,7 @@ jobs:
GARDENER_CLUSTER_VERSION: "1.27"
GARDENER_REGION: "eu-west-1"
GARDENER_ZONES: "eu-west-1b,eu-west-1c,eu-west-1a"
GARDENER_GARDENLINUX_VERSION: "1312.3.0"
MACHINE_TYPE: "m5.xlarge"
DISK_SIZE: 50
DISK_TYPE: "gp2"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/performance-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
GARDENER_REGION: "europe-west3"
GARDENER_ZONES: "europe-west3-c,europe-west3-b,europe-west3-a"
GARDENER_CLUSTER_VERSION: "1.27"
GARDENER_GARDENLINUX_VERSION: "1312.3.0"
MACHINE_TYPE: "n2-standard-4"
DISK_SIZE: 50
DISK_TYPE: "pd-standard"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull-integration-gardener.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
GARDENER_REGION: "europe-west3"
GARDENER_ZONES: "europe-west3-c,europe-west3-b,europe-west3-a"
GARDENER_CLUSTER_VERSION: "1.27"
GARDENER_GARDENLINUX_VERSION: "1312.3.0"
MACHINE_TYPE: "n2-standard-4"
DISK_SIZE: 50
DISK_TYPE: "pd-standard"
Expand Down Expand Up @@ -95,6 +96,7 @@ jobs:
GARDENER_CLUSTER_VERSION: "1.27"
GARDENER_REGION: "eu-west-1"
GARDENER_ZONES: "eu-west-1b,eu-west-1c,eu-west-1a"
GARDENER_GARDENLINUX_VERSION: "1312.3.0"
MACHINE_TYPE: "m5.xlarge"
DISK_SIZE: 50
DISK_TYPE: "gp2"
Expand Down

0 comments on commit 9342adf

Please sign in to comment.