From 9d1984d4808a99dff95d996b6d70a595e5e192e8 Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Mon, 24 Feb 2020 11:31:48 +0100 Subject: [PATCH] Bug 1614287 - part 3: Let fennec-beta 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 232f1facf..0a91d03e7 100644 --- a/taskcluster/ci/push-apk/kind.yml +++ b/taskcluster/ci/push-apk/kind.yml @@ -27,10 +27,7 @@ job-template: description: Publish Fenix worker-type: push-apk worker: - commit: - by-build-type: - fennec-beta: 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 4f087a7a4..1de559aad 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,