0bd51ad9cd
This is an initial step toward combining the bare and devstack nodes into a common type, by pulling package installation and database configuration into the job runtime. It also adds an experimental job to test-drive these features. Change-Id: I47bd65e91323779a251ec231c748cb848d745e08
28 lines
490 B
YAML
28 lines
490 B
YAML
- job:
|
|
name: experimental-nova-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: devstack-trusty
|
|
|