[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/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.
pull/600/head
Sebastian Kaspari 5 years ago committed by Colin Lee
parent eca0616ded
commit dab733772b

@ -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