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
ci: fix hybrid system test for prod-script changes and k3d install (#14317)
- Exclude glob 'scripts/prod/**/*' missed top-level files under fnmatch; use 'scripts/prod/**' so prod-script-only PRs skip this infra-heavy test.
- Quote the trigger interpolations so a glob value isn't shell-expanded before reaching check_test_trigger.py.
- Pin k3d-version=v5.5.0 (action input): the default v5.4.6 predates the checksums.txt release asset the current k3d install.sh fetches with --fail, causing a 404.
- Wait on the local-path-provisioner Deployment rollout instead of a racy pod-label wait that errored 'no matching resources found'.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments