611b49e azure: Collect installed packages

5 files Authored by slev 3 years ago, Committed by abbra 3 years ago,
    azure: Collect installed packages
    
    The list of installed packages may be useful for checking the
    versions of packages for analysis. Previously, only the newly
    installed packages can be observed on Build phase.
    
    This is convenient for experienced users of PR-CI.
    
    Note: the read-only access provided for non-master containers
    to be able to execute Azure scripts. The logs are still collected
    only on controller.
    
    Only RPM-based collection is implemented for Fedora. By default
    nothing is collected.
    
    Users may want to override `installed_packages` function
    in the corresponding `ipatests/azure/scripts/variables-DISTRO.sh`.
    
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>