Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Babylon’s integration/e2e configuration and template defaults for a new tenant/cluster environment, while refactoring the webapp Terraform execution path and enabling AKS context in CI for Kubernetes-dependent tests.
Changes:
- Update integration/e2e test scripts to use
TENANT="tenant-sphinx". - Adjust working-dir YAML templates (simulator version, cluster settings, workspace/webapp config).
- Refactor webapp Terraform execution into a shared helper and add Azure AKS context setup in CI.
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| tests/integration/test_api_endpoints.sh | Switch integration tenant name to tenant-sphinx. |
| tests/e2e/test_e2e.sh | Switch e2e tenant name to tenant-sphinx. |
| Babylon/utils/environment.py | Whitespace cleanup. |
| Babylon/templates/working_dir/.templates/yaml/variables.yaml | Update simulator/cluster defaults (repo, version, AKS host). |
| Babylon/templates/working_dir/.templates/yaml/Workspace.yaml | Change workspace defaults (postgres schema creation, webapp-related additionalData). |
| Babylon/templates/working_dir/.templates/yaml/Solution.yaml | Parameterize simulator version and bump SDK version. |
| Babylon/commands/macro/destroy.py | Adjust schema-destroy helper signature and whitespace cleanup. |
| Babylon/commands/macro/deploy_webapp.py | Refactor Terraform runner selection + delegate execution to shared helper. |
| Babylon/commands/macro/deploy.py | Add shared Terraform runner helper + add k8s postgres service discovery helper. |
| .github/workflows/ci.yml | Add Azure login + AKS context setup for integration/e2e job. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
sellisd
approved these changes
Feb 26, 2026
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.
No description provided.