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: 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
|
||||
|
||||
Reference in New Issue
Block a user