1
0
Fork 0

Bug 1642657 - Undo browsertime changes for nightly-simulation. (#11274)

* Undo browsertime changes for nightly-simulation.

* Make signing nightly-simulation run on all pushes.
master
Gregory Mierzwinski 2020-06-05 12:54:22 -04:00 committed by GitHub
parent 41a7d6e058
commit ee0426e390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -13,7 +13,7 @@ kind-dependencies:
primary-dependency: signing
only-for-build-types:
- nightly-simulation
- nightly
only-for-abis:
- armeabi-v7a

View File

@ -69,7 +69,12 @@ job-template:
(fennec-.+|nightly|performance-test|beta|production|debug|nightly-simulation):
type: signing
default: {}
run-on-tasks-for: []
run-on-tasks-for:
by-build-type:
# No test job runs on push against this build type. Although we do want nightly-simulation
# signed to use it in the gecko trees.
nightly-simulation: [github-push]
default: []
treeherder:
job-symbol:
by-build-type:

View File

@ -18,7 +18,7 @@ transforms = TransformSequence()
@transforms.add
def resolve_keys(config, tasks):
for task in tasks:
for key in ("index", "worker-type", "worker.signing-type", "signing-format"):
for key in ("index", "run-on-tasks-for", "worker-type", "worker.signing-type", "signing-format"):
resolve_keyed_by(
task,
key,