You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/12/01 19:51:44 UTC

[beam] branch master updated: Rename from default-pool to pool-1 (#24466)

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 860d9af6979 Rename from default-pool to pool-1 (#24466)
860d9af6979 is described below

commit 860d9af69799f3f9e70e880cf201d062cf6fb59c
Author: Danny McCormick <da...@google.com>
AuthorDate: Thu Dec 1 14:51:38 2022 -0500

    Rename from default-pool to pool-1 (#24466)
---
 .test-infra/jenkins/job_IODatastoresCredentialsRotation.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.test-infra/jenkins/job_IODatastoresCredentialsRotation.groovy b/.test-infra/jenkins/job_IODatastoresCredentialsRotation.groovy
index 8de83901990..d498ca14b53 100644
--- a/.test-infra/jenkins/job_IODatastoresCredentialsRotation.groovy
+++ b/.test-infra/jenkins/job_IODatastoresCredentialsRotation.groovy
@@ -35,7 +35,7 @@ job('Rotate IO-Datastores Cluster Credentials') {
 
     //Rebuilding the nodes
     shell('''gcloud container clusters upgrade io-datastores \
-    --node-pool=default-pool --zone=us-central1-a --quiet''')
+    --node-pool=pool-1 --zone=us-central1-a --quiet''')
 
     //Completing the rotation
     shell('''gcloud container clusters update io-datastores \