Commit c78b25c
Fix experimental-to-experimental upgrade e2e to deploy baseline from main
The ex2ex upgrade test was using the latest release as the baseline, but
experimental features may not exist in any published release. Deploy from
origin/main instead, so the upgrade path tests main -> PR for experimental
manifests.
- Add hack/test/deploy-from-main.sh to build and deploy from main
- Add run-main-experimental Makefile target that invokes the new script
- Add TEST_UPGRADE_EX2EX_E2E_TASKS that uses run-main-experimental
- Wire test-upgrade-ex2ex-e2e to the new task list
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Signed-off-by: Per G. da Silva <[email protected]>1 parent af6733e commit c78b25c
2 files changed
+26
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
338 | 342 | | |
339 | 343 | | |
340 | 344 | | |
| |||
345 | 349 | | |
346 | 350 | | |
347 | 351 | | |
| 352 | + | |
348 | 353 | | |
349 | 354 | | |
350 | 355 | | |
| |||
357 | 362 | | |
358 | 363 | | |
359 | 364 | | |
360 | | - | |
361 | 365 | | |
362 | 366 | | |
363 | 367 | | |
364 | 368 | | |
365 | | - | |
| 369 | + | |
366 | 370 | | |
367 | 371 | | |
368 | 372 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments