RFR: 6910: Missing manifest prevents agent jar from running

Gunnar Morling github.com+28612+gunnarmorling at openjdk.java.net
Wed Oct 7 18:38:07 UTC 2020


On Wed, 7 Oct 2020 17:31:21 GMT, Marcus Hirt <hirt at openjdk.org> wrote:

>>> > Please allow for a few days for verification.
>>> 
>>> Sure; is this a once-off effort, or do you need to repeat this every time I send a PR? In other words, would it help if
>>> I signed a personal OCA?
>> 
>> OCA verification is one time so you won't need to repeat it every single PR.
>
> Rerunning the tests. We see all these maven timeouts for some reason. We should look into this.

Not exactly sure about the timeout issue, but perhaps it's a good idea to keep the local Maven repo between runs?

This will reduce likelyhood for this issue to occur as not everything is downloaded from scratch all the time and by
that also increased build speed quite a bit. We e.g. do this
[here](https://github.com/moditect/layrry/blob/master/.github/workflows/maven.yml#L39-L44) for Layrry; I could push a
commit for this to this PR if you want?

-------------

PR: https://git.openjdk.java.net/jmc/pull/122


More information about the jmc-dev mailing list