plone / jenkins.plone.org

https://jenkins.plone.org settings docs at
http://jenkinsploneorg.readthedocs.org/en/latest/
9 stars 1 forks source link

Mismatch between chromedriver and chrome #316

Closed mauritsvanrees closed 1 year ago

mauritsvanrees commented 1 year ago

See for example this console log

Setup failed:
SessionNotCreatedException:
Message: session not created:
This version of ChromeDriver only supports Chrome version 105
Current browser version is 107.0.5304.68 with binary path /usr/bin/google-chrome

I guess there was a recent update to one of them, and the other needs to catch up.

I only see this in PR jobs, but looks like the normal jobs simply were not run the past day. A new 6.0 3.10 robot job fails as well.

gforcada commented 1 year ago

😅 I just mentioned that I fixed that on discord 😄

Yes, sorry for breaking it, yesterday I was updating the nodes and jenkins itself to the newer versions, plus newer python versions, and seems that we will have to be careful with this updates, as chrome gets updated, but not chromedriver 😕 we have to do that manually.

Fortunately is a matter of downloading and upacking a zip file 😄