Skip to content

Conversation

trask
Copy link
Member

@trask trask commented Aug 19, 2025

This accomplishes 3 things:

  • There will no longer be a "skipped" PR check and so the whole section should collapse PRs when green
  • Introduces a daily build (with --no-build-cache), which will help catch weird gradle caching issues like we saw recently
  • Aligns more with instrumentation repo

Potentially in future could call the common workflow from release workflow too (similar to instrumentation repo).

GitHub diff isn't great, so I split it into 2 commits, the first commit is just a file rename, so you can review the second commit which then is better (after the rename).

@@ -121,16 +118,6 @@ jobs:
name: integration-test-results
path: jmx-metrics/build/reports/tests/integrationTest

link-check:
Copy link
Member Author

Choose a reason for hiding this comment

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

move into the callers so they can choose not to block merging / snapshots if it fails

@@ -139,97 +126,3 @@ jobs:

shell-script-check:
uses: ./.github/workflows/reusable-shell-script-check.yml

publish-snapshots:
Copy link
Member Author

Choose a reason for hiding this comment

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

moved to build-daily which is only place it's used

GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}

required-status-check:
Copy link
Member Author

Choose a reason for hiding this comment

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

moved to build-pull-request which is only place it's used

)
run: exit 1 # fail

workflow-notification:
Copy link
Member Author

Choose a reason for hiding this comment

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

moved to build-daily which is only place it's used

@trask trask marked this pull request as ready for review August 19, 2025 01:31
@trask trask requested a review from a team as a code owner August 19, 2025 01:31
@trask trask added this pull request to the merge queue Aug 20, 2025
Merged via the queue into open-telemetry:main with commit 301fed3 Aug 20, 2025
29 checks passed
@trask trask deleted the workflows branch August 20, 2025 02:34
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