@@ -65,10 +65,10 @@ tasks:
6565
6666 workerType :
6767 $if : ' taskcluster_root_url == "https://firefox-ci-tc.services.mozilla.com"'
68- then : linux
68+ then : linux-gcp
6969 else : ci
7070
71- taskboot_image : " mozilla/taskboot:0.2.2 "
71+ taskboot_image : " mozilla/taskboot:0.3.6 "
7272 in :
7373 $if : ' tasks_for == "github-push" || (tasks_for == "github-pull-request" && event["action"] in ["opened", "reopened", "synchronize"])'
7474 then :
@@ -152,9 +152,9 @@ tasks:
152152 - /bot.tar
153153 - bot/Dockerfile
154154 artifacts :
155- public/code-coverage-bot.tar :
155+ public/code-coverage-bot.tar.zst :
156156 expires : {$fromNow: '6 months'}
157- path : /bot.tar
157+ path : /bot.tar.zst
158158 type : file
159159 routes :
160160 $if : ' tasks_for == "github-pull-request"'
@@ -264,9 +264,9 @@ tasks:
264264 - /backend.tar
265265 - backend/Dockerfile
266266 artifacts :
267- public/code-coverage-backend.tar :
267+ public/code-coverage-backend.tar.zst :
268268 expires : {$fromNow: '2 weeks'}
269- path : /backend.tar
269+ path : /backend.tar.zst
270270 type : file
271271 scopes :
272272 - docker-worker:capability:privileged
@@ -305,9 +305,9 @@ tasks:
305305 - /events.tar
306306 - events/Dockerfile
307307 artifacts :
308- public/code-coverage-events.tar :
308+ public/code-coverage-events.tar.zst :
309309 expires : {$fromNow: '2 weeks'}
310- path : /events.tar
310+ path : /events.tar.zst
311311 type : file
312312 scopes :
313313 - docker-worker:capability:privileged
@@ -390,7 +390,7 @@ tasks:
390390 - deploy-heroku
391391 - --heroku-app
392392 - " code-coverage-${channel}"
393- - web:public/code-coverage-backend.tar
393+ - web:public/code-coverage-backend.tar.zst
394394 env :
395395 TASKCLUSTER_SECRET : " project/relman/code-coverage/deploy-${channel}"
396396 scopes :
@@ -420,7 +420,7 @@ tasks:
420420 - deploy-heroku
421421 - --heroku-app
422422 - " code-coverage-events-${channel_short}"
423- - worker:public/code-coverage-events.tar
423+ - worker:public/code-coverage-events.tar.zst
424424 env :
425425 TASKCLUSTER_SECRET : " project/relman/code-coverage/deploy-${channel}"
426426 scopes :
0 commit comments