CI / CI (push) Failing after 5m44s
Add integration test suite that tests against production cluster: - Memory service (ingest, query) - S3 adapter (list, put objects) - SQS adapter (list queues with auth enforcement) - Workflow adapter (gRPC ListWorkflowExecutions) - IAM adapter (list users) - Health endpoints (liveness, readiness) Update CI/CD pipeline: - Build new docker image from commit - Push to registry with commit SHA and latest tags - Deploy test job to cluster to run integration tests - Tests run against actual production services - Cleanup test resources after completion Add Kubernetes Job manifest: - Runs integration tests in dedicated pod - Waits for gateway to be ready before testing - Tests all adapters and downstream services - Can be run manually: kubectl apply -f k8s/integration-test-job.yaml