Set the gather_profiler option.
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>
This commit is contained in:
parent
e44593d547
commit
bcc04edb34
@ -44,6 +44,7 @@ filter_system_release_packages = False
|
||||
# GATHER
|
||||
gather_source = 'comps'
|
||||
gather_method = 'deps'
|
||||
gather_profiler = True
|
||||
check_deps = False
|
||||
greedy_method = 'build'
|
||||
# fomat: [(variant_uid_regex, {arch|*: [repos]})]
|
||||
|
@ -33,6 +33,7 @@ filter_system_release_packages = False
|
||||
# GATHER
|
||||
gather_source = 'comps'
|
||||
gather_method = 'deps'
|
||||
gather_profiler = True
|
||||
check_deps = False
|
||||
greedy_method = 'build'
|
||||
# fomat: [(variant_uid_regex, {arch|*: [repos]})]
|
||||
|
@ -33,6 +33,7 @@ filter_system_release_packages = False
|
||||
# GATHER
|
||||
gather_source = 'comps'
|
||||
gather_method = 'deps'
|
||||
gather_profiler = True
|
||||
check_deps = False
|
||||
greedy_method = 'build'
|
||||
# fomat: [(variant_uid_regex, {arch|*: [repos]})]
|
||||
|
@ -40,6 +40,7 @@ filter_system_release_packages = False
|
||||
# GATHER
|
||||
gather_source = 'module'
|
||||
gather_method = 'nodeps'
|
||||
gather_profiler = True
|
||||
check_deps = False
|
||||
greedy_method = 'build'
|
||||
|
||||
|
@ -48,6 +48,7 @@ filter_system_release_packages = False
|
||||
gather_source = 'comps'
|
||||
gather_method = 'deps'
|
||||
gather_backend = 'dnf'
|
||||
gather_profiler = True
|
||||
check_deps = False
|
||||
greedy_method = 'build'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user