39bebd1623
It seems some versions of ruamel do a better job at preserving comments than others. Create a tox env to regenerate the lists with a version we know works. Change-Id: I13503890fd3c18487281e3394b003e9f36cd24f2
24 lines
500 B
YAML
24 lines
500 B
YAML
- job:
|
|
name: zuul-jobs-test-golang-go
|
|
parent: golang-go
|
|
description: Test the golang-go job
|
|
files:
|
|
- playbooks/go
|
|
- roles/install-go
|
|
- role/go
|
|
- zuul.d/go-jobs.yaml
|
|
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
|
|
|
|
- project:
|
|
check:
|
|
jobs: &id001
|
|
- zuul-jobs-test-golang-go
|
|
gate:
|
|
jobs: *id001
|