Closed
Bug 1321614
Opened 8 years ago
Closed 8 years ago
Fix android_stuff task kind, now that it actually tries to fetch secrets
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Callek, Assigned: Callek)
References
Details
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1321040 +++
Bug 131040 broke this.
https://treeherder.mozilla.org/logviewer.html#?job_id=7575262&repo=autoland#L951
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8816224 [details]
Bug 1321614 - fix android_stuff kind to use build secrets, because it uses the same mozharness stuff as build jobs.
https://reviewboard.mozilla.org/r/97012/#review97238
::: taskcluster/taskgraph/transforms/android_stuff.py:11
(Diff revision 1)
> """
>
> from __future__ import absolute_import, print_function, unicode_literals
>
> from taskgraph.transforms.base import TransformSequence
> +from taskgraph.transforms.job.common import SECRET_SCOPE, docker_worker_setup_secrets
You never use `docker_worker_setup_secrets`
::: taskcluster/taskgraph/transforms/android_stuff.py:48
(Diff revision 1)
> 'mount-point': "/home/worker/workspace",
> })
>
> + # Need appropriate scopes for secrets, from the 'build' section
> + task['worker']['taskcluster-proxy'] = True
> + for sec in ['*']:
This seems kind of silly -- either take it from a parameter, or just append '*'..
Attachment #8816224 -
Flags: review?(dustin) → review-
Comment hidden (mozreview-request) |
Comment 4•8 years ago
|
||
mozreview-review |
Comment on attachment 8816224 [details]
Bug 1321614 - fix android_stuff kind to use build secrets, because it uses the same mozharness stuff as build jobs.
https://reviewboard.mozilla.org/r/97012/#review97242
Attachment #8816224 -
Flags: review?(dustin) → review+
Pushed by Callek@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/402535c48034
fix android_stuff kind to use build secrets, because it uses the same mozharness stuff as build jobs. r=dustin
Pushed by kwierso@gmail.com:
https://hg.mozilla.org/mozilla-central/rev/6f39c69810f2
fix android_stuff kind to use build secrets, because it uses the same mozharness stuff as build jobs. r=dustin a=bustage
(In reply to Pulsebot from comment #6)
> Pushed by kwierso@gmail.com:
> https://hg.mozilla.org/mozilla-central/rev/6f39c69810f2
> fix android_stuff kind to use build secrets, because it uses the same
> mozharness stuff as build jobs. r=dustin a=bustage
Had to manually graft this to m-c and inbound because I did a merge in between when the android tests broke and when the fix landed on autoland. Next regular merge will likely comment in here again when the original patch merges around.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Comment 8•8 years ago
|
||
bugherder |
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•