#30 We should skip creating ISOs for the ResilientStorage and NFV variants
Merged 3 years ago by mohanboddu. Opened 3 years ago by bstinson.
centos/ bstinson/pungi-centos centos-8-stream  into  centos-8-stream

file modified
+2 -2
@@ -106,7 +106,7 @@ 

  ]

  

  buildinstall_skip = [

-     ("^(AppStream|PowerTools|CR|HighAvailability|RT)$", {

+     ("^(AppStream|PowerTools|CR|HighAvailability|RT|ResilientStorage|NFV)$", {

         "*": True

      }),

  ]
@@ -122,7 +122,7 @@ 

  create_optional_isos = False

  

  createiso_skip = [

-     ('^(BaseOS|AppStream|PowerTools|HighAvailability|CR|RT)$', {

+     ('^(BaseOS|AppStream|PowerTools|HighAvailability|CR|RT|ResilientStorage|NFV)$', {

          '*': True,

          'src':True

      }),

Same thing for the buildinstall phases too.

Metadata Update from @bstinson:
- Request assigned

3 years ago

Pull-Request has been merged by mohanboddu

3 years ago
Metadata