]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Disabling Alma and Rocky create jobs
authorFrank Brehm <frank.brehm@pixelpark.com>
Wed, 26 Oct 2022 11:58:21 +0000 (13:58 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Wed, 26 Oct 2022 11:58:21 +0000 (13:58 +0200)
.gitlab-ci.yml

index 0541ea2a1f1c173da2bae25dc700f95889e7de4f..14aca14b684537d05a822b4422088271a7b1bf0c 100644 (file)
@@ -284,47 +284,47 @@ Create Centos8 template:
   only:
     - schedules
 
-Create AlmaLinux8 template:
-  extends:
-    - .template_job
-    - .build-job
-  stage: build-el8
-  needs:
-    - 'Create Centos8 template'
-  variables:
-    OS_ID: almalinux-8
-    VM_OS_VERSION: 'centos8_64Guest'
-    COBBLER_DISTRO: 'CentOS-8-Stream-x86_64'
-  environment:
-    name: ${SYSTEM_STATUS}
-  except:
-    - /^dev-.*$/
-    - /^dev\/.*$/
-    - /^hf.*$/
-    - tags
-  only:
-    - schedules
+Create AlmaLinux8 template:
+  extends:
+    - .template_job
+    - .build-job
+  stage: build-el8
+  needs:
+    - 'Create Centos8 template'
+  variables:
+    OS_ID: almalinux-8
+    VM_OS_VERSION: 'centos8_64Guest'
+    COBBLER_DISTRO: 'CentOS-8-Stream-x86_64'
+  environment:
+    name: ${SYSTEM_STATUS}
+  except:
+    - /^dev-.*$/
+    - /^dev\/.*$/
+    - /^hf.*$/
+    - tags
+  only:
+    - schedules
 
-Create Rocky8 template:
-  extends:
-    - .template_job
-    - .build-job
-  stage: build-el8
-  needs:
-    - 'Create AlmaLinux8 template'
-  variables:
-    OS_ID: rocky-8
-    VM_OS_VERSION: 'centos8_64Guest'
-    COBBLER_DISTRO: 'CentOS-8-Stream-x86_64'
-  environment:
-    name: ${SYSTEM_STATUS}
-  except:
-    - /^dev-.*$/
-    - /^dev\/.*$/
-    - /^hf.*$/
-    - tags
-  only:
-    - schedules
+Create Rocky8 template:
+  extends:
+    - .template_job
+    - .build-job
+  stage: build-el8
+  needs:
+    - 'Create AlmaLinux8 template'
+  variables:
+    OS_ID: rocky-8
+    VM_OS_VERSION: 'centos8_64Guest'
+    COBBLER_DISTRO: 'CentOS-8-Stream-x86_64'
+  environment:
+    name: ${SYSTEM_STATUS}
+  except:
+    - /^dev-.*$/
+    - /^dev\/.*$/
+    - /^hf.*$/
+    - tags
+  only:
+    - schedules
 
 Create Centos7 template:
   extends: