Skip to content

Commit

Permalink
Update Docker image version in CI configurations
Browse files Browse the repository at this point in the history
PR web-platform-tests#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 web-platform-tests#44493 are consumed by the
CI configuration.

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
  • Loading branch information
mukilan committed Feb 14, 2024
1 parent 938e843 commit d99f3f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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.57
image: webplatformtests/wpt:0.58
maxRunTime: 7200
artifacts:
public/results:
Expand Down
2 changes: 1 addition & 1 deletion 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.57
image: webplatformtests/wpt:0.58
maxRunTime: 7200
artifacts:
public/results:
Expand Down

0 comments on commit d99f3f0

Please sign in to comment.