Commit c68be5e
committed
test/extended/cli/adm_upgrade/recommend: Handle accepted Upgradeable=False
In 44cd78a (test/extended/cli/adm_upgrade/recommend: Account for
Upgradeable=False, 2025-08-05, #30113), I'd updated the regular
expression to accept:
Reason: MultipleReasons
for clusters that had both Upgradeable=False and conditional risks
going on. In 7724a75 (test/extended/cli/adm_upgrade/recommend:
Trust the ingress CA, 2025-08-14, #30113), I extended the regular
expression to cover:
Reason: accepted TestRiskA via ConditionalUpdateRisk
But I hadn't thought through the MultipleReasons case, and this commit
catches us up to tech-preview serial output like [1]:
...
Reason: accepted MultipleReasons via ConditionalUpdateRisk
Message: Cluster operator config-operator should not be upgraded between minor versions: FeatureGatesUpgradeable: "TechPreviewNoUpgrade" does not allow updates
This is a test risk. https://example.com/testRiskA
...
[1]: https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/30113/pull-ci-openshift-origin-main-e2e-gcp-ovn-techpreview-serial-1of2/19636725999552471041 parent de10dfe commit c68be5e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
0 commit comments