Skip to content
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

Dynamically set the URL template based on the build env #941

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

davidcassany
Copy link
Contributor

@davidcassany davidcassany commented Aug 2, 2023

A follow up of #939

@davidcassany davidcassany requested a review from a team as a code owner August 2, 2023 09:14
Signed-off-by: David Cassany <dcassany@suse.com>
Copy link
Contributor

@kkaempf kkaempf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

worth a try 😆

@@ -388,7 +388,10 @@ Cypress.Commands.add('checkLabelSize', (sizeToCheck) => {

// Add an OS version channel
Cypress.Commands.add('addOsVersionChannel', (channelVersion) => {
const channelRepo = `registry.opensuse.org/isv/rancher/elemental/${channelVersion}/containers/rancher/elemental-teal-channel/5.4:latest`;
let channelRepo = `registry.opensuse.org/isv/rancher/elemental/${channelVersion}/containers/rancher/elemental-teal-channel/5.4:latest`;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, this still has an embedded version number (5.4) 🤔

Copy link
Contributor Author

@davidcassany davidcassany Aug 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I already created a CI card to address that here #940 this is a more generic issue within the CI, there are many references out there to the SLE Micro version. They should be limited and parametrized, I'd prefer to have Loic and Juilen around to address this, they might have opinions and good ideas about how to handle this.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also in relation to that there is also rancher/elemental-operator#491 which is about removing SLE Micro version references from images that are not explicitly based on SLE Micro for rancher (all but the OS images)

@davidcassany davidcassany merged commit b50687f into rancher:main Aug 2, 2023
9 checks passed
@davidcassany davidcassany deleted the fix_UI_tests branch August 2, 2023 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants