6067a81b4c
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
28 lines
493 B
YAML
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
|
|
|