Closed razo7 closed 5 months ago
Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: clobrano, razo7
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/retest
tide is off for an unknown reason but all the tests are green so I am manually merging the PR
Why we need this PR
Introduce a new target,
bundle-run-update
, for testing an operator upgrade. It could be used as well for downgrading or reinstalling the operator (instead of running the bundle-cleanup and then bundle-run).Run 'VERSION=SOME_VERSION' prior to running the bundle-run or bundle-run-update targets to modify the installed or replaced bundle CSV.
The new target will be used for testing operator upgrades in OCP CI (e.g., NMO and FAR ).
Similar PR to NMO #120 and FAR #139.
Changes made
bundle-run-update
targetBUNDLE_RUN_NAMESPACE
toOPERATOR_NAMESPACE
in MakefileWhich issue(s) this PR fixes
ECOPROJECT-1082
Test plan
None