зеркало из https://github.com/mozilla/gecko-dev.git
1e4f81ec22
With the migration from AWS to GCP, we also need to migrate sccache buckets from S3 to Google Storage. The problem is how we deal with regions, since there isn't an exact correspondence on the region names between the two cloud providers. To make the transition smoother, docker-worker (and soon generic-worker) provides a new environment variable called TASKCLUSTER_WORKER_LOCATION, with information about the cloud provider the task is running on. Using this new variable, we configure sccache to use the corresponding storage service of the cloud provider where the task runs. The bucket names in Google Storage are shorter because GCS imposes a limit of 30 characteres for the names. Ref: https://github.com/taskcluster/taskcluster-rfcs/pull/148/files Differential Revision: https://phabricator.services.mozilla.com/D44845 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
Dockerfile |