From bd152c0b1323b366d8d8ed8aebb94d4807ea9c64 Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Feb 25 2021 16:44:31 +0000 Subject: Add Fedora-Latest-VM nodeset --- diff --git a/FZCI.dhall/Nodesets.dhall b/FZCI.dhall/Nodesets.dhall index 87f7f0e..89dbf0e 100644 --- a/FZCI.dhall/Nodesets.dhall +++ b/FZCI.dhall/Nodesets.dhall @@ -11,12 +11,14 @@ let Nodeset = | Centos-8-Container | Centos-7-Container | Fedora-Rawhide-VM + | Fedora-Latest-VM | Fedora-34-VM | Fedora-33-VM | Fedora-32-VM | Fedora-31-VM | Fedora-30-VM | Fedora-Rawhide-VM-Medium + | Fedora-Latest-VM-Medium | Fedora-34-VM-Medium | Fedora-33-VM-Medium | Fedora-32-VM-Medium @@ -35,12 +37,14 @@ let Nodeset = , Union.Centos-8-Container , Union.Centos-7-Container , Union.Fedora-Rawhide-VM + , Union.Fedora-Latest-VM , Union.Fedora-34-VM , Union.Fedora-33-VM , Union.Fedora-32-VM , Union.Fedora-31-VM , Union.Fedora-30-VM , Union.Fedora-Rawhide-VM-Medium + , Union.Fedora-Latest-VM-Medium , Union.Fedora-34-VM-Medium , Union.Fedora-33-VM-Medium , Union.Fedora-32-VM-Medium @@ -84,6 +88,11 @@ let Nodeset = "fedora-rawhide-vm" "cloud-fedora-rawhide-small" "cloud-host" + , Fedora-Latest-VM = + create + "fedora-latest-vm" + "cloud-fedora-34-small" + "cloud-host" , Fedora-34-VM = create "fedora-34-vm" "cloud-fedora-34-small" "cloud-host" , Fedora-33-VM = @@ -99,6 +108,11 @@ let Nodeset = "fedora-rawhide-vm-medium" "cloud-fedora-rawhide-medium" "cloud-host" + , Fedora-Latest-VM-Medium = + create + "fedora-latest-vm-medium" + "cloud-fedora-34-medium" + "cloud-host" , Fedora-34-VM-Medium = create "fedora-34-vm-medium"