Merge "[ci] Fix checking cleanup"
This commit is contained in:
commit
81ab47030e
@ -604,7 +604,8 @@ def main():
|
||||
# projects, which have rally job, should not be affected by
|
||||
# this check, since in most cases resources are left due
|
||||
# to wrong cleanup of a particular scenario.
|
||||
if os.environ.get("ZUUL_PROJECT") == "openstack/rally":
|
||||
print(os.environ.get("ZUUL_PROJECT"))
|
||||
if os.environ.get("ZUUL_PROJECT") == "openstack/rally-openstack":
|
||||
return 1
|
||||
return 0
|
||||
return 0
|
||||
|
@ -5,7 +5,6 @@
|
||||
args:
|
||||
chdir: "{{ zuul.projects['git.openstack.org/openstack/rally-openstack'].src_dir }}"
|
||||
register: command_result
|
||||
ignore_errors: True
|
||||
|
||||
- name: Check results of listing resources
|
||||
shell:
|
||||
|
Loading…
x
Reference in New Issue
Block a user