2016-03-17 11:26:19 -07:00
|
|
|
- job-template:
|
|
|
|
name: 'gate-{name}-python27-searchlight'
|
|
|
|
|
|
|
|
wrappers:
|
|
|
|
- build-timeout:
|
|
|
|
timeout: 50
|
|
|
|
- timestamps
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- print-template-name:
|
|
|
|
template-name: "{template-name}"
|
|
|
|
- zuul-git-prep-upper-constraints
|
|
|
|
- elasticsearch-install
|
|
|
|
- install-distro-packages
|
|
|
|
- revoke-sudo
|
|
|
|
- python27
|
|
|
|
- assert-no-extra-files
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- test-results
|
|
|
|
- console-log
|
|
|
|
|
|
|
|
node: ubuntu-trusty
|
2016-03-28 11:08:26 -07:00
|
|
|
|
|
|
|
- job-template:
|
|
|
|
name: 'gate-{name}-python34-searchlight'
|
|
|
|
|
|
|
|
wrappers:
|
|
|
|
- build-timeout:
|
|
|
|
timeout: 40
|
|
|
|
- timestamps
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- print-template-name:
|
|
|
|
template-name: "{template-name}"
|
|
|
|
- zuul-git-prep-upper-constraints
|
|
|
|
- elasticsearch-install
|
|
|
|
- install-distro-packages
|
|
|
|
- revoke-sudo
|
|
|
|
- python34
|
|
|
|
- assert-no-extra-files
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- test-results
|
|
|
|
- console-log
|
|
|
|
|
|
|
|
node: ubuntu-trusty
|