zuul-jobs/zuul-tests.d/go-jobs.yaml
Clark Boylan 88c1c731e6 Remove centos-8 testing
CentOS 8 EOL'd at the end of 2021. OpenDev is beginning the process of
removing the image and starting with some job cleanups like the job
cleanups in this change. Users can use CentOS 8 Stream or some other
RHEL alike.

Change-Id: I9dab417b28a0503e1409e70953ed275f2c6f8c30
2022-01-11 12:52:08 -08:00

113 lines
2.9 KiB
YAML

- job:
name: zuul-jobs-test-golang-go
parent: golang-go
description: Test the golang-go job
tags: all-platforms
files:
- playbooks/go
- roles/ensure-go
- roles/go
vars:
go_command: version
# -* 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-golang-go-centos-7
description: Test the golang-go job on centos-7
parent: zuul-jobs-test-golang-go
tags: auto-generated
nodeset:
nodes:
- name: centos-7
label: centos-7
- job:
name: zuul-jobs-test-golang-go-centos-8-stream
description: Test the golang-go job on centos-8-stream
parent: zuul-jobs-test-golang-go
tags: auto-generated
nodeset:
nodes:
- name: centos-8-stream
label: centos-8-stream
- job:
name: zuul-jobs-test-golang-go-debian-buster
description: Test the golang-go job on debian-buster
parent: zuul-jobs-test-golang-go
tags: auto-generated
nodeset:
nodes:
- name: debian-buster
label: debian-buster
- job:
name: zuul-jobs-test-golang-go-debian-bullseye
description: Test the golang-go job on debian-bullseye
parent: zuul-jobs-test-golang-go
tags: auto-generated
nodeset:
nodes:
- name: debian-bullseye
label: debian-bullseye
- job:
name: zuul-jobs-test-golang-go-fedora-35
description: Test the golang-go job on fedora-35
parent: zuul-jobs-test-golang-go
tags: auto-generated
nodeset:
nodes:
- name: fedora-35
label: fedora-35
- job:
name: zuul-jobs-test-golang-go-opensuse-15
description: Test the golang-go job on opensuse-15
parent: zuul-jobs-test-golang-go
tags: auto-generated
nodeset:
nodes:
- name: opensuse-15
label: opensuse-15
- job:
name: zuul-jobs-test-golang-go-ubuntu-bionic
description: Test the golang-go job on ubuntu-bionic
parent: zuul-jobs-test-golang-go
tags: auto-generated
nodeset:
nodes:
- name: ubuntu-bionic
label: ubuntu-bionic
- job:
name: zuul-jobs-test-golang-go-ubuntu-focal
description: Test the golang-go job on ubuntu-focal
parent: zuul-jobs-test-golang-go
tags: auto-generated
nodeset:
nodes:
- name: ubuntu-focal
label: ubuntu-focal
- project:
check:
jobs: &id001
- zuul-jobs-test-golang-go-centos-7
- zuul-jobs-test-golang-go-centos-8-stream
- zuul-jobs-test-golang-go-debian-buster
- zuul-jobs-test-golang-go-debian-bullseye
- zuul-jobs-test-golang-go-fedora-35
- zuul-jobs-test-golang-go-opensuse-15
- zuul-jobs-test-golang-go-ubuntu-bionic
- zuul-jobs-test-golang-go-ubuntu-focal
gate:
jobs: *id001
periodic-weekly:
jobs: *id001