RFR: 8285760: Update .jcheck/conf for aarch32-port move to git

Sergey Nazarkin snazarkin at azul.com
Thu Apr 28 16:04:15 UTC 2022


Nice catch! The idea was to prevent SKARA to poison JBS with references to this port, if bug auto resolve would be occasionally enabled. 

So let’s keep original file with committers right to review. 


[general]
project=jdk8u
jbs=JDK
version=openjdk8u342

[checks]
error=author,committer,reviewers,merge,issues,executable,symlink,message,hg-tag,whitespace

[repository]
tags=(?:jdk-(?:[1-9]([0-9]*)(?:\.(?:0|[1-9][0-9]*)){0,4})(?:\+(?:(?:[0-9]+))|(?:-ga)))|(?:jdk[4-9](?:u\d{1,3})?-(?:(?:b\d{2,3})|(?:ga)))|(?:hs\d\d(?:\.\d{1,2})?-b\d\d)
branches=

[census]
version=0
domain=openjdk.org

[checks "whitespace"]
files=.*\.cpp|.*\.hpp|.*\.c|.*\.h|.*\.java

[checks "merge"]
message=Merge

[checks "reviewers"]
committers=1
ignore=duke

[checks "committer"]
role=committer

[checks "issues"]
pattern=^([124-8][0-9]{6}): (\S.*)$




> On Apr 28, 2022, at 10:16, Anton Kozlov <akozlov at azul.com> wrote:
> 
> On 4/27/22 23:19, Sergey Nazarkin wrote:
>> It was taken from jdk8u-dev with removed version info
> 
> Could you elaborate why is this needed?
> 
> AFAICS the version info was added in JDK-8279223[1], which states
> 
>> I would like to also backport this to all active update releases
>> maintained by Oracle. (Other OpenJDK update projects have already
>> adopted this practice.)
> 
> I'm not sure how the version is handled in jdk8u-dev, but the version
> looks up-to-date [2]. So I assume it will be updated and this will
> create a merge conflict once in a quarter.
> 
> Thanks,
> Anton
> 
> [1] https://bugs.openjdk.java.net/browse/JDK-8279223
> [2] https://github.com/openjdk/jdk8u-dev/blob/master/.jcheck/conf#L4



More information about the aarch32-port-dev mailing list