1
0
Fork 0

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.
master
Sebastian Kaspari 2019-01-30 16:51:03 +01:00 committed by Colin Lee
parent 1231896520
commit d6d844a656
1 changed files with 2 additions and 1 deletions

View File

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