Skip to content

Conversation

@donoghuc
Copy link
Member

@donoghuc donoghuc commented Dec 19, 2025

Release notes

[rn:skip]

What does this PR do?

This PR removes unused gradle tasks. It also removes a script from CI that is unused.

Closes #18476

Starting point for task removal
@github-actions
Copy link
Contributor

🤖 GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)
  • /run exhaustive tests : Run the exhaustive tests Buildkite pipeline.

@mergify
Copy link
Contributor

mergify bot commented Dec 19, 2025

This pull request does not have a backport label. Could you fix it @donoghuc? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-8./d is the label to automatically backport to the 8./d branch. /d is the digit.
  • If no backport is necessary, please add the backport-skip label

@donoghuc
Copy link
Member Author

run exhaustive tests

@elasticmachine
Copy link

💚 Build Succeeded

@donoghuc donoghuc changed the title WIP? Remove unused gradle tasks Remove unused gradle tasks Dec 22, 2025
@donoghuc
Copy link
Member Author

This (simplified) graphic may help in reviewing this. Essentially it tries to map out where in our automation different tasks are used and the subsequent interplay between gradle and rake.
entrypoints

@donoghuc donoghuc marked this pull request as ready for review December 22, 2025 20:57
@donoghuc
Copy link
Member Author

Getting the entrypoints mainly consolidated to gradle makes cleaning the unused gradle tasks quite straightforward. Going through the rake tasks will be a bit more complex as there appears to be some tasks that may be relevant to non-ci workflows. I am planning on separating out the rake task cleanup into a separate PR.

}
}

tasks.register("generatePluginsVersion") {
Copy link
Contributor

Choose a reason for hiding this comment

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

Docs have been changing alot, I might be out of sync.
Does this mean we no longer use reference docs workflow? - https://github.com/elastic/logstash-docs/blob/89fac69db8de43a1fca62aa1c4c983455d5986fd/.github/workflows/reference_docs-pre90.yml#L60

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.

Remove unused tasks in gradle/rake/make

3 participants