[libvirt PATCH 04/12] ci: integration: Drop the 'install-deps' hidden job and reference

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx>
---
 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 e87ffaf9aa..544264c3d5 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:
     - source ci/jobs.sh
     - run_integration
-- 
2.41.0




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux