From f91bc3ad29c2f601fd4331640e85bf38642d324e Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Mon, 14 Nov 2016 17:21:28 +0200 Subject: [PATCH] [ci] stop checking verification component We are planning to redesign verification component and it will include a lot of changes in code. To simplify review process, such changes should be splitted as much as possible. Current jobs will not work with new code, so we will need to rewrite them too. To reduce workarounds(they will require a lot of additional lines of code), it would be nice to temporary disable checking verificaiton component at all and enable them again after redesign will be done. Change-Id: Id9d85f9f9d4607acdd562dfca47ecca5dbeb9bff --- tests/ci/rally_verify.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/ci/rally_verify.py b/tests/ci/rally_verify.py index d2aadd81..2fa3d347 100755 --- a/tests/ci/rally_verify.py +++ b/tests/ci/rally_verify.py @@ -155,6 +155,9 @@ def render_page(**render_vars): def main(): + # NOTE(andreykurilin): We need to stop checking verification component to + # be able to split forthcoming redesign by several patches. + return 0 parser = argparse.ArgumentParser(description="Launch rally-verify job.") parser.add_argument( "--mode",