zuul-jobs/zuul-tests.d/helm-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-helm-lint
description: Test the helm-lint job
parent: helm-lint
tags: all-platforms
pre-run: test-playbooks/helm-lint/create-helm-chart.yaml
vars:
helm_version: 3.10.1
helm_charts: [test-chart]
files:
- playbooks/helm-lint/.*
- roles/helm-lint/.*
- roles/ensure-helm/.*
# -* AUTOGENERATED *-
# The following project section is autogenerated by
# tox -e update-test-platforms
# Please re-run to generate new job lists
- job:
name: zuul-jobs-test-helm-lint-centos-9-stream
description: Test the helm-lint job on centos-9-stream
parent: zuul-jobs-test-helm-lint
tags: auto-generated
nodeset:
nodes:
- name: centos-9-stream
label: centos-9-stream
- job:
name: zuul-jobs-test-helm-lint-debian-bookworm
description: Test the helm-lint job on debian-bookworm
parent: zuul-jobs-test-helm-lint
tags: auto-generated
nodeset:
nodes:
- name: debian-bookworm
label: debian-bookworm
- job:
name: zuul-jobs-test-helm-lint-debian-bullseye
description: Test the helm-lint job on debian-bullseye
parent: zuul-jobs-test-helm-lint
tags: auto-generated
nodeset:
nodes:
- name: debian-bullseye
label: debian-bullseye
- job:
name: zuul-jobs-test-helm-lint-ubuntu-focal
description: Test the helm-lint job on ubuntu-focal
parent: zuul-jobs-test-helm-lint
tags: auto-generated
nodeset:
nodes:
- name: ubuntu-focal
label: ubuntu-focal
- job:
name: zuul-jobs-test-helm-lint-ubuntu-jammy
description: Test the helm-lint job on ubuntu-jammy
parent: zuul-jobs-test-helm-lint
tags: auto-generated
nodeset:
nodes:
- name: ubuntu-jammy
label: ubuntu-jammy
- job:
name: zuul-jobs-test-helm-lint-ubuntu-noble
description: Test the helm-lint job on ubuntu-noble
parent: zuul-jobs-test-helm-lint
tags: auto-generated
nodeset:
nodes:
- name: ubuntu-noble
label: ubuntu-noble
- project:
check:
jobs: &id001
- zuul-jobs-test-helm-lint-centos-9-stream
- zuul-jobs-test-helm-lint-debian-bookworm
- zuul-jobs-test-helm-lint-debian-bullseye
- zuul-jobs-test-helm-lint-ubuntu-focal
- zuul-jobs-test-helm-lint-ubuntu-jammy
- zuul-jobs-test-helm-lint-ubuntu-noble
gate:
jobs: *id001
periodic-weekly:
jobs: *id001