Diffstat (limited to 'tmt/plans/cloud')
| -rw-r--r-- | tmt/plans/cloud/base/build-aws.fmf | 9 | ||||
| -rw-r--r-- | tmt/plans/cloud/base/build-azure.fmf | 9 | ||||
| -rw-r--r-- | tmt/plans/cloud/base/build-gcp.fmf | 9 | ||||
| -rw-r--r-- | tmt/plans/cloud/base/build-generic.fmf | 9 | ||||
| -rw-r--r-- | tmt/plans/cloud/base/build-uefi-uki.fmf | 9 |
5 files changed, 0 insertions, 45 deletions
diff --git a/tmt/plans/cloud/base/build-aws.fmf b/tmt/plans/cloud/base/build-aws.fmf deleted file mode 100644 index 758a3a0..0000000 --- a/tmt/plans/cloud/base/build-aws.fmf +++ /dev/null @@ -1,9 +0,0 @@ -summary: Build AWS EC2 base image -discover: - how: fmf -environment: - image_type: oem - image_profile: Cloud-Base-AmazonEC2 - kiwi_file: Fedora.kiwi -execute: - how: tmt diff --git a/tmt/plans/cloud/base/build-azure.fmf b/tmt/plans/cloud/base/build-azure.fmf deleted file mode 100644 index 4cc66ed..0000000 --- a/tmt/plans/cloud/base/build-azure.fmf +++ /dev/null @@ -1,9 +0,0 @@ -summary: Build Azure base image -discover: - how: fmf -environment: - image_type: oem - image_profile: Cloud-Base-Azure - kiwi_file: Fedora.kiwi -execute: - how: tmt diff --git a/tmt/plans/cloud/base/build-gcp.fmf b/tmt/plans/cloud/base/build-gcp.fmf deleted file mode 100644 index e5ed99e..0000000 --- a/tmt/plans/cloud/base/build-gcp.fmf +++ /dev/null @@ -1,9 +0,0 @@ -summary: Build GCP base image -discover: - how: fmf -environment: - image_type: oem - image_profile: Cloud-Base-GCE - kiwi_file: Fedora.kiwi -execute: - how: tmt diff --git a/tmt/plans/cloud/base/build-generic.fmf b/tmt/plans/cloud/base/build-generic.fmf deleted file mode 100644 index 864e137..0000000 --- a/tmt/plans/cloud/base/build-generic.fmf +++ /dev/null @@ -1,9 +0,0 @@ -summary: Build Generic base image -discover: - how: fmf -environment: - image_type: oem - image_profile: Cloud-Base-Generic - kiwi_file: Fedora.kiwi -execute: - how: tmt diff --git a/tmt/plans/cloud/base/build-uefi-uki.fmf b/tmt/plans/cloud/base/build-uefi-uki.fmf deleted file mode 100644 index 3d1ad3c..0000000 --- a/tmt/plans/cloud/base/build-uefi-uki.fmf +++ /dev/null @@ -1,9 +0,0 @@ -summary: Build UEFI UKI base image -discover: - how: fmf -environment: - image_type: oem - image_profile: Cloud-Base-UEFI-UKI - kiwi_file: Fedora.kiwi -execute: - how: tmt |