[libvirt PATCH] ci: lcitool: Add libvirt-tck+runtime deps list

This change was supposed to be part of commit 120a674f , but was proposed against the libvirt TCK project instead. Since we're running the TCK test suite as part of this project, this is the right place for the TCK runtime deps list config. Signed-off-by: Erik Skultety <eskultet@redhat.com> --- ci/lcitool/projects/libvirt-tck+runtime.yml | 32 +++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 ci/lcitool/projects/libvirt-tck+runtime.yml diff --git a/ci/lcitool/projects/libvirt-tck+runtime.yml b/ci/lcitool/projects/libvirt-tck+runtime.yml new file mode 100644 index 0000000000..6872cb8c2c --- /dev/null +++ b/ci/lcitool/projects/libvirt-tck+runtime.yml @@ -0,0 +1,32 @@ +--- +packages: + - bc + - libguestfs-tools + - perl + - perl-Archive-Tar + - perl-Digest + - perl-Digest-MD5 + - perl-File-Slurp + - perl-IO-Compress-Bzip2 + - perl-IO-Interface + - perl-IO-String + - perl-Module-Build + - perl-Net-OpenSSH + - perl-NetAddr-IP + - perl-Sub-Uplevel + - perl-TAP-Formatter-HTML + - perl-TAP-Formatter-JUnit + - perl-TAP-Harness-Archive + - perl-Test-Exception + - perl-Test-LWP-UserAgent + - perl-Test-Pod + - perl-Test-Pod-Coverage + - perl-Test-Simple + - perl-XML-Twig + - perl-XML-Writer + - perl-XML-XPath + - perl-YAML + - perl-accessors + - perl-generators + - rpmbuild + - tcpdump -- 2.41.0

On Mon, Aug 28, 2023 at 10:50:16AM +0200, Erik Skultety wrote:
This change was supposed to be part of commit 120a674f , but was proposed against the libvirt TCK project instead. Since we're running the TCK test suite as part of this project, this is the right place for the TCK runtime deps list config.
Well, at least it can live here until we have a better option, such as ability to reference a remotely defined set of deps.
Signed-off-by: Erik Skultety <eskultet@redhat.com> --- ci/lcitool/projects/libvirt-tck+runtime.yml | 32 +++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 ci/lcitool/projects/libvirt-tck+runtime.yml
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
participants (2)
-
Daniel P. Berrangé
-
Erik Skultety