From 90b4b8796bc4879f21f198f9305ca245590969a1 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 14 Nov 2023 15:34:21 +0100 Subject: [PATCH] =?utf8?q?Remove=20building=20of=20EL-7=20e=C2=B4and=20EL-?= =?utf8?q?8=20templates=20from=20.gitlab-ci.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 142 ++++++++++++++++++++++++------------------------- 1 file changed, 71 insertions(+), 71 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7bab7b6..b5202c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- 2.39.5