zuul-jobs/zuul-tests.d/packer-jobs.yaml
Dr. Jens Harbott 917e3b880d Drop outdated testing platforms
The package repos for centos-8-stream are empty now, so it can no longer
be deployed. Ubuntu Bionic is EOL and about to be deleted from the
opendev infrastructure, too.

Change-Id: I5e14957f2c866fc3e337ac4051692c68b450ceba
2024-06-07 11:42:27 +02:00

93 lines
2.4 KiB
YAML

- job:
name: zuul-jobs-test-packer
parent: packer
description: Test packer job
post-run: test-playbooks/packer/post.yaml
tags: all-platforms
files:
- roles/ensure-packer/.*
- roles/packer/.*
- test-playbooks/packer/.*
- playbooks/packer/.*
vars:
packer_install_dir: '{{ ansible_user_dir }}/packer'
packer_template: test-playbooks/packer/packer.json
packer_environment:
PACKER_TEST_FILE: testfile
packer_variables:
packer_test_content: "abc\n"
- job:
name: zuul-jobs-test-packer-centos-9-stream
description: Test packer job on centos-9-stream
parent: zuul-jobs-test-packer
tags: auto-generated
nodeset:
nodes:
- name: centos-9-stream
label: centos-9-stream
- job:
name: zuul-jobs-test-packer-debian-bookworm
description: Test packer job on debian-bookworm
parent: zuul-jobs-test-packer
tags: auto-generated
nodeset:
nodes:
- name: debian-bookworm
label: debian-bookworm
- job:
name: zuul-jobs-test-packer-debian-bullseye
description: Test packer job on debian-bullseye
parent: zuul-jobs-test-packer
tags: auto-generated
nodeset:
nodes:
- name: debian-bullseye
label: debian-bullseye
- job:
name: zuul-jobs-test-packer-ubuntu-focal
description: Test packer job on ubuntu-focal
parent: zuul-jobs-test-packer
tags: auto-generated
nodeset:
nodes:
- name: ubuntu-focal
label: ubuntu-focal
- job:
name: zuul-jobs-test-packer-ubuntu-jammy
description: Test packer job on ubuntu-jammy
parent: zuul-jobs-test-packer
tags: auto-generated
nodeset:
nodes:
- name: ubuntu-jammy
label: ubuntu-jammy
- job:
name: zuul-jobs-test-packer-ubuntu-noble
description: Test packer job on ubuntu-noble
parent: zuul-jobs-test-packer
tags: auto-generated
nodeset:
nodes:
- name: ubuntu-noble
label: ubuntu-noble
- project:
check:
jobs: &id001
- zuul-jobs-test-packer-centos-9-stream
- zuul-jobs-test-packer-debian-bookworm
- zuul-jobs-test-packer-debian-bullseye
- zuul-jobs-test-packer-ubuntu-focal
- zuul-jobs-test-packer-ubuntu-jammy
- zuul-jobs-test-packer-ubuntu-noble
gate:
jobs: *id001
periodic-weekly:
jobs: *id001