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

Fix selenium image tag override #820

Merged
merged 1 commit into from
Oct 9, 2023
Merged

Fix selenium image tag override #820

merged 1 commit into from
Oct 9, 2023

Conversation

bsquizz
Copy link
Contributor

@bsquizz bsquizz commented Jun 2, 2023

I noticed a typo in the logic for overriding the selenium image tag via a CJI. (probably a copy-paste error)

The logic is currently written as: "if the selenium image tag is non-empty, then set the pod to use the IQE image tag"

That's wrong and it should read more like: "if the selenium image tag is non-empty, then set the pod to use the selenium image tag"

@bsquizz bsquizz changed the title Fix selenium image tag override, update default selenium image tag Fix selenium image tag override Jun 2, 2023
@psav
Copy link
Collaborator

psav commented Jun 14, 2023

Can we have a test update too/or assert in an existing test so that we don't hit this again?

@psav psav added bug Something isn't working pr-functional-change Will result in a new binary labels Jun 14, 2023
@psav psav merged commit 0fee57e into master Oct 9, 2023
2 checks passed
@psav psav deleted the update_sel_image branch February 20, 2024 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pr-functional-change Will result in a new binary
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants