Searched refs:GCE_INSTANCE_NAME_KEY (Results 1 – 3 of 3) sorted by relevance
62 public static final String GCE_INSTANCE_NAME_KEY = "gce-instance-name"; field in GceManager190 mBuildInfo.addBuildAttribute(GCE_INSTANCE_NAME_KEY, instanceName); in startGce()363 instanceName = mBuildInfo.getBuildAttributes().get(GCE_INSTANCE_NAME_KEY); in shutdownGce()
124 if (build.getBuildAttributes().get(GceManager.GCE_INSTANCE_NAME_KEY) != null) { in runTests()126 build.getBuildAttributes().get(GceManager.GCE_INSTANCE_NAME_KEY); in runTests()
248 testInfo.getBuildInfo().addBuildAttribute(GceManager.GCE_INSTANCE_NAME_KEY, "ins-gce"); in testParentSandbox_shutdown()