-
Notifications
You must be signed in to change notification settings - Fork 41
MTV-4058 - part 2 - clone rp-uploader on runtime #2192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MTV-4058 - part 2 - clone rp-uploader on runtime #2192
Conversation
- Update CreateProviderPage selectors for new form structure - Add provider-specific field methods (vSphere, OVA, OVirt) - Parametrize provider creation tests using test scenarios - Update StorageMapStep to correctly parse source storage column - Update test data for current environment Resolves: MTV-3741 Signed-off-by: Pedro Abreu <[email protected]>
- Bump Playwright and @playwright/test versions to 1.57.0 in package.json - Update PlaywrightContainerFile to use the new Playwright image version - Remove the deprecated upload-to-rp.sh script - Expect rp-upload on runtime Resolves: MTV-4058 Signed-off-by: Pedro Abreu <[email protected]>
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2192 +/- ##
===========================================
- Coverage 36.81% 13.75% -23.07%
===========================================
Files 158 1107 +949
Lines 2548 19773 +17225
Branches 599 3696 +3097
===========================================
+ Hits 938 2719 +1781
- Misses 1428 17044 +15616
+ Partials 182 10 -172 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Resolves: None Signed-off-by: Pedro Abreu <[email protected]>
| if (testProviderData.useVddkAioOptimization === true) { | ||
| expect(providerResource?.spec?.settings?.useVddkAioOptimization).toBe('true'); | ||
| } | ||
| if (!testProviderData.useVddkAioOptimization) { | ||
| } else if (testProviderData.useVddkAioOptimization === false) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this lines keeps repeating?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was an old local change, for some reason it stayed. I just fixed it.
Resolves: None Signed-off-by: Pedro Abreu <[email protected]>
|



📝 Links
https://issues.redhat.com/browse/MTV-4058
📝 Description
rp-uploader can not be cloned during container image build time due to gitlab permission/connectivity issues.
the other part of this work is contained on
https://gitlab.cee.redhat.com/ccit/jenkins-csb-customers/mtv-qe-casc-main/-/merge_requests/211
🎥 Demo
📝 CC://