edf30c9694
Use ubuntu-trusty instead of bare-trusty. Change-Id: I670641b676231233f1dd583ea36421f8ffef8f8e
36 lines
602 B
YAML
36 lines
602 B
YAML
- job:
|
|
name: 'dev-zuul-coverage'
|
|
node: ubuntu-trusty
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- install-distro-packages
|
|
- revoke-sudo
|
|
- coverage:
|
|
env: cover
|
|
|
|
publishers:
|
|
- coverage-log
|
|
- console-log
|
|
|
|
- job:
|
|
name: 'periodic-test'
|
|
node: ubuntu-trusty
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 40
|
|
- timestamps
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- install-distro-packages
|
|
- revoke-sudo
|
|
- branch-git-prep:
|
|
branch: master
|
|
- python27
|
|
|
|
publishers:
|
|
- test-results
|
|
- console-log
|