fix: set gcp iam binding --condition=None#21141
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/test ocp-4-21-qa-e2e-tests ocp-4-22-qa-e2e-tests |
|
Images are ready for the commit at c6bc268. To use with deploy scripts, first |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-4.10 #21141 +/- ##
================================================
- Coverage 49.42% 49.42% -0.01%
================================================
Files 2662 2662
Lines 201125 201125
================================================
- Hits 99403 99399 -4
- Misses 94280 94285 +5
+ Partials 7442 7441 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
/konflux-retest operator-bundle-on-push |

Description
This PR fixes a
gcloudissue that got introduced by setting a creation date meta condition on master. Unfortunately this had unforeseen consequences for release branches that causes ocp qa tests to fail. The easiest fix is set--condition=Noneexplicitly to make the release branch forward compatible. See #21136 for more context.User-facing documentation
Testing and quality
Automated testing
How I validated my change
change me!