Skip to content

Commit 69974c6

Browse files
committed
Bug 1798886 - Migrate code-coverage from AWS to GCP
1 parent 3ed937d commit 69974c6

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.taskcluster.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
@@ -149,12 +149,12 @@ tasks:
149149
- --tag
150150
- "bot-${head_rev}"
151151
- --write
152-
- /bot.tar
152+
- /bot.tar.zst
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"'
@@ -261,12 +261,12 @@ tasks:
261261
- --tag
262262
- "${head_rev}"
263263
- --write
264-
- /backend.tar
264+
- /backend.tar.zst
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
@@ -302,12 +302,12 @@ tasks:
302302
- --tag
303303
- "events-${head_rev}"
304304
- --write
305-
- /events.tar
305+
- /events.tar.zst
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

Comments
 (0)