Skip to content

Instantly share code, notes, and snippets.

@major
Created December 3, 2015 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save major/87130d0722f82886bb74 to your computer and use it in GitHub Desktop.
Save major/87130d0722f82886bb74 to your computer and use it in GitHub Desktop.
- job-template:
name: 'gate-{name}-ansible-check'
node: '{node}'
wrappers:
- build-timeout:
timeout: 30
- timestamps
builders:
- print-template-name:
template-name: "{template-name}"
- gerrit-git-prep
- ansible-check-lint
- tox:
envlist: 'ansible-check'
publishers:
- console-log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment