Skip to content

Commit

Permalink
Merge pull request #1631 from ameukam/build-clusters-release-channel
Browse files Browse the repository at this point in the history
Enroll prow build clusters to a GKE release channel.
  • Loading branch information
k8s-ci-robot authored Feb 11, 2021
2 parents a379c01 + d4e9831 commit 28db1a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ module "prow_build_cluster" {
cluster_location = local.cluster_location
bigquery_location = local.bigquery_location
is_prod_cluster = "true"
release_channel = "STABLE"
}

module "prow_build_nodepool" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ module "prow_build_cluster" {
cluster_location = local.cluster_location
bigquery_location = local.bigquery_location
is_prod_cluster = "true"
release_channel = "STABLE"
}

module "prow_build_nodepool_n1_highmem_8_maxiops" {
Expand Down

0 comments on commit 28db1a0

Please sign in to comment.