Skip to content

Conversation

@mergify
Copy link
Contributor

@mergify mergify bot commented Jan 20, 2026

Release notes

[rn:skip]

What does this PR do?

Remove any rake task that is not called by a gradle task (or is a dependency of a rake task that is called by a gradle task). This follows up work to remove unused gradle tasks and ensure that all ci entrypoints start in gradle. The only exception are the linting tasks. These may be used in development workflows and may be usedful if we add linting steps to CI in the future.


This is an automatic backport of pull request #18537 done by Mergify.

* Remove unused/unreachable rake tasks

This commit removes any rake task that is not called by a gradle task (or is a
dependency of a rake task that is called by a gradle task). This follows up work
to remove unused gradle tasks and ensure that all ci entrypoints start in
gradle. The only exception are the linting tasks. These may be used in
development workflows and may be usedful if we add linting steps to CI in the
future.

* replace deleted function in caller's rakefile

(cherry picked from commit 4c15870)

# Conflicts:
#	rakelib/test.rake
#	rakelib/vendor.rake
@mergify mergify bot added backport conflicts Detected git conflicts labels Jan 20, 2026
@mergify
Copy link
Contributor Author

mergify bot commented Jan 20, 2026

Cherry-pick of 4c15870 has failed:

On branch mergify/bp/8.19/pr-18537
Your branch is up to date with 'origin/8.19'.

You are currently cherry-picking commit 4c158701b.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   qa/Rakefile
	deleted:    rakelib/docs.rake
	modified:   rakelib/plugin.rake
	deleted:    rakelib/version.rake

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   rakelib/test.rake
	both modified:   rakelib/vendor.rake

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

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

@elasticmachine
Copy link

💛 Build succeeded, but was flaky

Failed CI Steps

History

cc @donoghuc

@donoghuc donoghuc merged commit 4460a0d into 8.19 Jan 20, 2026
11 checks passed
@donoghuc donoghuc deleted the mergify/bp/8.19/pr-18537 branch January 20, 2026 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport conflicts Detected git conflicts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants