Merge "[verify gates] split tasks & use `rally env` instead of `rally deployment`"

This commit is contained in:
Zuul 2019-04-08 15:31:51 +00:00 committed by Gerrit Code Review
commit 6723ccc4bf
1 changed files with 10 additions and 5 deletions

View File

@ -4,13 +4,18 @@
- hosts: controller
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
shell:
cmd: |
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
executable: /bin/bash
executable: /bin/bash