zuul-jobs/zuul-tests.d/js-roles-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

16 lines
335 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
- project:
check:
jobs: &id001
- zuul-jobs-test-install-nodejs
gate:
jobs: *id001