From fb66c7ecdf5335dd0d7ea030c62190f41dbdd98c Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Thu, 19 Nov 2020 17:13:00 -0500 Subject: [PATCH] Supply --image-project, return to N2 not N2D --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eb1117a2b..d6a28f6c8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,7 +52,8 @@ jobs: --boot-disk-size 100GB \ --boot-disk-type pd-ssd \ --image-family cos-stable \ - --machine-type n2d-standard-16 \ + --image-project cos-cloud \ + --machine-type n2-standard-16 \ --service-account cos-vm@zealous-zebra.iam.gserviceaccount.com \ --scopes cloud-platform \ --tags zebrad \