From 182cbaf9d218571873e50ccb74996d6737498307 Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Mon, 20 Jan 2020 17:30:43 +0100 Subject: [PATCH] Bug 1608882 - part 2: Let fennec-nightly upload APKs on Google Play's alpha track --- taskcluster/ci/push-apk/kind.yml | 5 +---- taskcluster/fenix_taskgraph/transforms/push_apk.py | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/taskcluster/ci/push-apk/kind.yml b/taskcluster/ci/push-apk/kind.yml index 36e7451ba..a4727f282 100644 --- a/taskcluster/ci/push-apk/kind.yml +++ b/taskcluster/ci/push-apk/kind.yml @@ -26,10 +26,7 @@ job-template: description: Publish Fenix worker-type: push-apk worker: - commit: - by-build-type: - fennec-nightly: false - default: true + commit: true channel: by-build-type: fennec-nightly: fennec-nightly diff --git a/taskcluster/fenix_taskgraph/transforms/push_apk.py b/taskcluster/fenix_taskgraph/transforms/push_apk.py index 0d893d5ce..2ba8633b3 100644 --- a/taskcluster/fenix_taskgraph/transforms/push_apk.py +++ b/taskcluster/fenix_taskgraph/transforms/push_apk.py @@ -18,7 +18,7 @@ transforms = TransformSequence() @transforms.add def resolve_keys(config, tasks): for task in tasks: - for key in ("worker.channel", "worker.commit", "worker.dep"): + for key in ("worker.channel", "worker.dep"): resolve_keyed_by( task, key,