
+ temporary turn off task-simple-job to unblock gates Change-Id: If840fdd707ecc3dc3bc877a90cbbe8e91f3c9a80
15 lines
464 B
YAML
15 lines
464 B
YAML
- hosts: all
|
|
roles:
|
|
- run-devstack
|
|
|
|
- hosts: controller
|
|
vars:
|
|
rally_home_dir: '/opt/stack/.rally'
|
|
rally_fake_image_path: '{{ rally_home_dir }}/extra/fake-image.img'
|
|
rally_task_args_file: "100-percent-not-exist-file"
|
|
# this task will not be launched, but we need to specify something real to
|
|
# pass a check at 'prepare-for-rally-task' role.
|
|
rally_task: "rally-jobs/simple-job.yaml"
|
|
roles:
|
|
- prepare-for-rally-task
|
|
- tox-run |