Closed
Bug 745234
Opened 14 years ago
Closed 14 years ago
update mozharness signing/single locale configs to use aus3-staging
Categories
(Release Engineering :: Applications: MozharnessCore, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Assigned: mozilla)
Details
(Whiteboard: [mozharness][updates])
Attachments
(2 files)
|
4.78 KB,
patch
|
nthomas
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
|
8.98 KB,
patch
|
nthomas
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
I imagine this will take some known_hosts updating too.
I tried sshing to aus3-staging from signing1 and wasn't able to:
Permission denied (publickey,gssapi-with-mic).
I tried from my build-vpn'ed laptop and got:
ssh: connect to host dp-ausstage01.phx.mozilla.com port 22: Operation timed out
Is this server actually up? How are we supposed to use it?
Attachment #614839 -
Flags: review?(nrthomas)
Updated•14 years ago
|
Attachment #614839 -
Flags: review?(nrthomas) → review+
| Assignee | ||
Comment 1•14 years ago
|
||
Comment on attachment 614839 [details] [diff] [review]
mozharness s,aus2-staging,aus3-staging,g
http://hg.mozilla.org/build/mozharness/rev/08721871925b
Landed, and this should help the single locale nightly repacks.
For release snippets, we need to use a different key and update the known_hosts + .ssh keys on the signing servers, then update the mozharness configs appropriately.
Attachment #614839 -
Flags: checked-in+
| Assignee | ||
Comment 2•14 years ago
|
||
03:57:37 INFO - #####
03:57:37 INFO - ##### Running upload-nightly-snippets step.
03:57:37 INFO - #####
03:57:37 INFO - Uploading the contents of /builds/slave/m-cen-andrd-l10n-1/build/update to aus3-staging.mozilla.org:/opt/aus2/incoming/2/Fennec
03:57:37 INFO - Running command: ['ssh', '-oIdentityFile=~/.ssh/ffxbld_dsa', 'ffxbld@aus3-staging.mozilla.org', 'mkdir', '-p', '/opt/aus2/incoming/2/Fennec'] in /builds/slave/m-cen-andrd-l10n-1/build
03:57:38 INFO - Permission denied (publickey,gssapi-with-mic).
03:57:38 ERROR - Return code: 255
03:57:38 INFO - Running command: ['rsync', '-e', 'ssh -oIdentityFile=~/.ssh/ffxbld_dsa', '-azv', '.', 'ffxbld@aus3-staging.mozilla.org:/opt/aus2/incoming/2/Fennec/'] in /builds/slave/m-cen-andrd-l10n-1/build/update
03:57:38 INFO - Permission denied (publickey,gssapi-with-mic).
03:57:38 ERROR - rsync: connection unexpectedly closed (0 bytes received so far) [sender]
03:57:38 ERROR - rsync error: unexplained error (code 255) at io.c(463) [sender=2.6.8]
03:57:38 ERROR - Return code: 255
03:57:38 ERROR - Unable to rsync /builds/slave/m-cen-andrd-l10n-1/build/update to aus3-staging.mozilla.org:/opt/aus2/incoming/2/Fennec!
Looks like that actually didn't fix it. New patch incoming.
| Assignee | ||
Comment 3•14 years ago
|
||
I already added the key to signing{1,2,3} and updated the cltsign known_hosts on master-puppet1.
This updates the mozharness configs to use that key on both nightly builders and signing boxen.
Attachment #615904 -
Flags: review?(nrthomas)
Comment 4•14 years ago
|
||
Comment on attachment 615904 [details] [diff] [review]
use ~/.ssh/auspush
looks good, thanks for cleaning up after me.
Attachment #615904 -
Flags: review?(nrthomas) → review+
| Assignee | ||
Comment 5•14 years ago
|
||
Comment on attachment 615904 [details] [diff] [review]
use ~/.ssh/auspush
http://hg.mozilla.org/build/mozharness/rev/32c41a406bc1
Attachment #615904 -
Flags: checked-in+
| Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•11 years ago
|
Component: General Automation → Mozharness
You need to log in
before you can comment on or make changes to this bug.
Description
•