Closed
Bug 1135782
Opened 10 years ago
Closed 10 years ago
Remove taskcluster parameters from BuildSlaves.py.template
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mshal, Assigned: mshal)
Details
Attachments
(1 file)
842 bytes,
patch
|
bhearsum
:
review+
mshal
:
checked-in+
|
Details | Diff | Splinter Review |
When adding taskcluster parameters to BuildSlaves.py, I added the following lines to the template in buildbot-configs:
taskcluster_clientId = 'clientId'
taskcluster_accessToken = 'accessToken'
These credentials are obviously bogus, but since they exist, mozharness tries to use them and then fails the build with a credentials error. We should just comment them out so we still know what parameters to set in staging, but a dev would need to provide their own credentials.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8568091 -
Flags: review?(bhearsum)
Comment 2•10 years ago
|
||
Comment on attachment 8568091 [details] [diff] [review]
taskcluster-template
Review of attachment 8568091 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks Mike!
Attachment #8568091 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8568091 [details] [diff] [review]
taskcluster-template
remote: https://hg.mozilla.org/build/buildbot-configs/rev/cc78da4ee076
Attachment #8568091 -
Flags: checked-in+
Comment 4•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
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
•