]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: rename integration test template
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 17 Mar 2022 16:29:51 +0000 (16:29 +0000)
committerErik Skultety <eskultet@redhat.com>
Fri, 18 Mar 2022 15:45:35 +0000 (16:45 +0100)
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>
ci/integration.yml

index 9a36ccc05e0138cd4bce5be9f645a5454c475d3c..2a6134924fdfe19992cad49a90ce61f03ef57be4 100644 (file)
@@ -1,4 +1,4 @@
-.tests:
+.integration_tests:
   stage: integration_tests
   before_script:
     - mkdir "$SCRATCH_DIR"
@@ -43,7 +43,7 @@
 
 
 centos-stream-8-tests:
-  extends: .tests
+  extends: .integration_tests
   needs:
     - x86_64-centos-stream-8
     - project: libvirt/libvirt-perl
@@ -57,7 +57,7 @@ centos-stream-8-tests:
     - redhat-vm-host
 
 centos-stream-9-tests:
-  extends: .tests
+  extends: .integration_tests
   needs:
     - x86_64-centos-stream-9
     - project: libvirt/libvirt-perl
@@ -71,7 +71,7 @@ centos-stream-9-tests:
     - redhat-vm-host
 
 fedora-34-tests:
-  extends: .tests
+  extends: .integration_tests
   needs:
     - x86_64-fedora-34
     - project: libvirt/libvirt-perl
@@ -85,7 +85,7 @@ fedora-34-tests:
     - redhat-vm-host
 
 fedora-35-tests:
-  extends: .tests
+  extends: .integration_tests
   needs:
     - x86_64-fedora-35
     - project: libvirt/libvirt-perl