RFR: 8254691: Enable GitHub actions for jfx repo

Eric Bresie ebresie at gmail.com
Fri Oct 30 14:24:26 UTC 2020


So this doesn’t show lower level test just basically a build successfully pass/fail on each platform? Or would it show any low level tests if they failed?

Eric Bresie
Ebresie at gmail.com (mailto:Ebresie at gmail.com)

> On October 28, 2020 at 9:43:53 AM CDT, Kevin Rushforth <kcr at openjdk.java.net (mailto:kcr at openjdk.java.net)> wrote:
> On Tue, 27 Oct 2020 19:02:40 GMT, Kevin Rushforth <kcr at openjdk.org (mailto:kcr at openjdk.org)> wrote:
>
> > > ### Note to reviewers:
> > >
> > > If you want to test this yourself you can pull the PR branch into a branch in your local repo and push it to your personal fork. Something like the following should work for you, assuming that you are in your local repo with `origin` pointing to your personal fork:
> > >
> > > git fetch https://github.com/openjdk/jfx.git pull/338/head:pr-338
> > > git push -u origin pr-338
> > >
> > > Then you will be able to see the GitHub action workflow and track its progress by clicking on the "Actions" tab on your personal fork repo page.
> >
> > See PR #339 for an example (using an intentionally injected failure) of what a failed build or test will look like.
>
> I merged `master` into my local branch so it would run the tests again on an up-to-date repo.
>
> -------------
>
> PR: https://git.openjdk.java.net/jfx/pull/338


More information about the openjfx-dev mailing list