14 lines
306 B
YAML
Raw Normal View History

- job-template:
name: gate-hacking-integration-{target-project}
node: 'bare-precise || bare-trusty'
builders:
- revoke-sudo
- gerrit-git-prep
- shell: |
#!/bin/bash -xe
tox -e integration {target-org} {target-project}
publishers:
- console-log