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

Don't download geckodriver when CHROME_VERSION is defined #5882

Conversation

rhrazdil
Copy link

@rhrazdil rhrazdil commented Jul 2, 2020

In CNV Jenkins CI we're too often hitting problem with webdriver-update failing to download geckodriver because of exceeding allowed number of unauthenticated requests to github API.

webdriver-managed will support authentication only in version 13 according to angular/webdriver-manager#216 (comment)

I think it would make sense to set --gecko=false in case CHROME_VERSION is explicitly defined, as Firefox is presumably not being used.

test-gui.sh Outdated Show resolved Hide resolved
@rhrazdil rhrazdil force-pushed the disable-gecko-when-chrome-version branch from 3d2428e to fe3807f Compare July 2, 2020 16:40
test-gui.sh Outdated Show resolved Hide resolved
quote condition test-gui.sh

Co-authored-by: Sam Padgett <spadgett@redhat.com>
@rhrazdil rhrazdil force-pushed the disable-gecko-when-chrome-version branch from 865a3a8 to affeaa7 Compare July 3, 2020 06:31
Copy link
Member

@spadgett spadgett left a comment

Choose a reason for hiding this comment

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

/approve
/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 6, 2020
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rhrazdil, spadgett

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 6, 2020
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit fe5214e into openshift:master Jul 6, 2020
@spadgett spadgett added this to the v4.6 milestone Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants