equinor / webviz-ert

ERT webviz plugins
GNU General Public License v3.0
12 stars 23 forks source link

Process to download ChromeDriver is broken #437

Closed kwinkunks closed 10 months ago

kwinkunks commented 10 months ago

Tests on Azure are failing: https://github.com/equinor/komodo-releases/actions/runs/5844553665/job/15851778533

wget fails to download the ChromeDriver: key does not 'exist.</Message><Details>No' such object: 'chromedriver/LATEST_RELEASE_115.0.5790</Details></Error>/chromedriver_linux64.zip'

Reason: as of Chromium 115 (12 July), which has just been introduced on our servers, the process to download ChromeDriver hs changed. See https://chromedriver.chromium.org/downloads/version-selection

Sounds like it should be a bit easier now:

As a result, you might no longer have a need for version selection — you could choose any available CfT version and simply download the correspondingly-versioned ChromeDriver binary. For automated version downloading one can use the convenient CfT JSON endpoints.

I guess until onprem catches up to v115, we'll need to be able to do both, by testing for version >= 115, or similar.