From e004d40ac13ca08f25a7bb33e12ce6920c2a646a Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Wed, 16 Dec 2020 16:37:53 -0500 Subject: [PATCH] Update cached state to @419200 on mainnet, not past it --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c2a7fb2b7..e8ac738b4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,7 +52,7 @@ jobs: --container-image rust:buster \ --container-mount-disk mount-path='/mainnet',name="zebrad-cache-$SHORT_SHA-mainnet-419200" \ --container-restart-policy never \ - --create-disk name="zebrad-cache-$SHORT_SHA-mainnet-419200",image=zebrad-cache-2a21c86-mainnet-419200 \ + --create-disk name="zebrad-cache-$SHORT_SHA-mainnet-419200",image=zebrad-cache-fbca3c7-mainnet-419200 \ --machine-type n2-standard-4 \ --service-account cos-vm@zealous-zebra.iam.gserviceaccount.com \ --scopes cloud-platform \