0d886253f6
To avoid getting zuul-jobs getting rotten without known, we need to run them weekly. This should solve issue where some less common job get broken and we find out much later, when we have to make other unrelated changes. Change-Id: I3a95526fdb83b8aef12ee2ee09a089990e75cb59 Depends-On: https://review.opendev.org/#/c/748706
20 lines
465 B
YAML
20 lines
465 B
YAML
- job:
|
|
name: zuul-jobs-test-dhall-diff
|
|
description: Test the dhall-diff job and roles
|
|
parent: dhall-diff
|
|
files:
|
|
- playbooks/dhall/.*
|
|
- roles/ensure-dhall/.*
|
|
- roles/render-diff/.*
|
|
pre-run: test-playbooks/dhall/setup-project.yaml
|
|
run: test-playbooks/dhall/test-dhall-diff.yaml
|
|
|
|
- project:
|
|
check:
|
|
jobs: &id001
|
|
- zuul-jobs-test-dhall-diff
|
|
gate:
|
|
jobs: *id001
|
|
periodic-weekly:
|
|
jobs: *id001
|