Commit 680fec8
committed
fix(e2e): shorten Helm e2e cluster names to fit k3d 32-char limit
CI run ids combined with the openshell-helm-e2e- prefix exceeded k3d's
32-character cluster-name limit (e.g. openshell-helm-e2e-25403379605-python
is 37 chars). Shorten the workflow prefix to helm-e2e- and tighten the
local-dev suffix truncation so both paths stay under the limit.1 parent 56d6fae commit 680fec8
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments