Skip to content

Commit

Permalink
Remove bad timeouts from GKE tests (GoogleCloudPlatform#12092)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson authored and akshat-jindal-nit committed Nov 18, 2024
1 parent b060ae5 commit 71d1263
Showing 1 changed file with 0 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9470,11 +9470,6 @@ resource "google_container_cluster" "with_autopilot" {
datapath_provider = "ADVANCED_DATAPATH"

deletion_protection = false

timeouts {
create = "30m"
update = "40m"
}
}
`, clusterName, networkName, subnetworkName)
}
Expand Down Expand Up @@ -9534,11 +9529,6 @@ resource "google_container_cluster" "with_autopilot" {
enable_cilium_clusterwide_network_policy = true

deletion_protection = false

timeouts {
create = "30m"
update = "40m"
}
}
`, clusterName, networkName, subnetworkName)
}
Expand Down Expand Up @@ -10823,11 +10813,6 @@ resource "google_container_cluster" "primary" {
network = "%[4]s"
subnetwork = "%[5]s"

timeouts {
create = "30m"
update = "40m"
}

depends_on = [time_sleep.wait_120_seconds]
}
`, projectID, randomSuffix, clusterName, networkName, subnetworkName)
Expand Down Expand Up @@ -10966,11 +10951,6 @@ resource "google_container_cluster" "with_autopilot" {
enabled = true
}

timeouts {
create = "30m"
update = "40m"
}

depends_on = [time_sleep.wait_120_seconds]
}
`, projectID, randomSuffix, clusterName, networkName, subnetworkName)
Expand Down Expand Up @@ -11110,11 +11090,6 @@ resource "google_container_cluster" "with_autopilot" {
enabled = true
}

timeouts {
create = "30m"
update = "40m"
}

depends_on = [time_sleep.wait_120_seconds]
}
`, projectID, randomSuffix, clusterName, networkName, subnetworkName)
Expand Down Expand Up @@ -11247,11 +11222,6 @@ resource "google_container_cluster" "with_autopilot" {
enabled = true
}

timeouts {
create = "30m"
update = "40m"
}

depends_on = [time_sleep.wait_120_seconds]
}
`, projectID, randomSuffix, clusterName, networkName, subnetworkName)
Expand Down

0 comments on commit 71d1263

Please sign in to comment.