56c40bec2c
Rally base job copies custom plugins to ~/.rally/plugins dir. This directory should be loaded automatically. Specifing the same dir via cli argument `--plugin-paths` leads to PluginWithSuchNameExists errors. Also, this patch extends rally-task-simple-job job to check that there are no issues related to loading plugins from ~/.rally/plugins dir Change-Id: I38adfe6868112d9f2919ccc08c0d40d0bc6b1d51
7 lines
220 B
YAML
7 lines
220 B
YAML
- job:
|
|
name: rally-task-simple-job
|
|
description: A simple job which checks Rally integration with Devstack in Zuul V3 env.
|
|
parent: rally-task-at-devstack
|
|
vars:
|
|
rally_task: rally-jobs/simple-job.yaml
|