rally-openstack/tests/ci/playbooks/tox-functional-env-run.yaml
Andrey Kurilin 6c48e16724 [ci] run unittests at py3.9 env
+ temporary turn off task-simple-job to unblock gates

Change-Id: If840fdd707ecc3dc3bc877a90cbbe8e91f3c9a80
2022-01-20 14:10:10 +02:00

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