Add workstation-cloud image

This commit is contained in:
Mikhail Gordeev 2022-05-25 21:43:22 +03:00
parent 89c1227302
commit 5da45181d9
2 changed files with 27 additions and 0 deletions

View File

@ -49,6 +49,15 @@ images:
rename: rename:
regex: '(.*)\.qcow2c$' regex: '(.*)\.qcow2c$'
to: '\1.qcow2' to: '\1.qcow2'
workstation-cloud:
target: vm/alt-workstation-cloud
kinds:
- qcow2c
scripts:
- machine_id
rename:
regex: '(.*)\.qcow2c$'
to: '\1.qcow2'
branches: branches:
Sisyphus: Sisyphus:

View File

@ -41,6 +41,24 @@ images:
rename: rename:
regex: '(.*)\.qcow2c$' regex: '(.*)\.qcow2c$'
to: '\1.qcow2' 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: branches:
Sisyphus: Sisyphus: