5d73d88ac4
Change the name of the experimental-nova-python27 job to include dsvm so that zuul will expect to find it registered on devstack nodes. Change-Id: Ib808953f3c90433d902943ef80ab35c8f4e9830b
28 lines
495 B
YAML
28 lines
495 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: devstack-trusty
|
|
|