mirror of
https://github.com/servo/servo.git
synced 2025-09-02 11:08:22 +01:00
Update web-platform-tests to revision cf261625e2d230ab219eec966f4abe26e3401b64
This commit is contained in:
parent
11a89bcc47
commit
8f98acd0e7
297 changed files with 3396 additions and 1555 deletions
|
@ -8,7 +8,7 @@ cd $WPT_ROOT
|
|||
source tools/ci/lib.sh
|
||||
|
||||
main() {
|
||||
git fetch --unshallow https://github.com/w3c/web-platform-tests.git +refs/heads/*:refs/remotes/origin/*
|
||||
git fetch --unshallow https://github.com/web-platform-tests/wpt.git +refs/heads/*:refs/remotes/origin/*
|
||||
hosts_fixup
|
||||
install_chrome unstable
|
||||
pip install -U tox codecov
|
||||
|
|
|
@ -9,7 +9,7 @@ import yaml
|
|||
here = os.path.dirname(__file__)
|
||||
wpt_root = os.path.abspath(os.path.join(here, os.pardir, os.pardir))
|
||||
|
||||
docker_image = "harjgam/web-platform-tests:0.12"
|
||||
docker_image = "gsnedders/web-platform-tests:0.13"
|
||||
|
||||
task_template = {
|
||||
"provisionerId": "aws-provisioner-v1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue