Fix dstat setup in jobs

It fails as run_tempest is not defined, now we should
use use_os_tempest instead.

Change-Id: I62358ebaa2792642265db17164bee5a620ef10b1
This commit is contained in:
yatinkarel 2022-04-18 14:56:15 +05:30
parent 097c424585
commit 858d532fee
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
- overcloud-validate
roles:
- {role: validate-perf,
when: validate_performance|bool and run_tempest|bool}
when: validate_performance|bool and use_os_tempest | default(true) | bool}
ignore_errors: true
- name: Sanity check the overcloud services

View File

@ -5,7 +5,7 @@
- overcloud-validate
roles:
- {role: validate-perf,
when: validate_performance|bool and run_tempest|bool}
when: validate_performance|bool and use_os_tempest | default(true) | bool}
ignore_errors: true
# Validate the deployment

View File

@ -6,7 +6,7 @@
- overcloud-validate
roles:
- {role: validate-perf,
when: validate_performance|bool and run_tempest|bool}
when: validate_performance|bool and use_os_tempest | default(true) | bool}
ignore_errors: true
- name: validate the overcloud