Skip to content

Commit

Permalink
chore: Update Compute ITs to Debian-12 (#11036)
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 authored Jul 29, 2024
1 parent bc1f9e4 commit b9eeea0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class ITSmokeInstancesTest extends BaseTest {
private static InstanceGroupManagersClient instanceGroupManagersClient;
private static List<Instance> instances;
private static final String DEFAULT_IMAGE =
"projects/debian-cloud/global/images/family/debian-10";
"projects/debian-cloud/global/images/family/debian-12";
private static final AttachedDisk DISK =
AttachedDisk.newBuilder()
.setBoot(true)
Expand Down

0 comments on commit b9eeea0

Please sign in to comment.