zuul-jobs/zuul-tests.d/jobs.yaml
James E. Blair 87d597343f Don't use -latest nodesets in integration jobs
The single-node base role integration jobs use fedora-latest and
debian-latest nodesets, but because the multinode jobs must define
their own nodesets, that isn't really saving us any effort.  Instead,
since we have a script to generate these anyway, let's just use
the real label names for both jobs.

Change-Id: I48972366af1943168ba0b0d5a4b89cade5361e47
2019-07-08 07:45:00 -07:00

19 lines
448 B
YAML

- job:
name: zuul-jobs-tox-linters
parent: tox-linters
description: Lint Ansible playbooks and roles
required-projects:
- opendev/base-jobs
- zuul/zuul-jobs
- zuul/zuul
vars:
tox_environment:
ANSIBLE_ROLES_PATH: ~/src/opendev.org/opendev/base-jobs/roles:~/src/opendev.org/zuul/zuul-jobs/roles
- project:
check:
jobs: &id001
- zuul-jobs-tox-linters
gate:
jobs: *id001