Closed
Bug 753300
Opened 14 years ago
Closed 14 years ago
don't use mock slaves for releases
Categories
(Release Engineering :: Release Automation, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hwine, Assigned: mozilla)
Details
(Whiteboard: [buildslave])
Attachments
(1 file)
|
924 bytes,
patch
|
nthomas
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
found during 13.0b3 beta build. Missing xrbld_dsa identity.
command: ssh -l xrbld -i /home/cltbld/.ssh/xrbld_dsa stage.mozilla.org test ! -d /pub/mozilla.org/xulrunner/releases/13.0b3/
command: cwd: /builds/slave/rel-m-beta-xr-psh-mrrrs
command: output:
Warning: Identity file /home/cltbld/.ssh/xrbld_dsa not accessible: No such file or directory.
Host key verification failed.
Note: the key setup on bld-centos6-hp* machines is inconsistent and needs to be resolved and documented.
Note that there are two (2) separate failures there:
- no ~cltbld/.ssh/xrbld_dsa key
- host key for stage.mozilla.org is not in ~cltbld/.ssh/known_hosts
Manually resolved both on bld-centos6-hp-011 to allow 13.0b3 build to continue.
Manual push successful, no longer blocks 13.0b3
No longer blocks: 744592
Analysis from #mozbuild:
10:43 < bhearsum|buildduty> catlee, hwine: i think the problem here is
that those slaves are listed in
ALL_UNIX_SLAVES (or whatever that list is
called), which we consider valid for push to
mirrors and some other misc. release jobs.
10:43 < bhearsum|buildduty> we either need to get keys on them or remove
them from that list or create a new list
without them
| Assignee | ||
Updated•14 years ago
|
Component: Release Engineering: Machine Management → Release Engineering: Automation (Release Automation)
QA Contact: armenzg → bhearsum
Summary: missing ssh keys on bld-centos6-hp-011.build.scl1.mozilla.com → don't use mock slaves for releases
| Assignee | ||
Comment 4•14 years ago
|
||
Attachment #622493 -
Flags: review?(nrthomas)
Updated•14 years ago
|
Attachment #622493 -
Flags: review?(nrthomas) → review+
| Assignee | ||
Comment 5•14 years ago
|
||
Comment on attachment 622493 [details] [diff] [review]
disable mock slaves for releases
http://hg.mozilla.org/build/buildbotcustom/rev/3aebacef1f06
Attachment #622493 -
Flags: checked-in+
double landed and deployed just for bm13-build1 (13.0b3) - working like a champ!
Comment 8•14 years ago
|
||
Looks like Aki's patch fixed us up, actually.
Assignee: jhford → aki
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•