[libvirt PATCH v2 4/8] ci: integration: Drop the 'install-deps' hidden job and reference

Erik Skultety eskultet at redhat.com
Fri Jan 27 09:26:52 UTC 2023


Since the section now only consists of a single command, we can happily
move the command to the main integration template job body.

Signed-off-by: Erik Skultety <eskultet at redhat.com>
---
 ci/integration-template.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/ci/integration-template.yml b/ci/integration-template.yml
index 802cba9420..1425510d4f 100644
--- a/ci/integration-template.yml
+++ b/ci/integration-template.yml
@@ -24,10 +24,6 @@
   - sudo make install
 
 
-.install-deps: &install-deps
-  - sudo dnf install -y libvirt-rpms/* libvirt-perl-rpms/* libvirt-python-rpms/*
-
-
 .collect-logs: &collect-logs
   - set +e
   - shopt -s nullglob
@@ -50,7 +46,7 @@
   stage: integration_tests
   before_script:
     - mkdir "$SCRATCH_DIR"
-    - *install-deps
+    - sudo dnf install -y libvirt-rpms/* libvirt-perl-rpms/* libvirt-python-rpms/*
   script:
     - chmod +x ci/integration.sh && ci/integration.sh
   after_script:
-- 
2.39.1



More information about the libvir-list mailing list