no bug - enable chain of trust on pgo profile tasks. r=releng-reviewers,mtabara

Differential Revision: https://phabricator.services.mozilla.com/D93457
This commit is contained in:
Aki Sasaki 2020-10-14 15:35:58 +00:00
parent 2c557079aa
commit 384eb82720

View File

@ -35,6 +35,7 @@ jobs:
platform: linux32-shippable/opt
worker-type: b-linux
worker:
chain-of-trust: true
env:
NEED_XVFB: "true"
max-run-time: 1200
@ -65,6 +66,7 @@ jobs:
platform: linux64-shippable/opt
worker-type: b-linux
worker:
chain-of-trust: true
env:
NEED_XVFB: "true"
max-run-time: 1200
@ -94,6 +96,7 @@ jobs:
platform: android-4-0-armv7-api16/pgo
worker-type: t-linux-xlarge-pgo
worker:
chain-of-trust: true
max-run-time: 1800
docker-image: {in-tree: ubuntu1804-test}
env:
@ -130,6 +133,7 @@ jobs:
platform: windows2012-32-shippable/opt
worker-type: b-win2012
worker:
chain-of-trust: true
max-run-time: 1200
env:
UPLOAD_PATH: "artifacts"
@ -158,6 +162,7 @@ jobs:
platform: windows2012-64-shippable/opt
worker-type: b-win2012
worker:
chain-of-trust: true
max-run-time: 1200
env:
UPLOAD_PATH: "artifacts"
@ -186,6 +191,7 @@ jobs:
platform: macosx1014-64-shippable/opt
worker-type: t-osx-1014-pgo
worker:
chain-of-trust: true
max-run-time: 7200
env:
SHELL: "/bin/bash"