From 584f35ce68bc774bd0c66fe71de6fd22f091669e Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Fri, 4 Jun 2021 12:30:20 -0400 Subject: [PATCH] Update test job to use the updated state --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4205f022..5e1209f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,8 +54,8 @@ jobs: --container-image rust:buster \ --container-mount-disk mount-path='/mainnet',name="zebrad-cache-$SHORT_SHA-mainnet-1046400" \ --container-restart-policy never \ - --create-disk name="zebrad-cache-$SHORT_SHA-mainnet-1046400",image=zebrad-cache-8690a39-mainnet-1046400 \ - --machine-type n2-standard-4 \ + --create-disk name="zebrad-cache-$SHORT_SHA-mainnet-1046400",image=zebrad-cache-9416b5d-mainnet-1046400 \ + --machine-type n2-standard-8 \ --service-account cos-vm@zealous-zebra.iam.gserviceaccount.com \ --scopes cloud-platform \ --tags zebrad \