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