mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
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:
parent
82f4bfc34c
commit
b0061e77c8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user