Remove custom domain testing from workflows

- Remove all custom domain SSL testing and health checks
- Use only canonical Knative domains for all testing
- Update all workflows to use domain secrets for health checks
- Remove kubectl dependencies from deployment workflows
- Update index.html to v2.0.2 for testing canonical domain workflow
- Simplify smoke tests to focus on Knative canonical domains only
- Clean up auto-promotion summaries to remove SSL references

All workflows now test only the canonical Knative domains and avoid
custom domain complexity for a cleaner, more reliable pipeline.
This commit is contained in:
Greg
2025-07-01 12:42:05 -07:00
parent 573587a45a
commit a509e4603e
7 changed files with 48 additions and 61 deletions

View File

@@ -96,8 +96,7 @@ jobs:
MAX_RETRIES=10
RETRY_COUNT=0
# Get the canonical Knative domain for health check
# Format: service-name.namespace.knative-domain
# Use the canonical Knative domain for health check
HEALTH_URL="https://game-2048-dev.game-2048-dev.${{ secrets.DEV_DOMAIN }}"
while [ $RETRY_COUNT -lt $MAX_RETRIES ]; do