Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ tasks:
expires: {$fromNow: '2 weeks'}
path: /backend.tar.zst
type: file
scopes:
- docker-worker:capability:privileged
metadata:
name: Code Coverage Backend docker build
description: Build docker image with taskboot
Expand Down Expand Up @@ -307,6 +309,8 @@ tasks:
expires: {$fromNow: '2 weeks'}
path: /events.tar.zst
type: file
scopes:
- docker-worker:capability:privileged
metadata:
name: Code Coverage Events docker build
description: Build docker image with taskboot
Expand Down