Automation: Add recurring run for prime release#16377
Merged
yonasberhe23 merged 1 commit intorancher:masterfrom Jan 26, 2026
Merged
Automation: Add recurring run for prime release#16377yonasberhe23 merged 1 commit intorancher:masterfrom
yonasberhe23 merged 1 commit intorancher:masterfrom
Conversation
izaac
requested changes
Jan 16, 2026
Contributor
izaac
left a comment
There was a problem hiding this comment.
It's looking good, just a couple comments.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds support for testing Prime alpha and RC versions in Jenkins recurring jobs by introducing three new repository configuration types (prime, optimus_prime, alpha_prime) alongside the existing community repository types (alpha, stable, latest).
Changes:
- Adds new Helm repository configurations for Prime variants (production, RC, and alpha)
- Implements version resolution logic to map image tags to appropriate chart versions and registries
- Adds HELM_REPO_NAME variable to slack notifications for better debugging
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 10 comments.
| File | Description |
|---|---|
| cypress/jenkins/init.sh | Adds comprehensive Helm repository configuration logic for Prime repos, implements version resolution and image tag mapping for different repo types |
| cypress/jenkins/slack-notification.sh | Adds HELM_REPO_NAME to the notification message for improved troubleshooting |
| cypress/jenkins/Jenkinsfile_multi | Passes RANCHER_HELM_REPO parameter to child jobs and updates logging |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
a2a3e06 to
ded7370
Compare
ded7370 to
8aacfdb
Compare
izaac
approved these changes
Jan 23, 2026
Contributor
izaac
left a comment
There was a problem hiding this comment.
Requested configuration tests were done as per the comments. Changes look good to me ![]()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #rancher/qa-tasks#1648
Add support for Prime alpha and RC version testing in Jenkins recurring jobs
JJB: this pr relies on https://github.com/rancherlabs/jenkins-job-builder/pull/1003
Areas which could experience regressions
Jenkins
Checklist
Admin,Standard UserandUser Base