Skip to content

Commit

Permalink
Fixing continuous test break. (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyapani committed Sep 20, 2023
2 parents cb1c8ec + 94812e3 commit 64a5d8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions a3/terraform/modules/cluster/gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,6 @@ resource "google_container_node_pool" "node-pools" {
"cloud.google.com/gke-kdump-enabled" = "true"
}

# Enables local NVMe SSDs. Should not be used for non-a3 machine types.
ephemeral_storage_local_ssd_config {
local_ssd_count = 16
}

dynamic "host_maintenance_policy" {
for_each = var.host_maintenance_interval != null ? [1] : []
content {
Expand Down
2 changes: 1 addition & 1 deletion cloudbuild-continuous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ images:
timeout: 5400s

substitutions:
_VERSION: 'v1.2.0'
_VERSION: 'v1.2.1'

0 comments on commit 64a5d8a

Please sign in to comment.