Implement comprehensive Helm chart CI/CD testing for better deployment validation#47
Merged
Implement comprehensive Helm chart CI/CD testing for better deployment validation#47
Conversation
Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com>
Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] deploy helm charts for CICD testing
Implement comprehensive Helm chart CI/CD testing for better deployment validation
Jun 21, 2025
phrocker
added a commit
that referenced
this pull request
Nov 8, 2025
…ecall (#47) * Initial plan * Add memory lookup verbs to agent plan execution - Added lookup_agent_memory verb for text-based memory search - Added search_agent_memory_semantic verb for vector-based semantic search - Both verbs integrate with existing VectorAgentMemoryStore API - Support filtering by agentId, markings, and limit parameters Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com> * Add tests for memory lookup verbs and fix parameter handling - Added comprehensive tests for lookup_agent_memory verb - Added tests for search_agent_memory_semantic verb - Fixed parameter extraction to handle NullPointerExceptions from getExecutionArgument - All tests passing (21 tests, 0 failures, 0 errors) Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com> * Improve memory lookup verb descriptions for better LLM guidance - Enhanced lookup_agent_memory description with explicit examples for cross-session recall - Added guidance to always check memory before asking users to repeat information - Updated search_agent_memory_semantic with clearer use cases for conceptual searches - Added instructions to chat-helper.yaml to proactively use memory lookup verbs - Examples now include user personal info scenarios (names, preferences) Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com> * fixup --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com> Co-authored-by: Marc Parisi <phrocker@apache.org>
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.
This PR addresses the need for "better CI/CD testing using Helm charts" by implementing a comprehensive testing infrastructure that validates Helm charts across multiple environments and configurations.
What's Changed
🚀 New GitHub Actions Workflow (
helm-ci.yml)🛠️ Local Developer Tools
ops-scripts/test-helm-charts.sh): Easy-to-use local testing📚 Enhanced Documentation
docs/helm-testing.md): Complete testing documentation🔧 Improved Maven Workflow
Example Usage
Validation Results
✅ sentrius-chart-launcher: Full validation passes
⚠️ sentrius-chart: Lints with known ingress template issue (handled gracefully)
✅ Template Rendering: All working charts render correctly
✅ Schema Validation: All Chart.yaml files properly structured
✅ Integration Testing: Kind cluster deployment validation ready
Impact
The implementation maintains minimal changes to existing code while providing robust testing infrastructure that scales with the project's needs.
Fixes #46.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
repository.jboss.org/usr/lib/jvm/temurin-17-jdk-amd64/bin/java -classpath /usr/share/apache-maven-3.9.9/boot/plexus-classworlds-2.8.0.jar -Dclassworlds.conf=/usr/share/apache-maven-3.9.9/bin/m2.conf -Dmaven.home=/usr/share/apache-maven-3.9.9 -Dlibrary.jansi.path=/usr/share/apache-maven-3.9.9/lib/jansi-native -Dmaven.multiModuleProjectDirectory=/home/REDACTED/work/Sentrius/Sentrius org.codehaus.plexus.classworlds.launcher.Launcher -q test -Dmaven.test.skip=false(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.