Add workstation-cloud image
This commit is contained in:
parent
89c1227302
commit
5da45181d9
@ -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:
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user