File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4444@ TestMethodOrder (MethodOrderer . OrderAnnotation . class )
4545public class TpuVmIT {
4646 private static final String PROJECT_ID = System .getenv ("GOOGLE_CLOUD_PROJECT" );
47- private static final String ZONE = "us-central1 -a" ;
47+ private static final String ZONE = "us-south1 -a" ;
4848 static String javaVersion = System .getProperty ("java.version" ).substring (0 , 2 );
4949 private static final String NODE_NAME = "test-tpu-" + javaVersion + "-"
5050 + UUID .randomUUID ().toString ().substring (0 , 8 );
51- private static final String TPU_TYPE = "v3-8 " ;
51+ private static final String TPU_TYPE = "v5litepod-1 " ;
5252 private static final String TPU_SOFTWARE_VERSION = "tpu-vm-tf-2.14.1" ;
5353 private static final String NODE_PATH_NAME =
5454 String .format ("projects/%s/locations/%s/nodes/%s" , PROJECT_ID , ZONE , NODE_NAME );
You can’t perform that action at this time.
0 commit comments