Rename osc-functional to osc-dsvm-functional

Currently, the funcitonal tests are not being run since the name
'osc-functional' doesn't have dsvm, which is required for firing
off a devstack related job.

Change-Id: I1700e15ea093677a6d7bd1bed15bef8d0ab9588c
This commit is contained in:
Steve Martinelli 2014-09-24 17:30:51 -04:00
parent e9f62ebdee
commit e2f4d84ca5
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
- job-template:
name: '{pipeline}-osc-functional{branch-designator}'
name: '{pipeline}-osc-dsvm-functional{branch-designator}'
node: '{node}'
wrappers:

View File

@ -1276,12 +1276,12 @@
jobs:
- python-jobs
- '{pipeline}-osc-functional{branch-designator}':
- '{pipeline}-osc-dsvm-functional{branch-designator}':
pipeline: check
node: 'devstack-precise || devstack-trusty'
branch-designator: ''
branch-override: default
- '{pipeline}-osc-functional{branch-designator}':
- '{pipeline}-osc-dsvm-functional{branch-designator}':
pipeline: gate
node: 'devstack-precise || devstack-trusty'
branch-designator: ''

View File

@ -788,7 +788,7 @@ jobs:
voting: false
# TODO(stevemar): Enable voting when we have some basic coverage
- name: ^(gate|check)-osc-functional
- name: ^(gate|check)-osc-dsvm-functional
voting: false
- name: gate-horizon-dsvm-integration
branch: ^(?!stable/(havana|icehouse)).*$
@ -1761,9 +1761,9 @@ projects:
- name: stable-compat-jobs
- name: publish-to-pypi
check:
- check-osc-functional
- check-osc-dsvm-functional
gate:
- gate-osc-functional
- gate-osc-dsvm-functional
- name: openstack/python-saharaclient
template: