diff --git a/tests/ci/osresources.py b/tests/ci/osresources.py index a9b0224d..c2ff8ef1 100755 --- a/tests/ci/osresources.py +++ b/tests/ci/osresources.py @@ -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 diff --git a/tests/ci/playbooks/roles/check-os-resources/tasks/main.yaml b/tests/ci/playbooks/roles/check-os-resources/tasks/main.yaml index 09a3ec8e..23b3dcb7 100644 --- a/tests/ci/playbooks/roles/check-os-resources/tasks/main.yaml +++ b/tests/ci/playbooks/roles/check-os-resources/tasks/main.yaml @@ -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: