zuul-jobs/zuul-tests.d/js-roles-jobs.yaml
James E. Blair 2f113a6889 Add a script to make platform-specific versions of jobs
This automatically creates platform-specific versions of jobs
with special tags.  The changes to existing files are minor
cleanup from running the script.

Change-Id: I818b240b32610a00d717e021494d2e4d8e518c32
2019-07-04 14:16:11 +02:00

18 lines
370 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
# List all the jobs in this file.
- project:
check:
jobs: &id001
- zuul-jobs-test-install-nodejs
gate:
jobs: *id001