Merge pull request #33207 from ClickHouse/more_debug

More debug in jepsen test
This commit is contained in:
alesapin 2021-12-27 12:46:04 +03:00 committed by GitHub
commit caad89b7cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,6 +120,8 @@ if __name__ == "__main__":
pr_info = PRInfo()
logging.info("Start at PR number %s, commit sha %s labels %s", pr_info.number, pr_info.sha, pr_info.labels)
if pr_info.number != 0 and 'jepsen-test' not in pr_info.labels():
logging.info("Not jepsen test label in labels list, skipping")
sys.exit(0)