Merge "[verify gates] split tasks & use rally env
instead of rally deployment
"
This commit is contained in:
commit
6723ccc4bf
@ -4,13 +4,18 @@
|
|||||||
|
|
||||||
- hosts: controller
|
- hosts: controller
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Prepare env deployment for tempest
|
||||||
|
shell:
|
||||||
|
cmd: |
|
||||||
|
. /opt/stack/.rally/openrc admin admin
|
||||||
|
export OS_CACERT=/opt/stack/data/ca-bundle.pem
|
||||||
|
rally env create --from-sysenv --name tempest
|
||||||
|
rally env check
|
||||||
|
executable: /bin/bash
|
||||||
|
|
||||||
- name: Run Rally verify
|
- name: Run Rally verify
|
||||||
shell:
|
shell:
|
||||||
cmd: |
|
cmd: |
|
||||||
cd {{ zuul.project.src_dir }}
|
cd {{ zuul.project.src_dir }}
|
||||||
. /opt/stack/.rally/openrc admin admin
|
|
||||||
export OS_CACERT=/opt/stack/data/ca-bundle.pem
|
|
||||||
rally deployment create --fromenv --name tempest
|
|
||||||
rally deployment config
|
|
||||||
python tests/ci/rally_verify.py
|
python tests/ci/rally_verify.py
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user