ci: integration: Drop the 'install-deps' hidden job and reference

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>
This commit is contained in:
Erik Skultety 2023-01-20 10:19:52 +01:00
parent 82f4bfc34c
commit b0061e77c8

View File

@ -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