Skip to content

Commit a99b7e2

Browse files
authored
Merge pull request #2389 from cms-sw/no-auto-test
Disable auto-tests
2 parents 5b5d35b + 24a9f1a commit a99b7e2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

process_pr.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,13 +1835,13 @@ def process_pr(repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=F
18351835
signatures[cat] = "pending"
18361836
print("Signatures:", signatures)
18371837

1838-
if (
1839-
issue.pull_request
1840-
and auto_test_comment
1841-
and (test_comment is None)
1842-
and ((repository in auto_test_repo) or ("*" in auto_test_repo))
1843-
):
1844-
test_comment = auto_test_comment
1838+
# if (
1839+
# issue.pull_request
1840+
# and auto_test_comment
1841+
# and (test_comment is None)
1842+
# and ((repository in auto_test_repo) or ("*" in auto_test_repo))
1843+
# ):
1844+
# test_comment = auto_test_comment
18451845

18461846
if push_test_issue:
18471847
auto_close_push_test_issue = True

0 commit comments

Comments
 (0)