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: