[fenix] Bug 1642657 - Undo browsertime changes for nightly-simulation. (https://github.com/mozilla-mobile/fenix/pull/11274)

* Undo browsertime changes for nightly-simulation.

* Make signing nightly-simulation run on all pushes.
pull/600/head
Gregory Mierzwinski 4 years ago committed by GitHub
parent 637dc1b617
commit d7c3e04352

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

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

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

Loading…
Cancel
Save