This adds a mozharness action, only run in TaskCluster, to fetch secrets from
the TaskCluster secrets API via the TaskCluster Proxy.
It requires that the SCM level of the build be passed in with the --scm-level
argument, defaulting to 1 (try)
MozReview-Commit-ID: C3rvOPF6Bm1
This adds a mozharness action, only run in TaskCluster, to fetch secrets from
the TaskCluster secrets API via the TaskCluster Proxy.
It requires that the SCM level of the build be passed in with the --scm-level
argument, defaulting to 1 (try)
MozReview-Commit-ID: C3rvOPF6Bm1
RELENGAPI_TOKEN is no longer needed, with the advent of the relengapi proxy.
TOOLTOOL_CACHE has a reasonable default (and why would you want to change
that, anyway?)
This required moving the custom mozharness configs out of the builder image
(which puts them in ~, where mozharness no longer looks) and moving them into
mozharness itself.
This required moving the custom mozharness configs out of the builder image
(which puts them in ~, where mozharness no longer looks) and moves them into
mozharness itself.
Reuse of generic build scripts is necessary, for instance, between 64 bit and 32 bit containers where everything other than the arch remains essentially the same.