Skip to content

Update test plugins list for supported plugins test pipeline #17519

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

Conversation

robbavey
Copy link
Member

@robbavey robbavey commented Apr 8, 2025

The list of supported plugins has changed since this was merged - this commit updates the list of plugins to test to reflect the current list of supported plugins for 9.x.

Update to reflect current list of supported plugins for `9.x`
Copy link

mergify bot commented Apr 8, 2025

This pull request does not have a backport label. Could you fix it @robbavey? 🙏
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.
  • backport-8.x is the label to automatically backport to the 8.x branch.
  • If no backport is necessary, please add the backport-skip label

@robbavey robbavey added the backport-active-9 Automated backport with mergify to all the active 9.[0-9]+ branches label Apr 8, 2025
@@ -151,6 +151,7 @@ def initialize(name, support, type, organization = "logstash-plugins")
PLUGIN_DEFINITIONS = [
PluginDefinition.new('logstash-input-azure_event_hubs', :tier1, :input),
PluginDefinition.new('logstash-input-beats', :tier1, :input),
PluginDefinition.new('logstash-input-dead_letter_queue', :tier1, :input),
Copy link
Contributor

Choose a reason for hiding this comment

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

good catch!

Copy link
Contributor

@mashhurs mashhurs left a comment

Choose a reason for hiding this comment

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

one question I have asked to clarify, otherwise LGTM!

# Removed because of https://github.com/logstash-plugins/logstash-input-couchdb_changes/issues/51
#PluginDefinition.new('logstash-input-couchdb_changes', :tier2, :input),
PluginDefinition.new('logstash-input-gelf', :tier2, :input),
PluginDefinition.new('logstash-input-couchdb', :tier2, :input),
Copy link
Contributor

Choose a reason for hiding this comment

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

logstash-plugins/logstash-input-couchdb_changes#51 seems still active, don't we need to exclude?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch - plus I got the name of the plugin wrong 🤦

Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

History

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-active-9 Automated backport with mergify to all the active 9.[0-9]+ branches
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants