project-config/jenkins/jobs/experimental-workers.yaml
Jeremy Stanley 0bd51ad9cd Add job runtime system package and database setup
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
2015-02-18 00:03:31 +00:00

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