fix: set gcp iam binding --condition=None#21140
Conversation
|
Skipping CI for Draft Pull Request. |
|
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 |
|
/konflux-retest main-on-push |
|
Images are ready for the commit at 847e06c. 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.9 #21140 +/- ##
===============================================
- Coverage 48.88% 48.88% -0.01%
===============================================
Files 2719 2719
Lines 202937 202937
===============================================
- Hits 99215 99207 -8
- Misses 95961 95967 +6
- Partials 7761 7763 +2
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:
|
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!