Add a magnetodb job for cassandra integration tests
Change-Id: Ic72c0bb47b6a380a12660189bea0a5ea511e15fc Implements: blueprint move-cassandra-tests
This commit is contained in:
parent
69d525aec1
commit
30c71145ce
@ -36,3 +36,27 @@
|
|||||||
publishers:
|
publishers:
|
||||||
- devstack-logs
|
- devstack-logs
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
|
|
||||||
|
- job-template:
|
||||||
|
name: 'gate-magnetodb-cassandra-tox'
|
||||||
|
|
||||||
|
wrappers:
|
||||||
|
- build-timeout:
|
||||||
|
timeout: 40
|
||||||
|
- timestamps
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- gerrit-git-prep
|
||||||
|
- shell: |
|
||||||
|
./tools/install_cassandra_ccm.sh
|
||||||
|
- revoke-sudo
|
||||||
|
- tox:
|
||||||
|
envlist: '{envlist}'
|
||||||
|
- assert-no-extra-files
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- test-results
|
||||||
|
- console-log
|
||||||
|
|
||||||
|
node: '{node}'
|
||||||
|
@ -240,6 +240,8 @@
|
|||||||
- hook-{name}-rtfd
|
- hook-{name}-rtfd
|
||||||
- python-jobs
|
- python-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
- gate-magnetodb-cassandra-tox:
|
||||||
|
envlist: cassandra-integration-tests
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: blazar
|
name: blazar
|
||||||
|
@ -611,6 +611,8 @@ jobs:
|
|||||||
voting: false
|
voting: false
|
||||||
- name: gate-magnetodb-requirements
|
- name: gate-magnetodb-requirements
|
||||||
voting: false
|
voting: false
|
||||||
|
- name: gate-magnetodb-cassandra-tox
|
||||||
|
voting: false
|
||||||
- name: gate-mistral-python33
|
- name: gate-mistral-python33
|
||||||
voting: false
|
voting: false
|
||||||
- name: gate-mistral-devstack-dsvm
|
- name: gate-mistral-devstack-dsvm
|
||||||
@ -4101,11 +4103,13 @@ projects:
|
|||||||
- gate-magnetodb-docs
|
- gate-magnetodb-docs
|
||||||
- gate-magnetodb-requirements
|
- gate-magnetodb-requirements
|
||||||
- gate-magnetodb-devstack-dsvm
|
- gate-magnetodb-devstack-dsvm
|
||||||
|
- gate-magnetodb-cassandra-tox
|
||||||
gate:
|
gate:
|
||||||
- gate-magnetodb-pep8
|
- gate-magnetodb-pep8
|
||||||
- gate-magnetodb-python27
|
- gate-magnetodb-python27
|
||||||
- gate-magnetodb-docs
|
- gate-magnetodb-docs
|
||||||
- gate-magnetodb-devstack-dsvm
|
- gate-magnetodb-devstack-dsvm
|
||||||
|
- gate-magnetodb-cassandra-tox
|
||||||
post:
|
post:
|
||||||
- magnetodb-branch-tarball
|
- magnetodb-branch-tarball
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user