gitlab CI: rename few targets for autotools
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 17 Feb 2020 06:54:52 +0000 (16:54 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 17 Feb 2020 07:42:32 +0000 (17:42 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml
.gitlab-ci/gitlab-ci.tmpl

index af2eab5..db3bc32 100644 (file)
@@ -665,7 +665,7 @@ alpine:latest@meson-build:
 #
 # We only run the build option combinations on one image
 # because they're supposed to fail equally on all
-.fedora-custom-build@template:
+.fedora-custom-build@autotools-template:
   extends: .autotools-build@template
   stage: build
   image: $FEDORA_CONTAINER_IMAGE
@@ -673,37 +673,37 @@ alpine:latest@meson-build:
     FEDORA_VERSION: 31
   needs: ['fedora:31@container-prep']
 
-fedora:31@no-valgrind:
-  extends: .fedora-custom-build@template
+fedora:31@no-valgrind-autotools:
+  extends: .fedora-custom-build@autotools-template
   before_script:
     - dnf remove -y valgrind
 
-fedora:31@no-check:
-  extends: .fedora-custom-build@template
+fedora:31@no-check-autotools:
+  extends: .fedora-custom-build@autotools-template
   before_script:
     - dnf remove -y check check-devel
 
-fedora:31@no-doxygen:
-  extends: .fedora-custom-build@template
+fedora:31@no-doxygen-autotools:
+  extends: .fedora-custom-build@autotools-template
   before_script:
     - dnf remove -y doxygen
   variables:
     MAKE_ARGS: ''  # disable distcheck, requires doxygen
 
 # doxygen is required for distcheck
-fedora:31@no-doxygen-check-valgrind:
-  extends: .fedora-custom-build@template
+fedora:31@no-doxygen-check-valgrind-autotools:
+  extends: .fedora-custom-build@autotools-template
   before_script:
     - dnf remove -y doxygen valgrind check check-devel
   variables:
     MAKE_ARGS: ''  # disable distcheck, requires doxygen
 
-fedora:31@no-nm:
-  extends: .fedora-custom-build@template
+fedora:31@no-nm-autotools:
+  extends: .fedora-custom-build@autotools-template
   before_script:
     - mv /usr/bin/nm /usr/bin/nm.moved
 
-fedora:31@enable-gcov:
-  extends: .fedora-custom-build@template
+fedora:31@enable-gcov-autotools:
+  extends: .fedora-custom-build@autotools-template
   variables:
     CONFIGURE_FLAGS: "--enable-gcov"
\ No newline at end of file
index 571188c..22972ee 100644 (file)
@@ -337,7 +337,7 @@ check-commit:
 #
 # We only run the build option combinations on one image
 # because they're supposed to fail equally on all
-.fedora-custom-build@template:
+.fedora-custom-build@autotools-template:
   extends: .autotools-build@template
   stage: build
   image: $FEDORA_CONTAINER_IMAGE
@@ -345,37 +345,37 @@ check-commit:
     FEDORA_VERSION: 31
   needs: ['fedora:31@container-prep']
 
-fedora:31@no-valgrind:
-  extends: .fedora-custom-build@template
+fedora:31@no-valgrind-autotools:
+  extends: .fedora-custom-build@autotools-template
   before_script:
     - dnf remove -y valgrind
 
-fedora:31@no-check:
-  extends: .fedora-custom-build@template
+fedora:31@no-check-autotools:
+  extends: .fedora-custom-build@autotools-template
   before_script:
     - dnf remove -y check check-devel
 
-fedora:31@no-doxygen:
-  extends: .fedora-custom-build@template
+fedora:31@no-doxygen-autotools:
+  extends: .fedora-custom-build@autotools-template
   before_script:
     - dnf remove -y doxygen
   variables:
     MAKE_ARGS: ''  # disable distcheck, requires doxygen
 
 # doxygen is required for distcheck
-fedora:31@no-doxygen-check-valgrind:
-  extends: .fedora-custom-build@template
+fedora:31@no-doxygen-check-valgrind-autotools:
+  extends: .fedora-custom-build@autotools-template
   before_script:
     - dnf remove -y doxygen valgrind check check-devel
   variables:
     MAKE_ARGS: ''  # disable distcheck, requires doxygen
 
-fedora:31@no-nm:
-  extends: .fedora-custom-build@template
+fedora:31@no-nm-autotools:
+  extends: .fedora-custom-build@autotools-template
   before_script:
     - mv /usr/bin/nm /usr/bin/nm.moved
 
-fedora:31@enable-gcov:
-  extends: .fedora-custom-build@template
+fedora:31@enable-gcov-autotools:
+  extends: .fedora-custom-build@autotools-template
   variables:
     CONFIGURE_FLAGS: "--enable-gcov"