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:
|
||||
- devstack-logs
|
||||
- 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
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
- gate-magnetodb-cassandra-tox:
|
||||
envlist: cassandra-integration-tests
|
||||
|
||||
- project:
|
||||
name: blazar
|
||||
|
@ -611,6 +611,8 @@ jobs:
|
||||
voting: false
|
||||
- name: gate-magnetodb-requirements
|
||||
voting: false
|
||||
- name: gate-magnetodb-cassandra-tox
|
||||
voting: false
|
||||
- name: gate-mistral-python33
|
||||
voting: false
|
||||
- name: gate-mistral-devstack-dsvm
|
||||
@ -4101,11 +4103,13 @@ projects:
|
||||
- gate-magnetodb-docs
|
||||
- gate-magnetodb-requirements
|
||||
- gate-magnetodb-devstack-dsvm
|
||||
- gate-magnetodb-cassandra-tox
|
||||
gate:
|
||||
- gate-magnetodb-pep8
|
||||
- gate-magnetodb-python27
|
||||
- gate-magnetodb-docs
|
||||
- gate-magnetodb-devstack-dsvm
|
||||
- gate-magnetodb-cassandra-tox
|
||||
post:
|
||||
- magnetodb-branch-tarball
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user