Merge "Add a nova-caching-scheduler job to the experimental queue"

This commit is contained in:
Zuul 2018-03-07 14:55:54 +00:00 committed by Gerrit Code Review
commit 5a6c014e4d
1 changed files with 9 additions and 0 deletions

View File

@ -62,6 +62,14 @@
tox_envlist: functional-py35
timeout: 3600
- job:
name: nova-caching-scheduler
parent: nova-dsvm-base
description: |
Run non-slow Tempest API and scenario tests using the CachingScheduler.
run: playbooks/legacy/nova-caching-scheduler/run.yaml
post-run: playbooks/legacy/nova-caching-scheduler/post.yaml
- job:
name: nova-lvm
parent: nova-dsvm-base
@ -117,4 +125,5 @@
- nova-tox-functional-py35
experimental:
jobs:
- nova-caching-scheduler
- nova-lvm