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:
parent
097c424585
commit
858d532fee
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user