zuul-jobs/zuul-tests.d/puppet-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
420 B
YAML

- job:
name: zuul-jobs-test-install-pdk-dependencies
description: Test the install-pdk-dependencies role
files:
- roles/install-pdk-dependencies/.*
run: test-playbooks/simple-role-test.yaml
vars:
role_name: install-pdk-dependencies
# List all the jobs in this file.
- project:
check:
jobs: &id001
- zuul-jobs-test-install-pdk-dependencies
gate:
jobs: *id001