#622 Make s390x failable for F28 cloud-base and container compose
Merged 5 years ago by mohanboddu. Opened 5 years ago by sinnykumari.
sinnykumari/pungi-fedora f28  into  f28

file modified
+2 -1
@@ -227,7 +227,8 @@ 

                          'https://kojipkgs.fedoraproject.org/compose/28/latest-Fedora-28/compose/Everything/$arch/os/' 

                      ],

                      'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/28/latest-Fedora-28/compose/Everything/$arch/os/',

-                     'subvariant': 'Cloud_Base'

+                     'subvariant': 'Cloud_Base',

+                     'failable': ['s390x'],

                       }

          },

          {

file modified
+2 -1
@@ -230,7 +230,8 @@ 

                          'https://kojipkgs.fedoraproject.org/compose/updates/f28-updates/compose/Everything/$arch/os/'

                          'https://kojipkgs.fedoraproject.org/compose/28/latest-Fedora-28/compose/Everything/$arch/os/' 

                      ],

-                     'subvariant': 'Container_Base'

+                     'subvariant': 'Container_Base',

+                     'failable': ['s390x'],

                      },

              'factory-parameters': {

                  'dockerversion': "1.10.1",

Making s390x failable helps in finishing Fedora 28
cloud-base and container compose as FINISHED_INCOMPLETE
instead of DOOMED in case of build failed on s390x.

Signed-off-by: Sinny Kumari sinny@redhat.com

Pull-Request has been merged by mohanboddu

5 years ago