Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gaba
fenix
Commits
66d85913
Commit
66d85913
authored
Jun 15, 2020
by
Johan Lorenzo
Committed by
Sebastian Kaspari
Jul 20, 2020
Browse files
Bug 1608874 - part 3: Let fennec-production upload APKs on Google Play's alpha track
parent
f3dd4fc4
Changes
2
Show whitespace changes
Inline
Side-by-side
taskcluster/ci/push-apk/kind.yml
View file @
66d85913
...
@@ -25,10 +25,7 @@ job-template:
...
@@ -25,10 +25,7 @@ job-template:
description
:
Publish Fenix
description
:
Publish Fenix
worker-type
:
push-apk
worker-type
:
push-apk
worker
:
worker
:
commit
:
commit
:
true
by-build-type
:
fennec-production
:
false
default
:
true
channel
:
channel
:
by-build-type
:
by-build-type
:
fennec-beta
:
fennec-beta
fennec-beta
:
fennec-beta
...
...
taskcluster/fenix_taskgraph/transforms/push_apk.py
View file @
66d85913
...
@@ -18,7 +18,7 @@ transforms = TransformSequence()
...
@@ -18,7 +18,7 @@ transforms = TransformSequence()
@
transforms
.
add
@
transforms
.
add
def
resolve_keys
(
config
,
tasks
):
def
resolve_keys
(
config
,
tasks
):
for
task
in
tasks
:
for
task
in
tasks
:
for
key
in
(
"worker.channel"
,
"worker.commit"
,
"worker.dep"
):
for
key
in
(
"worker.channel"
,
"worker.dep"
):
resolve_keyed_by
(
resolve_keyed_by
(
task
,
task
,
key
,
key
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment