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 4242@ TestMethodOrder (MethodOrderer . OrderAnnotation . class )
4343public class TpuVmIT {
4444 private static final String PROJECT_ID = System .getenv ("GOOGLE_CLOUD_PROJECT" );
45- private static final String ZONE = "asia-east1 -c" ;
45+ private static final String ZONE = "us-central1 -c" ;
4646 static String javaVersion = System .getProperty ("java.version" ).substring (0 , 2 );
4747 private static final String NODE_NAME = "test-tpu-" + javaVersion + "-"
4848 + UUID .randomUUID ().toString ().substring (0 , 8 );
4949 private static final String TPU_TYPE = "v2-8" ;
50- private static final String TPU_SOFTWARE_VERSION = "tpu-vm-tf-2.12.1 " ;
50+ private static final String TPU_SOFTWARE_VERSION = "tpu-vm-base " ;
5151 private static final String NODE_PATH_NAME =
5252 String .format ("projects/%s/locations/%s/nodes/%s" , PROJECT_ID , ZONE , NODE_NAME );
5353
You can’t perform that action at this time.
0 commit comments