zeljkofilipin added a comment.

Thanks, I have completely forgot about that.

I have tried (from mw-set-env-mw-selenium.sh)

# Selenium requires the chromedriver binary to be found in our PATH
for path in /usr/lib/chromium-browser /usr/lib/chromium; do
	if test -d "$path"; then
		export PATH="$PATH:$path"
	fi
done
which chromedriver

but looks like chromedriver is not there:

00:00:05.207 + for path in /usr/lib/chromium-browser /usr/lib/chromium
00:00:05.207 + test -d /usr/lib/chromium-browser
00:00:05.207 + for path in /usr/lib/chromium-browser /usr/lib/chromium
00:00:05.207 + test -d /usr/lib/chromium
00:00:05.207 + which chromedriver
00:00:05.231 Build step 'Execute shell' marked build as failure

TASK DETAIL
https://phabricator.wikimedia.org/T167432

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: zeljkofilipin
Cc: gerritbot, PokestarFan, Tobi_WMDE_SW, Jonas, thiemowmde, WMDE-leszek, zeljkofilipin, hashar, Aleksey_WMDE, Aklapper, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99, Maathavan, Liudvikas, Izno, Luke081515, thcipriani, Wikidata-bugs, aude, Mbch331, Jay8g, greg
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to