Skip to content

Commit

Permalink
debug comment message
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Feb 16, 2018
1 parent 15ff0b9 commit 40d8137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions process_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ def process_pr(repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=F
ok, cmsdist_pr, cmssw_prs, extra_wfs = check_test_cmd(first_line)
if ok:
print 'Tests requested:', commenter, 'asked to test this PR with cmsdist_pr=%s, cmssw_prs=%s and workflows=%s' % (cmsdist_pr, cmssw_prs, extra_wfs)
print "Comment message",first_line
trigger_test_on_signature = False
if tests_already_queued:
print "Test results not obtained in ",comment.created_at-last_test_start_time
Expand Down

0 comments on commit 40d8137

Please sign in to comment.