Commit 1afd483
committed
Fix forward-compatibility workflow e2e failures
Several issues prevented the forward-compatibility workflow from
running successfully:
- Add permissions (contents:read, id-token:write) to run-e2e-tests
job, required by the reusable e2e-tests workflow.
- Fix mig-manager GitHub repo name: the image is published from
NVIDIA/mig-parted, not NVIDIA/k8s-mig-manager (which doesn't
exist).
- Replace yq-based YAML merging with Helm's native multi-file
support (-f file1 -f file2). The remote test machines don't have
yq installed.
- Pass OPERATOR_OPTIONS through in the values-file install path so
test-case-specific flags (e.g. driver.nvidiaDriverCRD.enabled)
are not silently dropped.
Signed-off-by: Rajath Agasthya <ragasthya@nvidia.com>1 parent 00e15c6 commit 1afd483
3 files changed
Lines changed: 17 additions & 16 deletions
File tree
- .github
- scripts
- workflows
- tests/scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
60 | 55 | | |
| 56 | + | |
61 | 57 | | |
62 | 58 | | |
63 | 59 | | |
| |||
113 | 109 | | |
114 | 110 | | |
115 | 111 | | |
| 112 | + | |
116 | 113 | | |
| 114 | + | |
117 | 115 | | |
118 | 116 | | |
119 | 117 | | |
| |||
0 commit comments