#1989 Add variants for atomic composes in bodhi
Merged 15 days ago by adamwill. Opened 17 days ago by kevin.
fedora-infra/ kevin/ansible add-atomic-variants-to-bodhi  into  main

@@ -6,12 +6,34 @@ 

              <arch>x86_64</arch>

              <arch>s390x</arch>

              <arch>ppc64le</arch>

-             [% if release.version_int == 36 %]

-             <arch>armhfp</arch>

-             [% endif %]

              [% if release.version_int != 7 %]

              <arch>aarch64</arch>

              [% endif %]

          </arches>

      </variant>

+     <variant id="Silverblue" name="Silverblue" type="variant" is_empty="true">

+         <arches>

+             <arch>aarch64</arch>

+             <arch>x86_64</arch>

+             <arch>ppc64le</arch>

+         </arches>

+     </variant>

+     <variant id="Kinoite" name="Kinoite" type="variant" is_empty="true">

+         <arches>

+             <arch>aarch64</arch>

+             <arch>x86_64</arch>

+             <arch>ppc64le</arch>

+         </arches>

+     </variant>

+     <variant id="Sericea" name="Sericea" type="variant" is_empty="true">

+         <arches>

+             <arch>aarch64</arch>

+             <arch>x86_64</arch>

+         </arches>

+     </variant>

+     <variant id="Onyx" name="Onyx" type="variant" is_empty="true">

+         <arches>

+             <arch>x86_64</arch>

+         </arches>

+     </variant>

  </variants>

I think it might be more in line with the current approach in this config to just stick them all under Everything?

Pull-Request has been closed by kevin

16 days ago

Let's try this one (with a revert of the other one)

Pull-Request has been reopened by adamwill

15 days ago

rebased onto 9319e2c

15 days ago

rebased onto 9319e2c

15 days ago

Pull-Request has been merged by adamwill

15 days ago
Metadata