Merge "Fix AttributeError when handle periodic job with github driver"
This commit is contained in:
25
tests/fixtures/layouts/timer-github.yaml
vendored
Normal file
25
tests/fixtures/layouts/timer-github.yaml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user