RFR: 1860: Make it possible to configure PR bot to jcheck all commits in "Merge PR" [v3]
Erik Joelsson
erikj at openjdk.org
Thu Apr 27 18:05:30 UTC 2023
On Wed, 26 Apr 2023 23:43:42 GMT, Zhao Song <zsong at openjdk.org> wrote:
>> In this patch, PR bot has been added with the capability to control whether jcheck every commit in a merge PR.
>>
>> By default, jcheckMerge is enabled.
>>
>> However, if it is desired to enable jcheckMerge in a repo, the configuration can be added to the PR bot configuration as follows:
>>
>> {
>> "pr": {
>> "repositories": {
>> "repo1": {
>> "jcheckMerge": true
>> }
>> }
>> }
>> }
>>
>> If jcheckMerge is true, then the pr bot would jcheck all the commits in the merge PR and if any jcheck doesn't pass, the error message will be treated as Integration blocker.
>
> Zhao Song has updated the pull request incrementally with one additional commit since the last revision:
>
> remove try catch when running jchecks
Marked as reviewed by erikj (Lead).
-------------
PR Review: https://git.openjdk.org/skara/pull/1510#pullrequestreview-1404604881
More information about the skara-dev
mailing list