[cleanup][ci] Remove ready-to-test label enforcement#25470
Merged
nodece merged 2 commits intoapache:masterfrom Apr 4, 2026
Merged
[cleanup][ci] Remove ready-to-test label enforcement#25470nodece merged 2 commits intoapache:masterfrom
nodece merged 2 commits intoapache:masterfrom
Conversation
The ready-to-test label and approval gate is no longer needed. Remove the ci_check_ready_to_test function and the workflow steps that invoked it from pulsar-ci, pulsar-ci-flaky, and ci-go-functions.
The fork-testing workflow is no longer enforced, so the "Matching PR in forked repository" section is unnecessary.
dao-jun
approved these changes
Apr 4, 2026
lhotari
approved these changes
Apr 4, 2026
lhotari
added a commit
that referenced
this pull request
Apr 16, 2026
(cherry picked from commit 865e276)
lhotari
added a commit
that referenced
this pull request
Apr 16, 2026
(cherry picked from commit 865e276)
lhotari
added a commit
that referenced
this pull request
Apr 16, 2026
(cherry picked from commit 865e276)
lhotari
added a commit
that referenced
this pull request
Apr 16, 2026
(cherry picked from commit 865e276)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ci_check_ready_to_test()function frompulsar-build/pulsar_ci_tool.shpulsar-ci.yaml,pulsar-ci-flaky.yaml, andci-go-functions.yamlMotivation
The
ready-to-testlabel is no longer used and the enforcement gate is no longer needed. It was originally introduced to require PRs to be tested in forks before running CI on the main repo, but this workflow is no longer in use. Removing it simplifies the CI pipeline and eliminates an unnecessary gate for contributors.Documentation
doc-not-needed