Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfc885dc

Browse files
authored
Change default var for network (#762)
Fixes #n/a☕️Changed the network name being createdWe were seeing the error where we ran into too many clusters being created with the `default` vpc network, which was also being by other java CI flows not in this repo.
1 parentaf1dbad commitfc885dc

File tree

1 file changed

+1
-1
lines changed
  • java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1/it

1 file changed

+1
-1
lines changed

‎java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1/it/ITSystemTest.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class ITSystemTest {
5555
+"/zones/us-central1-a/clusters/"
5656
+CLUSTER_NAME;
5757
privatestaticfinalStringNODE_POOL_SEL_LINK =SELF_LINK +"/nodePools/" +NODE_POOL_NAME;
58-
privatestaticfinalStringNETWORK ="default";
58+
privatestaticfinalStringNETWORK ="java-container-network";
5959
privatestaticfinalintINITIAL_NODE_COUNT =1;
6060

6161
@BeforeClass

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp