project-config/jenkins/jobs/experimental-workers.yaml
Monty Taylor 6067a81b4c Set up jobs to test new ubuntu-trusty nodes
The new nodes are running in both HP and Rackspace now, so it's time to
make sure that they can run devstack.

Change-Id: I77704f2a3ce79851df677d2c38cd7ad504427a97
2015-06-27 11:57:07 -04:00

28 lines
493 B
YAML

- job:
name: experimental-nova-dsvm-python27
wrappers:
- build-timeout:
timeout: 50
- timestamps
builders:
- base-packages-trusty
- mysql-prep
- pgsql-prep
- mysql-db:
db_name: openstack_citest
- pgsql-db:
db_name: openstack_citest
- revoke-sudo
- gerrit-git-prep
- python27
- assert-no-extra-files
publishers:
- test-results
- console-log
node: ubuntu-trusty