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

- job:
name: zuul-jobs-test-upload-git-mirror
description: |
Tests for the upload-git-mirror role from zuul-jobs
run: test-playbooks/upload-git-mirror.yaml
files:
- ^roles/upload-git-mirror/.*
- ^test-playbooks/upload-git-mirror.yaml
# List all the jobs in this file.
- project:
check:
jobs: &id001
- zuul-jobs-test-upload-git-mirror
gate:
jobs: *id001