#343 Set the gather_profiler option.
Merged 6 years ago by ausil. Opened 6 years ago by ralph.
ralph/pungi-fedora gather-profiler-f27  into  f27

file modified
+1
@@ -44,6 +44,7 @@ 

  # GATHER

  gather_source = 'comps'

  gather_method = 'deps'

+ gather_profiler = True

  check_deps = False

  greedy_method = 'build'

  # fomat: [(variant_uid_regex, {arch|*: [repos]})]

file modified
+1
@@ -33,6 +33,7 @@ 

  # GATHER

  gather_source = 'comps'

  gather_method = 'deps'

+ gather_profiler = True

  check_deps = False

  greedy_method = 'build'

  # fomat: [(variant_uid_regex, {arch|*: [repos]})]

file modified
+1
@@ -33,6 +33,7 @@ 

  # GATHER

  gather_source = 'comps'

  gather_method = 'deps'

+ gather_profiler = True

  check_deps = False

  greedy_method = 'build'

  # fomat: [(variant_uid_regex, {arch|*: [repos]})]

file modified
+1
@@ -40,6 +40,7 @@ 

  # GATHER

  gather_source = 'module'

  gather_method = 'nodeps'

+ gather_profiler = True

  check_deps = False

  greedy_method = 'build'

  

file modified
+1
@@ -48,6 +48,7 @@ 

  gather_source = 'comps'

  gather_method = 'deps'

  gather_backend = 'dnf'

+ gather_profiler = True

  check_deps = False

  greedy_method = 'build'

  

See https://pagure.io/pungi/pull-request/727

Once that is merged, released, and deployed, this change will let us see
New and Fascinating Details about the compose process.

Signed-off-by: Ralph Bean rbean@redhat.com

Pull-Request has been merged by ausil

6 years ago