We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b574a3 commit e121086Copy full SHA for e121086
.taskcluster.yml
@@ -161,14 +161,17 @@ tasks:
161
cd /code &&
162
git checkout ${head_rev} &&
163
python http_service/download_models.py &&
164
- taskboot --target /code build-compose --registry=registry.hub.docker.com --write /images"
+ taskboot --cache /cache --target /code build-compose --registry=registry.hub.docker.com --write /images"
165
artifacts:
166
public/bugbug:
167
expires: {$fromNow: '2 weeks'}
168
path: /images
169
type: directory
170
+ cache:
171
+ bugbug-build: /cache
172
scopes:
173
- docker-worker:capability:privileged
174
+ - docker-worker:cache:bugbug-build
175
metadata:
176
name: bugbug docker build
177
description: bugbug docker build
0 commit comments