From: Frank Brehm Date: Wed, 26 Oct 2022 11:58:21 +0000 (+0200) Subject: Disabling Alma and Rocky create jobs X-Git-Tag: 2.7.1~1^2 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=bb0be71692a654753b97ba0aa8de0bc3a247a101;p=pixelpark%2Fcreate-vmware-tpl.git Disabling Alma and Rocky create jobs --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0541ea2..14aca14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: