Issue #267: Enable taskcluster proxy feature for build task.

This is needed so that the build task can connect to the secrets service in
order to receive the Sentry token.
nightly-build-test
Sebastian Kaspari 5 years ago committed by Colin Lee
parent 1231896520
commit d6d844a656

@ -45,7 +45,8 @@ def generate_build_task(apks, is_staging):
' -s project/mobile/fenix/sentry -k dsn -f .sentry_token'
' && ./gradlew --no-daemon -PcrashReports=true clean test assembleRelease'),
features={
"chainOfTrust": True
"chainOfTrust": True,
"taskClusterProxy": True
},
artifacts=artifacts,
worker_type='android-components-g' if is_staging else 'gecko-focus',

Loading…
Cancel
Save