kiwi-build, tmt: Require setting the kiwi filename for the build
In preparation for having multiple top-level kiwi description files, expose the ability to define which file to read. Additionally, tests are updated to use this new flag.
This commit is contained in:
@@ -4,5 +4,6 @@ discover:
|
||||
environment:
|
||||
image_type: oem
|
||||
image_profile: Cloud-Base-AmazonEC2
|
||||
kiwi_file: Fedora.kiwi
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
@@ -4,5 +4,6 @@ discover:
|
||||
environment:
|
||||
image_type: oem
|
||||
image_profile: Cloud-Base-Azure
|
||||
kiwi_file: Fedora.kiwi
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
@@ -4,5 +4,6 @@ discover:
|
||||
environment:
|
||||
image_type: oem
|
||||
image_profile: Cloud-Base-GCE
|
||||
kiwi_file: Fedora.kiwi
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
@@ -4,5 +4,6 @@ discover:
|
||||
environment:
|
||||
image_type: oem
|
||||
image_profile: Cloud-Base-Generic
|
||||
kiwi_file: Fedora.kiwi
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
@@ -4,5 +4,6 @@ discover:
|
||||
environment:
|
||||
image_type: oem
|
||||
image_profile: Cloud-Base-UEFI-UKI
|
||||
kiwi_file: Fedora.kiwi
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
@@ -4,5 +4,6 @@ discover:
|
||||
environment:
|
||||
image_type: oci
|
||||
image_profile: Container-Base-Generic-Init
|
||||
kiwi_file: Fedora.kiwi
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
@@ -4,5 +4,6 @@ discover:
|
||||
environment:
|
||||
image_type: oci
|
||||
image_profile: Container-Base-Generic-Minimal
|
||||
kiwi_file: Fedora.kiwi
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
@@ -4,5 +4,6 @@ discover:
|
||||
environment:
|
||||
image_type: oci
|
||||
image_profile: Container-Base-Generic
|
||||
kiwi_file: Fedora.kiwi
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
@@ -4,5 +4,6 @@ discover:
|
||||
environment:
|
||||
image_type: oci
|
||||
image_profile: Container-Toolbox
|
||||
kiwi_file: Fedora.kiwi
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
@@ -4,5 +4,6 @@ discover:
|
||||
environment:
|
||||
image_type: oem
|
||||
image_profile: KDE-Desktop-Disk
|
||||
kiwi_file: Fedora.kiwi
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
@@ -4,5 +4,6 @@ discover:
|
||||
environment:
|
||||
image_type: iso
|
||||
image_profile: KDE-Desktop-Live
|
||||
kiwi_file: Fedora.kiwi
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
@@ -4,5 +4,6 @@ discover:
|
||||
environment:
|
||||
image_type: oem
|
||||
image_profile: Cloud-Base-Vagrant-libvirt
|
||||
kiwi_file: Fedora.kiwi
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
@@ -7,5 +7,6 @@ adjust:
|
||||
environment:
|
||||
image_type: oem
|
||||
image_profile: Cloud-Base-Vagrant-VirtualBox
|
||||
kiwi_file: Fedora.kiwi
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
Reference in New Issue
Block a user