04f9d83059
OpenDev has recently added ubuntu-noble nodes, so let's test our standard library on that platform now. Change-Id: I8d49696812e6b0c67723fba9242ea6a4f5cd5026
115 lines
3.1 KiB
YAML
115 lines
3.1 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-8-stream
|
|
description: Test the helm-lint job on centos-8-stream
|
|
parent: zuul-jobs-test-helm-lint
|
|
tags: auto-generated
|
|
nodeset:
|
|
nodes:
|
|
- name: centos-8-stream
|
|
label: centos-8-stream
|
|
|
|
- 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-bionic
|
|
description: Test the helm-lint job on ubuntu-bionic
|
|
parent: zuul-jobs-test-helm-lint
|
|
tags: auto-generated
|
|
nodeset:
|
|
nodes:
|
|
- name: ubuntu-bionic
|
|
label: ubuntu-bionic
|
|
|
|
- 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-8-stream
|
|
- 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-bionic
|
|
- 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
|