
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
18 lines
417 B
YAML
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
|