Bug 1699639 - Run browsertime tests in python3. (#18554)

This patch fixes an issue with the python version being used to run the browsertime tests.
upstream-sync
Gregory Mierzwinski 3 years ago committed by GitHub
parent 9024eca01e
commit 7b1097e405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,6 +62,8 @@ job-defaults:
NEED_XVFB: "false"
NO_FAIL_ON_TEST_ERRORS: "1"
XPCOM_DEBUG_BREAK: "warn"
PYTHON: "python3"
LANG: "en_US.UTF-8"
artifacts:
- name: public/logs/
path: workspace/logs

Loading…
Cancel
Save