- gerrit-python-xc-clm
- github-python-xc-clm
-:Comment Trigger: run-clm
+:Comment Trigger: **run-clm** post a comment with the trigger to launch
+ this job manually. Do not include any additional text or vote in the
+ same comment.
:Required parameters:
- gerrit-tox-sonar
- github-tox-sonar
-:Comment Trigger: run-sonar
+:Comment Trigger: **run-sonar** post a comment with the trigger to launch
+ this job manually. Do not include any additional text or vote in the
+ same comment.
:Required parameters:
- gerrit-tox-verify
- github-tox-verify
-:Comment Trigger: recheck|reverify
+:Comment Trigger: **recheck|reverify** post a comment with one of the
+ triggers to launch this job manually. Do not include any additional
+ text or vote in the same comment.
:Required Parameters:
- gerrit-tox-merge
- github-tox-merge
-:Comment Trigger: remerge
+:Comment Trigger: **remerge** post a comment with the trigger to launch
+ this job manually. Do not include any additional text or vote in the
+ same comment.
:Required Parameters:
- gerrit-pypi-verify
- github-pypi-verify
-:Comment Trigger: recheck
+:Comment Trigger: **recheck|reverify** post a comment with one of the
+ triggers to launch this job manually. Do not include any additional
+ text or vote in the same comment.
:Required Parameters:
- gerrit-pypi-merge
- github-pypi-merge
-:Comment Trigger: remerge
+:Comment Trigger: **remerge** post a comment with the trigger to launch
+ this job manually. Do not include any additional text or vote in the
+ same comment.
:Required Parameters:
submodule-disable: false
gerrit_trigger_file_paths:
- - compare-type: ANT
+ - compare-type: REG_EXP
pattern: ".*"
# github_included_regions MUST match gerrit_trigger_file_paths
tox-envs: ""
gerrit_trigger_file_paths:
- - compare-type: ANT
+ - compare-type: REG_EXP
pattern: ".*"
# github_included_regions MUST match gerrit_trigger_file_paths
--- /dev/null
+---
+fixes:
+ - |
+
+ Change compare-type to REG_EXP in macros lf_python_clm_xc and
+ lf_pypi_common for config parameter gerrit_trigger_file_paths
+ with the regular expression .*
+ Previously was ANT, which didn't match anything with pattern .*
+ so recheck/reverify comment triggers did not work.
+ Clarify documentation of comment triggers for python jobs.