Skip to content

Commit

Permalink
Bug 1782249 [wpt PR 35271] - Update docker image for WebKitGTK depend…
Browse files Browse the repository at this point in the history
…encies (PAC proxy support), a=testonly

Automatic update from web-platform-tests
Update docker image for WebKitGTK dependencies.

- libproxy1-plugin-webkit and glib-networking-services are needed to
 have the support for configuring the WebKitWebDriver proxy via a PAC
 file, in order to pass the test infrastructure/server/test-pac.html

--

wpt-commits: d9abd659d4811bd6fab8bb4fa4de9444522f65ed
wpt-pr: 35271
  • Loading branch information
clopez authored and moz-wptsync-bot committed Sep 4, 2022
1 parent 73c6175 commit 8e29d48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testing/web-platform/tests/.taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ tasks:
owner: ${owner}
source: ${event.repository.clone_url}
payload:
image: webplatformtests/wpt:0.48
image: webplatformtests/wpt:0.52
maxRunTime: 7200
artifacts:
public/results:
Expand Down
2 changes: 1 addition & 1 deletion testing/web-platform/tests/tools/ci/tc/tasks/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ components:
workerType: ci
schedulerId: taskcluster-github
deadline: "24 hours"
image: webplatformtests/wpt:0.48
image: webplatformtests/wpt:0.52
maxRunTime: 7200
artifacts:
public/results:
Expand Down
2 changes: 2 additions & 0 deletions testing/web-platform/tests/tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ RUN apt-get -qqy update \
fluxbox \
gdebi \
git \
glib-networking-services \
gstreamer1.0-plugins-bad \
gstreamer1.0-gl \
libosmesa6-dev \
libproxy1-plugin-webkit \
libvirt-daemon-system \
libvirt-clients \
libunwind8 \
Expand Down

0 comments on commit 8e29d48

Please sign in to comment.