Add issue investigator agent from Drasi repo#11221
Add issue investigator agent from Drasi repo#11221nicolejms wants to merge 28 commits intoradius-project:mainfrom
Conversation
- Changed pkg/cli/helm/cluster.go line 598 to use LastDeployed instead of FirstDeployed - Updated Test_Helm_GetRadiusRevisions_Success to use different timestamps for different revisions - Added comprehensive test Test_Helm_GetRadiusRevisions_MultipleUpgradesWithDifferentTimestamps - All tests pass successfully Co-authored-by: nicolejms <101607760+nicolejms@users.noreply.github.com>
…utput Fix revision timestamps in `rad rollback kubernetes --list-revisions` to show the list of all install times per version.
- Increase maxRetries from 5 to 10 in manifest registration retry logic - This provides ~8 minutes of total retry time instead of ~62 seconds - Allows async operations during UCP initialization to complete successfully - Fixes intermittent CrashLoopBackOff state when resources are in "Accepted" state - All existing tests pass without modification Fixes radius-project#11017 Co-authored-by: nicolejms <101607760+nicolejms@users.noreply.github.com>
Co-authored-by: nicolejms <101607760+nicolejms@users.noreply.github.com>
Co-authored-by: nicolejms <101607760+nicolejms@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adds a reusable “issue investigator” agent definition under .github/agents/ to guide structured technical investigations of GitHub issues for Radius developers.
Changes:
- Introduces a new agent file:
.github/agents/issue-investigator.agent.md - Defines the agent’s metadata (name/description/tools), expected input, and an investigation/reporting template
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nicole James <101607760+nicolejms@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nicole James <101607760+nicolejms@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nicole James <101607760+nicolejms@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nicole James <101607760+nicolejms@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nicole James <101607760+nicolejms@users.noreply.github.com>
Increase manifest registration retry time to prevent UCP initialization crashes
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11221 +/- ##
==========================================
- Coverage 51.00% 50.98% -0.03%
==========================================
Files 679 679
Lines 43174 43174
==========================================
- Hits 22023 22013 -10
- Misses 19033 19038 +5
- Partials 2118 2123 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
Description
Adding an agent file used by the Drasi team to investigate issues and report findings.
Type of change
Fixes: none
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: