RFR: GitHub Actions [v3]
Jesper Wilhelmsson
jwilhelm at openjdk.java.net
Fri May 6 22:19:49 UTC 2022
On Fri, 6 May 2022 21:25:33 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Jesper Wilhelmsson has updated the pull request incrementally with one additional commit since the last revision:
>>
>> reproduce locally
>
> src/index.md line 1307:
>
>> 1305: In addition to the testing you run manually before publishing your changes, it's recommended that you take advantage of this automated testing that the GHA offers. To enable this on your personal fork of the JDK on GitHub go to the "Actions" tab and click the big green button saying "I understand my workflows, go ahead and enable them". If you don't understand these workflows there's a link to the actual file that describes them right below the green button.
>> 1306:
>> 1307: In case of failures in the GHA it's always a good start to try to reproduce the failure locally on a machine where you have better control and easier access to a debug environment. There has been cases where the GHA has failed due to issues unrelated to the change being tested, e.g. because the GHA environment was updated and changes was needed to the JDK GHA configuration. The configuration is in general updated fairly quickly, so in cases were you can't reproduce the failure locally, consider re-running the GHA later.
>
> Minor: that should be "There _have_ been cases where..." and later "and changes _were_ needed to the JDK GHA"
Good catch! Fixed.
-------------
PR: https://git.openjdk.java.net/guide/pull/80
More information about the guide-dev
mailing list