зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1677914 - enable chain of trust on pgo profile tasks. r=releng-reviewers,mtabara
Depends on D97470 Differential Revision: https://phabricator.services.mozilla.com/D93457
This commit is contained in:
Родитель
e05831c081
Коммит
506b573b77
|
@ -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: 2700
|
||||
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: b-osx-1015
|
||||
worker:
|
||||
chain-of-trust: true
|
||||
max-run-time: 7200
|
||||
env:
|
||||
SHELL: "/bin/bash"
|
||||
|
|
Загрузка…
Ссылка в новой задаче