Skip to content

Conversation

@Pedro-S-Abreu
Copy link
Collaborator

@Pedro-S-Abreu Pedro-S-Abreu commented Jan 14, 2026

📝 Links

https://issues.redhat.com/browse/MTV-4058

📝 Description

  • clone rp-uploader on runtime
    rp-uploader can not be cloned during container image build time due to gitlab permission/connectivity issues.
  • create .dockerignore, only relevant when running locally.
  • Upgrade Playwright dependency to 1.57.0

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://

- 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-commenter
Copy link

codecov-commenter commented Jan 14, 2026

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 13.75%. Comparing base (13484d0) to head (652eb0a).
⚠️ Report is 946 commits behind head on main.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Pedro-S-Abreu Pedro-S-Abreu changed the title [WIP] MTV-4058 - part 2 - clone rp-uploader on runtime MTV-4058 - part 2 - clone rp-uploader on runtime Jan 16, 2026
@Pedro-S-Abreu Pedro-S-Abreu marked this pull request as ready for review January 16, 2026 15:01
Resolves: None
Signed-off-by: Pedro Abreu <[email protected]>
@Pedro-S-Abreu Pedro-S-Abreu requested a review from avivtur January 19, 2026 13:29
Comment on lines 50 to 52
if (testProviderData.useVddkAioOptimization === true) {
expect(providerResource?.spec?.settings?.useVddkAioOptimization).toBe('true');
}
if (!testProviderData.useVddkAioOptimization) {
} else if (testProviderData.useVddkAioOptimization === false) {
Copy link
Member

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?

Copy link
Collaborator Author

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]>
@sonarqubecloud
Copy link

@Pedro-S-Abreu Pedro-S-Abreu requested a review from avivtur January 19, 2026 18:36
@avivtur avivtur added this pull request to the merge queue Jan 19, 2026
Merged via the queue into kubev2v:main with commit 6aa7606 Jan 19, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants