Skip to content

Automation: Resolve Rancher chart version from correct repo (fix Jenkins failures)#16557

Merged
yonasberhe23 merged 1 commit intorancher:masterfrom
yonasberhe23:fix_prime_builds
Feb 12, 2026
Merged

Automation: Resolve Rancher chart version from correct repo (fix Jenkins failures)#16557
yonasberhe23 merged 1 commit intorancher:masterfrom
yonasberhe23:fix_prime_builds

Conversation

@yonasberhe23
Copy link
Copy Markdown
Contributor

@yonasberhe23 yonasberhe23 commented Feb 3, 2026

Summary

Fixes #rancher/qa-tasks#2178

Fixes two issues:

Test: Projects/Namespaces → displays the most recent error after resolving a single error in a form with multiple errors
Issue: Chart/image version mismatch (e.g. chart 2.13.2 with image v2.13.2-alpha7) was causing tests to fail (e.g. project-namespace error-message tests that depend on server-side validation).
Solution: Resolve Rancher chart version from the same repo as the build type (prime, latest, or alpha) so chart and image version match. Avoid using a production chart version with an alpha (or latest) image tag.

Test: Projects/Namespaces → sets the creator principal id annotation when creating a project and using third-party auth
Issue: The test called .create() and then chained .click(). In the page object, .create() already does createButton().click(), so the extra .click() was a second click on the same create button and was redundant and causing test to fail.
Solution: remove second click().

Checklist

  • The PR is linked to an issue and the linked issue has a Milestone, or no issue is needed
  • The PR has a Milestone
  • The PR template has been filled out
  • The PR has been self reviewed
  • The PR has a reviewer assigned
  • The PR has automated tests or clear instructions for manual tests and the linked issue has appropriate QA labels, or tests are not needed
  • The PR has reviewed with UX and tested in light and dark mode, or there are no UX changes
  • The PR has been reviewed in terms of Accessibility
  • The PR has considered, and if applicable tested with, the three Global Roles Admin, Standard User and User Base

@yonasberhe23 yonasberhe23 merged commit 7d34a70 into rancher:master Feb 12, 2026
117 of 121 checks passed
@yonasberhe23 yonasberhe23 deleted the fix_prime_builds branch February 12, 2026 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants