@@ -65,10 +65,10 @@ tasks:
65
65
66
66
workerType :
67
67
$if : ' taskcluster_root_url == "https://firefox-ci-tc.services.mozilla.com"'
68
- then : linux
68
+ then : linux-gcp
69
69
else : ci
70
70
71
- taskboot_image : " mozilla/taskboot:0.2.2 "
71
+ taskboot_image : " mozilla/taskboot:0.3.6 "
72
72
in :
73
73
$if : ' tasks_for == "github-push" || (tasks_for == "github-pull-request" && event["action"] in ["opened", "reopened", "synchronize"])'
74
74
then :
@@ -152,9 +152,9 @@ tasks:
152
152
- /bot.tar
153
153
- bot/Dockerfile
154
154
artifacts :
155
- public/code-coverage-bot.tar :
155
+ public/code-coverage-bot.tar.zst :
156
156
expires : {$fromNow: '6 months'}
157
- path : /bot.tar
157
+ path : /bot.tar.zst
158
158
type : file
159
159
routes :
160
160
$if : ' tasks_for == "github-pull-request"'
@@ -264,9 +264,9 @@ tasks:
264
264
- /backend.tar
265
265
- backend/Dockerfile
266
266
artifacts :
267
- public/code-coverage-backend.tar :
267
+ public/code-coverage-backend.tar.zst :
268
268
expires : {$fromNow: '2 weeks'}
269
- path : /backend.tar
269
+ path : /backend.tar.zst
270
270
type : file
271
271
scopes :
272
272
- docker-worker:capability:privileged
@@ -305,9 +305,9 @@ tasks:
305
305
- /events.tar
306
306
- events/Dockerfile
307
307
artifacts :
308
- public/code-coverage-events.tar :
308
+ public/code-coverage-events.tar.zst :
309
309
expires : {$fromNow: '2 weeks'}
310
- path : /events.tar
310
+ path : /events.tar.zst
311
311
type : file
312
312
scopes :
313
313
- docker-worker:capability:privileged
@@ -390,7 +390,7 @@ tasks:
390
390
- deploy-heroku
391
391
- --heroku-app
392
392
- " code-coverage-${channel}"
393
- - web:public/code-coverage-backend.tar
393
+ - web:public/code-coverage-backend.tar.zst
394
394
env :
395
395
TASKCLUSTER_SECRET : " project/relman/code-coverage/deploy-${channel}"
396
396
scopes :
@@ -420,7 +420,7 @@ tasks:
420
420
- deploy-heroku
421
421
- --heroku-app
422
422
- " code-coverage-events-${channel_short}"
423
- - worker:public/code-coverage-events.tar
423
+ - worker:public/code-coverage-events.tar.zst
424
424
env :
425
425
TASKCLUSTER_SECRET : " project/relman/code-coverage/deploy-${channel}"
426
426
scopes :
0 commit comments