On Fri, 2 Dec 2022 13:42:23 GMT, Erik Joelsson <er...@openjdk.org> wrote:

> If you would like to exercise the full-docs build in GHA, you could make that 
> build depend on the linux-x64 build and set `--with-build-jdk` and 
> `--with-docs-reference-jdk` to point to it.

Good point. I don't think it's worth it, though. Since the output is not saved 
but thrown away, we will just be wasting CPU cycles. The full docs graph 
generation is unlikely to start failing as a result of general changes in the 
code, only if some of the code that generates the graphs were to be changed, 
and such PRs can test this separately.

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

PR: https://git.openjdk.org/jdk/pull/11468

Reply via email to