Commit bd57a85
ci(e2e-cluster): export KUBECONFIG before acceptance runs
y-cluster v0.3.3 errors out with "KUBECONFIG env must be set" at
provision time -- the binary refuses to default a path so it can
never accidentally write to a developer's main kubeconfig. The
e2e-cluster job's runner has no KUBECONFIG set by default.
Add a pre-step that exports `$HOME/.kube/yolean` via $GITHUB_ENV
(matching the ystack convention from the local dev workflow), and
mkdir the parent dir. The acceptance script picks it up via the env
inherited through the ENV_IS_CLEAN=true trampoline-skip path.
Also retire the qemu/kvm pre-flight checks now that the acceptance
runs against the docker provider; replace with `df -h` + `docker
info` for surfaced disk + docker daemon visibility.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f0b17c3 commit bd57a85
1 file changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | | - | |
67 | 66 | | |
68 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
74 | | - | |
75 | | - | |
| 77 | + | |
| 78 | + | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
| |||
0 commit comments