Attila Doroszlai created HDDS-14596:
---------------------------------------
Summary: Require successful basic checks for javadoc check
Key: HDDS-14596
URL: https://issues.apache.org/jira/browse/HDDS-14596
Project: Apache Ozone
Issue Type: Sub-task
Components: CI
Reporter: Attila Doroszlai
Assignee: Ren Koike
The goal of this task is to add {{basic}} as a dependency for the {{javadoc}}
check.
{{javadoc}} check runs after successful {{build}} check:
{code:title=https://github.com/apache/ozone/blob/82098f689d3e4eab363a348b9fb3d26d94395917/.github/workflows/ci.yml#L201-L205}
javadoc:
needs:
- build-info
- build
if: needs.build-info.outputs.needs-compile == 'true'
{code}
{{build}} and {{basic}} checks run in parallel, {{build}} is slower. If
{{build}} succeeds but some {{basic}} check fails, running {{javadoc}} check is
unnecessary.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]