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
This commit is contained in:
committed by
Andreas Jaeger
parent
8945377001
commit
2f113a6889
@@ -1,12 +1,9 @@
|
||||
# Jobs which test roles listed in js-roles.rst
|
||||
|
||||
- job:
|
||||
name: zuul-jobs-test-install-nodejs
|
||||
description: Test the install-nodejs role
|
||||
files:
|
||||
- roles/install-nodejs/.*
|
||||
run:
|
||||
test-playbooks/simple-role-test.yaml
|
||||
run: test-playbooks/simple-role-test.yaml
|
||||
vars:
|
||||
role_name: install-nodejs
|
||||
|
||||
@@ -14,8 +11,7 @@
|
||||
|
||||
- project:
|
||||
check:
|
||||
jobs:
|
||||
jobs: &id001
|
||||
- zuul-jobs-test-install-nodejs
|
||||
gate:
|
||||
jobs:
|
||||
- zuul-jobs-test-install-nodejs
|
||||
jobs: *id001
|
||||
|
||||
Reference in New Issue
Block a user