Merge "Fix AttributeError when handle periodic job with github driver"

This commit is contained in:
Zuul
2018-02-11 02:03:36 +00:00
committed by Gerrit Code Review
3 changed files with 55 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
- pipeline:
name: periodic
manager: independent
trigger:
timer:
- time: '* * * * * */1'
- job:
name: base
parent: null
run: playbooks/base.yaml
- job:
name: project-bitrot
nodeset:
nodes:
- name: static
label: ubuntu-xenial
run: playbooks/project-bitrot.yaml
- project:
name: org/project
periodic:
jobs:
- project-bitrot