diff --git a/.zuul.yaml b/.zuul.yaml index 4b25617ab..277584350 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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