pungi/pungi/phases
Ralph Bean 5b6e468952 Allow extracting profiling information from pungi-gather.
`pungi-gather` (the tool that underlies both the `pkgset` and `gather`
phases) contains profiling code that will log statistics about how long
different function calls take.  However, pungi-koji did not contain a
way to pass the ``--profiler`` argument to enable this.

This change adds a new configuration option ``gather_profiler`` which,
when set to true, simply passes the argument to `pungi-koji`.  Hopefully
this can help shed some light on what is happening in some of our
longer-running composes.

Merges: https://pagure.io/pungi/pull-request/727
Signed-off-by: Ralph Bean <rbean@redhat.com>
2017-09-04 10:25:11 +02:00
..
gather Allow extracting profiling information from pungi-gather. 2017-09-04 10:25:11 +02:00
pkgset Allow extracting profiling information from pungi-gather. 2017-09-04 10:25:11 +02:00
__init__.py Ensure all phases are stopped 2017-06-02 09:52:18 +02:00
base.py Report warning when config sections are not used 2017-08-21 09:07:10 +02:00
buildinstall.py buildinstall: No copy if task fails 2017-08-28 13:43:32 +02:00
createiso.py Not create empty skeleton dirs for empty variants 2017-03-27 17:55:54 +02:00
createrepo.py createrepo: Only consider successful compose for deltas 2017-09-04 09:15:20 +02:00
extra_files.py extra-files: Allow configuring used checksums 2017-04-20 09:28:09 +02:00
image_build.py image-build: add arch name(s) in image config file name 2017-09-03 23:51:08 +08:00
image_checksum.py checksum: Checksum each image only once 2017-07-17 08:26:51 +02:00
init.py init: Warn when variants mentions non-existing comps group 2017-04-11 15:46:34 +02:00
live_images.py Report warning when config sections are not used 2017-08-21 09:07:10 +02:00
livemedia_phase.py Report warning when config sections are not used 2017-08-21 09:07:10 +02:00
osbs.py Report warning when config sections are not used 2017-08-21 09:07:10 +02:00
ostree_installer.py Report warning when config sections are not used 2017-08-21 09:07:10 +02:00
ostree.py Report warning when config sections are not used 2017-08-21 09:07:10 +02:00
product_img.py Create temporary dirs under compose's workdir 2017-01-11 15:25:47 +08:00
test.py repoclosure: Allow aborting compose when repoclosure fails 2017-08-07 15:17:33 +02:00