Skip to content

Conversation

@trask
Copy link
Member

@trask trask commented Jul 16, 2025

It's been a while since we added this exclusion, maybe the situation has improved by now??

@trask trask requested a review from a team as a code owner July 16, 2025 17:37
@trask trask mentioned this pull request Jul 16, 2025
- name: Build
# javadoc task fails sporadically fetching https://docs.oracle.com/javase/8/docs/api/
run: ./gradlew check spdxSbom -x javadoc -x spotlessCheck -PskipTests=true ${{ inputs.no-build-cache && '--no-build-cache' || '' }}
run: ./gradlew check spdxSbom -x spotlessCheck -PskipTests=true ${{ inputs.no-build-cache && '--no-build-cache' || '' }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently this still doesn't trigger javadoc. I guess it originally used assemble instead of check when javadoc was disabled. Try adding javadoc to the tasks. Alternatively could run javadoc as a separate step that doesn't block merge if it is still flaky.

@trask trask merged commit 2c73c83 into open-telemetry:main Jul 17, 2025
90 checks passed
@trask trask deleted the test-javadoc branch July 17, 2025 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants