AB#2288: Fix/kernel panic (#328)

* More debug info & don't use guestfish
* Sync image runner script with deployed code
* Add missing = for --wait in sonobuoy action

Co-authored-by: <mp@edgeless.systems>
This commit is contained in:
Otto Bittner 2022-08-02 15:34:17 +02:00 committed by GitHub
parent 19871ee422
commit 1859dc1718
4 changed files with 35 additions and 43 deletions

View file

@ -85,7 +85,7 @@ def create_instance(
zone: str = 'us-central1-c',
instance_name: str = 'coreos-builder',
machine_type: str = "n2-highmem-4",
source_image: str = "projects/ubuntu-os-cloud/global/images/ubuntu-2110-impish-v20220118",
source_image: str = "projects/ubuntu-os-cloud/global/images/family/ubuntu-2004-lts",
network_name: str = "global/networks/default",
disk_size_gb: int = 64,
enable_nested_virtualization: bool = True,