Merge "Add dco-license job"
This commit is contained in:
commit
2aeaac3f61
7
playbooks/dco-license/run.yaml
Normal file
7
playbooks/dco-license/run.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
- hosts: localhost
|
||||
tasks:
|
||||
- name: Run validate-dco-license role
|
||||
include_role:
|
||||
name: validate-dco-license
|
||||
vars:
|
||||
zuul_work_dir: "{{ zuul.executor.work_root }}/{{ zuul.project.src_dir }}"
|
@ -1,6 +1,14 @@
|
||||
# Shared jobs that are generally applicable to everyone
|
||||
# Assumes a 'base' job defined elsewhere
|
||||
|
||||
- job:
|
||||
name: dco-license
|
||||
description: |
|
||||
A job to validate all new commits have been signed using --signoff.
|
||||
run: playbooks/dco-license/run.yaml
|
||||
nodeset:
|
||||
nodes: []
|
||||
|
||||
- job:
|
||||
name: unittests
|
||||
abstract: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user