Although we split out jobs across many files, the template / job
namespace is global, so we should use something more specific
than '.tests' as the template name.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
-.tests:
+.integration_tests:
stage: integration_tests
before_script:
- mkdir "$SCRATCH_DIR"
centos-stream-8-tests:
- extends: .tests
+ extends: .integration_tests
needs:
- x86_64-centos-stream-8
- project: libvirt/libvirt-perl
- redhat-vm-host
centos-stream-9-tests:
- extends: .tests
+ extends: .integration_tests
needs:
- x86_64-centos-stream-9
- project: libvirt/libvirt-perl
- redhat-vm-host
fedora-34-tests:
- extends: .tests
+ extends: .integration_tests
needs:
- x86_64-fedora-34
- project: libvirt/libvirt-perl
- redhat-vm-host
fedora-35-tests:
- extends: .tests
+ extends: .integration_tests
needs:
- x86_64-fedora-35
- project: libvirt/libvirt-perl