zuul-jobs/zuul-tests.d/go-jobs.yaml
Clark Boylan c697816786 Remove tumbleweed jobs
OpenDev doesn't currently have an image built for tumblweed. Rather than
try and fix this image up and get it running again OpenDev has proposed
it simply be removed. In preparation for that and to avoid running jobs
for a system that doesn't currently have an image we remove the jobs
here.

It was hoped that tumbleweed would be a good forward looking platform
but it seems to need a lot more care than we are able to give it.
Additionally Zuul is probably the major consumer of the platform and it
doesn't see much consumption by other projects.

Change-Id: Iad351b6da1f08183bc4c49c049c303a9491af844
2021-12-08 10:00:06 -08:00

124 lines
3.2 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
description: Test the golang-go job on centos-8
parent: zuul-jobs-test-golang-go
tags: auto-generated
nodeset:
nodes:
- name: centos-8
label: centos-8
- 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
- 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