Skip to content

Restructure workflows #2135

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Restructure workflows #2135

wants to merge 2 commits into from

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
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