Merge "Add swift "in-process" functional test runs"

This commit is contained in:
Jenkins 2014-05-01 20:11:45 +00:00 committed by Gerrit Code Review
commit 62bfa7e87a
2 changed files with 6 additions and 0 deletions

View File

@ -1226,6 +1226,8 @@
jobs: jobs:
- python-jobs - python-jobs
- openstack-publish-jobs - openstack-publish-jobs
- gate-{name}-unittests-{env}:
env: func
- '{pipeline}-swift-dsvm-functional{branch-designator}': - '{pipeline}-swift-dsvm-functional{branch-designator}':
pipeline: gate pipeline: gate
node: devstack-precise node: devstack-precise

View File

@ -574,6 +574,8 @@ jobs:
voting: false voting: false
- name: gate-heat-templates-dsvm - name: gate-heat-templates-dsvm
voting: false voting: false
- name: gate-swift-unittests-func
voting: false
# The project list is grouped by type of project, and within each # The project list is grouped by type of project, and within each
# group, projects are sorted (mostly) alphabetically. # group, projects are sorted (mostly) alphabetically.
@ -1030,12 +1032,14 @@ projects:
- name: check-requirements - name: check-requirements
- name: integrated-gate - name: integrated-gate
check: check:
- gate-swift-unittests-func
- check-swift-dsvm-functional - check-swift-dsvm-functional
- check-devstack-dsvm-cells - check-devstack-dsvm-cells
- check-tempest-dsvm-postgres-full - check-tempest-dsvm-postgres-full
- gate-tempest-dsvm-large-ops - gate-tempest-dsvm-large-ops
- gate-tempest-dsvm-neutron-large-ops - gate-tempest-dsvm-neutron-large-ops
gate: gate:
- gate-swift-unittests-func
- gate-swift-dsvm-functional - gate-swift-dsvm-functional
- gate-devstack-dsvm-cells - gate-devstack-dsvm-cells
- gate-tempest-dsvm-postgres-full - gate-tempest-dsvm-postgres-full