diff --git a/configs/cb-aarch64.yaml b/configs/cb-aarch64.yaml index 7dba647..83f30a2 100644 --- a/configs/cb-aarch64.yaml +++ b/configs/cb-aarch64.yaml @@ -49,6 +49,15 @@ images: rename: regex: '(.*)\.qcow2c$' to: '\1.qcow2' + workstation-cloud: + target: vm/alt-workstation-cloud + kinds: + - qcow2c + scripts: + - machine_id + rename: + regex: '(.*)\.qcow2c$' + to: '\1.qcow2' branches: Sisyphus: diff --git a/configs/cb-vm.yaml b/configs/cb-vm.yaml index e3b32d3..10096f2 100644 --- a/configs/cb-vm.yaml +++ b/configs/cb-vm.yaml @@ -41,6 +41,24 @@ images: rename: regex: '(.*)\.qcow2c$' to: '\1.qcow2' + workstation-cloud: + target: vm/alt-workstation-cloud + kinds: + - qcow2c + exclude_arches: + - aarch64 + - armh + - ppc64le + exclude_branches: + - p8 + - c8 + scripts: + - machine_id + tests: + - method: prog(cloud-build-test-cloud) + rename: + regex: '(.*)\.qcow2c$' + to: '\1.qcow2' branches: Sisyphus: