RFR: GitHub Actions
Kevin Rushforth
kcr at openjdk.java.net
Thu May 5 23:34:12 UTC 2022
On Thu, 5 May 2022 23:00:06 GMT, Jesper Wilhelmsson <jwilhelm at openjdk.org> wrote:
> Encouraging developers to enable GHA on their personal forks.
src/index.md line 1303:
> 1301: ## GitHub Actions
> 1302:
> 1303: GitHub has a feature called **GitHub Actions** (GHA) that can be used to automate testing. The GHA is executed whenever a PR is created or updated in the repository. The GHA in the JDK project is configured to run a set of tests that is commonly known as **tier 1**. This is a relatively fast, small set of tests that tries to verify that your change didn't break the JDK completely. In tier 1 the JDK is built on a small set of platforms including (but not necessarily limited to) Linux, Windows, and MacOS, and a few tests are executed using these builds.
One correction: Once enabled in your repo it runs on a push to a branch in your repo, not just when you create a PR. Skara will show the results of the test run when you create or update a PR.
-------------
PR: https://git.openjdk.java.net/guide/pull/80
More information about the guide-dev
mailing list