From d99f3f05d3b44c9ff7b11a890c2ac7b12a43f84c Mon Sep 17 00:00:00 2001 From: Mukilan Thiyagarajan Date: Wed, 14 Feb 2024 12:51:58 +0530 Subject: [PATCH] Update Docker image version in CI configurations PR #44493 updated the Dockerfile and also bumped the version of docker image to use in Taskcluster configuration from 0.56 to 0.57. However, 0.57 refers to an exiting image that was published to Docker Hub but never used in the CI configurations. This PR is to bump the version again so that the changes introduced by #44493 are consumed by the CI configuration. Signed-off-by: Mukilan Thiyagarajan --- .taskcluster.yml | 2 +- tools/ci/tc/tasks/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 38af7fa10af839..67c11a30e0edab 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -57,7 +57,7 @@ tasks: owner: ${owner} source: ${event.repository.clone_url} payload: - image: webplatformtests/wpt:0.57 + image: webplatformtests/wpt:0.58 maxRunTime: 7200 artifacts: public/results: diff --git a/tools/ci/tc/tasks/test.yml b/tools/ci/tc/tasks/test.yml index d62312737c843c..9c07bb0fe2c962 100644 --- a/tools/ci/tc/tasks/test.yml +++ b/tools/ci/tc/tasks/test.yml @@ -4,7 +4,7 @@ components: workerType: ci schedulerId: taskcluster-github deadline: "24 hours" - image: webplatformtests/wpt:0.57 + image: webplatformtests/wpt:0.58 maxRunTime: 7200 artifacts: public/results: