]> xenbits.xensource.com Git - libvirt.git/commitdiff
ci: integration: Drop the 'install-deps' hidden job and reference
authorErik Skultety <eskultet@redhat.com>
Fri, 20 Jan 2023 09:19:52 +0000 (10:19 +0100)
committerErik Skultety <eskultet@redhat.com>
Tue, 19 Sep 2023 11:35:58 +0000 (13:35 +0200)
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@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
ci/integration-template.yml

index e87ffaf9aa1ff8fea039d71b5f9f160248d41dbd..544264c3d5096fc61f8ccc39931b90736c27c8b9 100644 (file)
   - 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