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
21 lines
488 B
YAML
21 lines
488 B
YAML
- job:
|
|
name: zuul-jobs-test-install-nodejs
|
|
description: Test the install-nodejs role
|
|
files:
|
|
- roles/install-nodejs/.*
|
|
run: test-playbooks/simple-role-test.yaml
|
|
vars:
|
|
role_name: install-nodejs
|
|
|
|
# -* 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-install-nodejs
|
|
gate:
|
|
jobs: *id001
|