Multiple tasks fail on the toolchains project branch because of missing things in level 2
Categories
(Firefox Build System :: Task Configuration, defect)
Tracking
(firefox109 fixed)
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
- upload-symbols tasks fail with
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://taskcluster/secrets/v1/secret/project/releng/gecko/build/level-2/gecko-symbol-upload
- build-android-geckoview-docs/opt fails with
git@github.com: Permission denied (publickey).
(this one fails on try too. It only works on level 3) - source-test-doc-upload fails with
botocore.exceptions.ClientError: An error occurred (InvalidAccessKeyId) when calling the ListObjectsV2 operation: The AWS Access Key Id you provided does not exist in our records.
In the latter two cases, the tasks are marked as run-as-projects: [mozilla-central]
, which doesn't prevent triggering them on other branches (which happens automatically on the toolchains branch because it fakes being mozilla-central), but the tasks are only really meant to work on level 3 branches. I feel like we should somehow eliminate those tasks from the graph on non-level 3 branches.
For the former, maybe we'd want to add symbol upload power to level 2?
Comment hidden (Intermittent Failures Robot) |
Comment 2•2 years ago
|
||
Do you think these symbols need a dedicated bucket or could we lump them in with symbols from try?
Assignee | ||
Comment 3•2 years ago
|
||
Lumping them with try works for me.
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 7•2 years ago
|
||
project/releng/gecko/build/level-2/gecko-symbol-upload secret created.
Assignee | ||
Comment 8•2 years ago
|
||
Thanks, the symbol tasks now don't fail. That leaves us with build-android-geckoview-docs/opt and source-test-doc-upload.
Comment 9•2 years ago
|
||
The severity field is not set for this bug.
:ahal, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 10•2 years ago
|
||
As of bug 1791454 m-c and autoland both also imply the toolchains
branch, which doesn't work for every kind of task, some of which are
really meant to only run on those branches.
Comment 11•2 years ago
|
||
Comment 12•2 years ago
|
||
bugherder |
Description
•