fix(workflows): run static telemetry tests for config changes - #2850
Open
Bill Berry (WilliamBerryiii) wants to merge 1 commit into
Open
fix(workflows): run static telemetry tests for config changes#2850Bill Berry (WilliamBerryiii) wants to merge 1 commit into
Bill Berry (WilliamBerryiii) wants to merge 1 commit into
Conversation
Fixes #2849 🧪 - Generated by Copilot
Contributor
Eval Execution |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2850 +/- ##
==========================================
+ Coverage 83.14% 83.24% +0.09%
==========================================
Files 183 172 -11
Lines 34039 34350 +311
Branches 27 0 -27
==========================================
+ Hits 28302 28594 +292
- Misses 5734 5756 +22
+ Partials 3 0 -3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Description
Updated the generic pytest matrix so the Copilot OTel metrics project runs its non-slow suite when committed IaC, Collector, Compose, dashboard, dependency, or managed-settings inputs change. Other Python projects retain the reusable workflow's Python-only default.
Added focused workflow contracts for the telemetry-only condition, representative included and excluded paths, and the unchanged strict runtime lane. Added nearby workflow comments explaining the conditional override and empty fallback.
Related Issue(s)
Fixes #2849
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
hve-builderand addressed all actionable findings.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/agents/*.agent.md).github/skills/*/SKILL.md).github/hooks/*/*.json)evals/)Other:
.ps1,.sh,.py)Sample Prompts (for AI Artifact Contributions)
User Request:
Execution Flow:
Output Artifacts:
Success Indicators:
For detailed contribution requirements, see:
Testing
npm run test:ps -- -TestPath scripts/tests/extension/Workflow-PackagingContracts.Tests.ps1: passed, 211 testsnpm run lint:yaml -- -ChangedFilesOnly -BaseBranch origin/main: passed for one changed workflownpm run lint:ps -- -ChangedFilesOnly -BaseBranch origin/main: passed for one changed PowerShell filenpm run validate:docs: passednpm run spell-check: passedgit diff --check: passed before commitChecklist
Required Checks
AI Artifact Contributions
hve-builderreview mode to review contributionhve-builderreviewRequired Local Checks
The following local-safe validation commands must pass before merging:
npm run validate:local(not complete: link checks skipped and Python discovery entered ignored worktrees)npm run validate:docsnpm run spell-checknpm run lint:md-links(skipped by user direction)Security Considerations
Additional Notes
The change updates static PR selection only. It does not alter workflow permissions, the reusable pytest workflow, or the separate container-backed runtime lane. Hosted pull-request execution remains the downstream selector validation.