]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Remove building of EL-7 eĀ“and EL-8 templates from .gitlab-ci.yml
authorFrank Brehm <frank.brehm@pixelpark.com>
Tue, 14 Nov 2023 14:34:21 +0000 (15:34 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Tue, 14 Nov 2023 14:34:21 +0000 (15:34 +0100)
.gitlab-ci.yml

index 7bab7b6ceacdea432552407aef9ae60a14bbb69b..b5202c427a0126cc23c1ecc7bd1d6eea55e17f4b 100644 (file)
@@ -8,8 +8,8 @@ stages:
   - test
   - linter
   - build-el9
-  - build-el8
-  - build-el7
+  - build-el8
+  - build-el7
 
 variables:
   OS_ID: centos7
@@ -34,8 +34,8 @@ variables:
   VSPHERE_STORAGE_CLUSTER_TEST: 'Daten-Cluster-Gold_01'
   VSPHERE_VM_FOLDER: 'templates'
   MAX_NR_TEMPLATES_STAY: ''
-  MAX_NR_TEMPLATES_STAY_PROD: '4'
-  MAX_NR_TEMPLATES_STAY_TEST: '3'
+  MAX_NR_TEMPLATES_STAY_PROD: '5'
+  MAX_NR_TEMPLATES_STAY_TEST: '4'
   VMWARE_CONFIG_VERSION: ''
   VMWARE_CONFIG_VERSION_TEST: 'vmx-15'
   VMWARE_CONFIG_VERSION_PROD: 'vmx-19'
@@ -315,28 +315,28 @@ Create RHEL9 template:
   only:
     - schedules
 
-Create Centos8 template:
-  extends:
-    - .template_job
-    - .build-job
-  stage: build-el8
-  needs:
-    - 'Create RHEL9 template'
-  variables:
-    OS_ID: centos-stream-8
-    VM_OS_VERSION: 'centos8_64Guest'
-    VM_IS_RHEL: 'False'
-    VM_KS_TEMPLATE: 'el8-standard.ks'
-    COBBLER_DISTRO: 'CentOS-8-Stream-x86_64'
-  environment:
-    name: ${SYSTEM_STATUS}
-  except:
-    - /^dev-.*$/
-    - /^dev\/.*$/
-    - /^hf.*$/
-    - tags
-  only:
-    - schedules
+Create Centos8 template:
+  extends:
+    - .template_job
+    - .build-job
+  stage: build-el8
+  needs:
+    - 'Create RHEL9 template'
+  variables:
+    OS_ID: centos-stream-8
+    VM_OS_VERSION: 'centos8_64Guest'
+    VM_IS_RHEL: 'False'
+    VM_KS_TEMPLATE: 'el8-standard.ks'
+    COBBLER_DISTRO: 'CentOS-8-Stream-x86_64'
+  environment:
+    name: ${SYSTEM_STATUS}
+  except:
+    - /^dev-.*$/
+    - /^dev\/.*$/
+    - /^hf.*$/
+    - tags
+  only:
+    - schedules
 
 # Create AlmaLinux8 template:
 #   extends:
@@ -384,51 +384,51 @@ Create Centos8 template:
 #   only:
 #     - schedules
 
-Create Centos7 template:
-  extends:
-    - .template_job
-    - .build-job
-  stage: build-el7
-  needs:
-#     - 'Create Rocky8 template'
-    - 'Create Centos8 template'
-  variables:
-    OS_ID: centos-7
-    VM_OS_VERSION: 'centos7_64Guest'
-    VM_IS_RHEL: 'False'
-    VM_KS_TEMPLATE: 'el7-standard.ks'
-    COBBLER_DISTRO: 'CentOS-7.9-x86_64'
-  environment:
-    name: ${SYSTEM_STATUS}
-  except:
-    - /^dev-.*$/
-    - /^dev\/.*$/
-    - /^hf.*$/
-    - tags
-  only:
-    - schedules
+Create Centos7 template:
+  extends:
+    - .template_job
+    - .build-job
+  stage: build-el7
+  needs:
+#     - 'Create Rocky8 template'
+    - 'Create Centos8 template'
+  variables:
+    OS_ID: centos-7
+    VM_OS_VERSION: 'centos7_64Guest'
+    VM_IS_RHEL: 'False'
+    VM_KS_TEMPLATE: 'el7-standard.ks'
+    COBBLER_DISTRO: 'CentOS-7.9-x86_64'
+  environment:
+    name: ${SYSTEM_STATUS}
+  except:
+    - /^dev-.*$/
+    - /^dev\/.*$/
+    - /^hf.*$/
+    - tags
+  only:
+    - schedules
 
-Create OracleLinux7 template:
-  extends:
-    - .template_job
-    - .build-job
-  stage: build-el7
-  needs:
-    - 'Create Centos7 template'
-  variables:
-    OS_ID: oel-7
-    VM_OS_VERSION: 'oracleLinux7_64Guest'
-    VM_IS_RHEL: 'False'
-    VM_KS_TEMPLATE: 'el7-standard.ks'
-    COBBLER_DISTRO: 'Oracle-Linux-7.8-x86_64'
-  environment:
-    name: ${SYSTEM_STATUS}
-  except:
-    - /^dev-.*$/
-    - /^dev\/.*$/
-    - /^hf.*$/
-    - tags
-  only:
-    - schedules
+Create OracleLinux7 template:
+  extends:
+    - .template_job
+    - .build-job
+  stage: build-el7
+  needs:
+    - 'Create Centos7 template'
+  variables:
+    OS_ID: oel-7
+    VM_OS_VERSION: 'oracleLinux7_64Guest'
+    VM_IS_RHEL: 'False'
+    VM_KS_TEMPLATE: 'el7-standard.ks'
+    COBBLER_DISTRO: 'Oracle-Linux-7.8-x86_64'
+  environment:
+    name: ${SYSTEM_STATUS}
+  except:
+    - /^dev-.*$/
+    - /^dev\/.*$/
+    - /^hf.*$/
+    - tags
+  only:
+    - schedules
 
 # vim: et list