You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enhance E2E testing with dynamic port mapping and SSH infrastructure
- Add dynamic port mapping for Docker containers with AnsiblePort type
- Enhance SSH infrastructure to support custom ports (SshConnection, SshClient)
- Improve Docker validation with proper error handling instead of warnings
- Simplify Docker/Docker Compose installation playbooks using Ubuntu repositories
- Update Ansible inventory templates to support custom SSH ports
- Add comprehensive E2E testing for both provision and configuration workflows
- Fix YAML linting issues in Docker Compose templates
- Update project words list for new technical terms
This enables reliable E2E testing with proper port isolation and reduces
network complexity in CI environments. All tests now pass in ~60 seconds
vs previous 8+ minute hangs.
0 commit comments