Bug 1523562 [wpt PR 14981] - Use fluxbox as window manager for xvfb in CI (14938), a=testonly

Automatic update from web-platform-tests
Use fluxbox as window manager for xvfb in CI (#14981)

--

wpt-commits: 8b4c3d8215517554199d7f35f686be12e69473d5
wpt-pr: 14981
This commit is contained in:
Henrik Skupin 2019-02-01 11:39:04 +00:00 committed by James Graham
parent b699568306
commit aa485b91af
3 changed files with 4 additions and 2 deletions

View File

@ -61,7 +61,7 @@ tasks:
owner: ${event.pusher.email}
source: ${event.repository.url}
payload:
image: harjgam/web-platform-tests:0.25
image: harjgam/web-platform-tests:0.26
maxRunTime: 7200
artifacts:
public/results:
@ -136,7 +136,7 @@ tasks:
owner: ${event.pull_request.user.login}@users.noreply.github.com
source: ${event.repository.url}
payload:
image: harjgam/web-platform-tests:0.25
image: harjgam/web-platform-tests:0.26
maxRunTime: 7200
artifacts:
public/results:

View File

@ -28,3 +28,4 @@ then
fi
sudo Xvfb $DISPLAY -screen 0 ${SCREEN_WIDTH}x${SCREEN_HEIGHT}x${SCREEN_DEPTH} &
sudo fluxbox -display $DISPLAY &

View File

@ -11,6 +11,7 @@ RUN apt-get -qqy update \
ca-certificates \
dbus-x11 \
earlyoom \
fluxbox \
gdebi \
git \
locales \