Bug 1651542 - Force font cache generation for ubuntu1804-test docker image. r=jmaher

Fixing the font cache issue the 3rd time now by just running "fc-cache" as the worker user should hopefully fix it for real, and no longer be regressed by some docker image changes.

The Puppeteer jobs will keep the 15s startup timeout for Firefox, so that we could detect another fallout again.

Differential Revision: https://phabricator.services.mozilla.com/D87745
This commit is contained in:
Henrik Skupin 2020-08-20 13:22:26 +00:00
Родитель 8868b0a90c
Коммит 1106232b74
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -183,3 +183,6 @@ apt-get -y autoremove
apt-get clean
apt-get autoclean
rm -f "$0"
# Pre-create caches for user "worker"
su --command "fc-cache -vf" worker