project-config/jenkins/jobs/ovsdbapp.yaml
Terry Wilson d1cf20a9a6 Add ovsdbapp master branch periodic job
Change-Id: Ia385ff0df9c96262ae7c99b3e569db64611fac22
2017-06-20 16:01:12 +00:00

23 lines
577 B
YAML

- job-template:
name: 'periodic-{name}-{python}-with-ovsdbapp-master'
node: ubuntu-xenial
wrappers:
- build-timeout:
timeout: 50
- timestamps
builders:
- print-template-name:
template-name: "{template-name}"
- zuul-git-branch-prep-upper-constraints:
branch: master
- install-distro-packages
- revoke-sudo
- shell: "/usr/local/jenkins/slave_scripts/run-tox-with-dependency-master.sh {name} {python}"
- assert-no-extra-files
publishers:
- test-results
- console-log