Skip to content

remove dead cap refs#21722

Merged
ettec merged 1 commit intodevelopfrom
remove-dead-test-capability-refs
Mar 26, 2026
Merged

remove dead cap refs#21722
ettec merged 1 commit intodevelopfrom
remove-dead-test-capability-refs

Conversation

@ettec
Copy link
Copy Markdown
Collaborator

@ettec ettec commented Mar 26, 2026

Confirmed with @george-dorin that these capabilities are dead

@ettec ettec requested review from a team as code owners March 26, 2026 15:49
Copilot AI review requested due to automatic review settings March 26, 2026 15:49
@github-actions
Copy link
Copy Markdown
Contributor

👋 ettec, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

@github-actions
Copy link
Copy Markdown
Contributor

✅ No conflicts with other open PRs targeting develop

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Risk Rating: LOW

Removes references to deprecated testing capability plugins from the loopinstall testing plugins manifest.

Changes:

  • Removed the mock and capabilitywatcher entries from plugins/plugins.testing.yaml.
  • Left plugins/plugins.testing.yaml as an effectively empty manifest (no testing plugins).

@@ -9,14 +9,5 @@ defaults:
goflags: "-ldflags=-s"

plugins:
Copy link

Copilot AI Mar 26, 2026

Choose a reason for hiding this comment

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

plugins: is currently declared with no value, which YAML interprets as null rather than an empty map. Since this file is consumed by loopinstall (via make install-plugins-testing / Docker builds), it’s safer and clearer to make this explicitly an empty map (e.g., plugins: {}) or remove the key if the tool supports it, to avoid schema/decoder differences treating null as invalid.

Suggested change
plugins:
plugins: {}

Copilot uses AI. Check for mistakes.
@ettec ettec enabled auto-merge March 26, 2026 15:57
@ettec ettec added this pull request to the merge queue Mar 26, 2026
@cl-sonarqube-production
Copy link
Copy Markdown

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

@trunk-io
Copy link
Copy Markdown

trunk-io Bot commented Mar 26, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

Merged via the queue into develop with commit 46094a7 Mar 26, 2026
93 checks passed
@ettec ettec deleted the remove-dead-test-capability-refs branch March 26, 2026 16:19
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.

4 participants