[libvirt PATCH 11/12] ci: jobs: run_integration: Print DAEMONS variable for debugging

Erik Skultety eskultet at redhat.com
Mon Sep 18 10:22:47 UTC 2023


One advantage that GitLab's YAML has with Shell commands is that every
single line is printed out as is, including control structures. In
order to see whether the logic did the same thing and the tests are
going to operate on the right set of daemons (monolithic vs modular),
lets print the DAEMONS variable that we set depending on the distro we
execute the tests on.

Signed-off-by: Erik Skultety <eskultet at redhat.com>
---
 ci/jobs.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ci/jobs.sh b/ci/jobs.sh
index 27add3d105..e10769527a 100644
--- a/ci/jobs.sh
+++ b/ci/jobs.sh
@@ -98,6 +98,8 @@ run_integration() {
     else
         DAEMONS="virtinterfaced virtlockd virtlogd virtnetworkd virtnodedevd virtnwfilterd virtproxyd virtqemud virtsecretd virtstoraged"
     fi
+
+    echo "DAEMONS=$DAEMONS"
     for daemon in $DAEMONS
     do
         LOG_OUTPUTS="1:file:/var/log/libvirt/${daemon}.log"
-- 
2.41.0



More information about the libvir-list mailing list