-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
access for @victorgomes to osx build bot #1920
Comments
@MylesBorins Is the criteria met?
|
This is to unblock the landing of V8 7.8 for Node.js 13. The work should be completed in less than a week.
They Are not
They are a a member of the V8 team, who was requested to handle this problem after the TSC meeting we had yesterday
They are an employee of Google. Misbehavior would be a risk to their employment.
I do |
That's strong enough a case I would add access immediately, except I don't have any idea how to access the OS X CI machines, and can't find any docs on them in nodejs/build. ssh didn't work, but that's not a surprise. @nodejs/platform-macos @nodejs/build Anyone have any ideas? |
@sam-github ssh should work, let me try. |
It works for our mac stadium 10.10 machines with this entry in the ssh config file
I've tried with
@rvagg I still can't connect with this entry, can you see what I've got wrong?
|
@MylesBorins was test-requireio-osx1010-x64-1 chosen for a specific reason or would be ok ? test-macstadium-macos10.10-x64-1 |
Like @mhdawson, I can ssh into test-macstadium-macos10.10-x64-1, but not test-requireio-osx1010-x64-1:
|
Any Mac machine works
…On Thu, Sep 19, 2019, 6:39 PM Sam Roberts ***@***.***> wrote:
Like @mhdawson <https://github.com/mhdawson>, I can ssh into
test-macstadium-macos10.10-x64-1, but not test-requireio-osx1010-x64-1:
ssh -vvv test-requireio-osx1010-x64-1
OpenSSH_7.9p1 Ubuntu-10, OpenSSL 1.1.1b 26 Feb 2019
debug1: Reading configuration data /home/sam/.ssh/config
debug1: /home/sam/.ssh/config line 17: Applying options for *
debug1: /home/sam/.ssh/config line 802: Applying options for test-requireio-osx1010-x64-1
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: resolve_canonicalize: hostname 192.168.2.210 is address
debug1: Executing proxy command: exec ssh -i ~/.ssh/ansible_ssh_private_key_file -p 2222 ***@***.*** nc -q0 192.168.2.210 22
debug1: identity file /home/sam/.ssh/id_rsa type 0
debug1: identity file /home/sam/.ssh/id_rsa-cert type -1
debug1: identity file /home/sam/.ssh/nodejs_build_test type -1
debug1: identity file /home/sam/.ssh/nodejs_build_test-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_7.9p1 Ubuntu-10
ssh_exchange_identification: Connection closed by remote host
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1920?email_source=notifications&email_token=AADZYV3QFUPXLKJPY2AR2GDQKP5S7A5CNFSM4IYL2BPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7FAW2Y#issuecomment-533334891>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADZYV2CSEQTPXMSYIXF6KTQKP5S7ANCNFSM4IYL2BPA>
.
|
@victorgomes which of your keys would you like me to use? there are three at https://github.com/victorgomes.keys |
@sam-github I will use the last ssh key (ending with oyUAw==). |
Sorry, the requireio one is intentionally offline. Can be put back into service if needed but the macstadium ones seem to be going well for us. |
Totally-unnecessary pile-on +1 from me. |
@victorgomes use this config,with identity replaced with whatever yours is:
Ping here when you are done and someone will remove your key (or you can remove the key then close this). |
@sam-github Thanks. I will tell you when we're done. |
@mhdawson which machine do we use to build 12.x? I'm guessing it isn't 10.10... should we have given access to one of the test-macstadium-macos10.12-2 machines? |
@MylesBorins releases of 12.x are built with 10.11 machines. |
ok great. @mhdawson can we get @victorgomes access to the 10.11 machines please? |
@MylesBorins @victorgomes Added your key to test-macstadium-macos10.11-x64-1, removed it from test-macstadium-macos10.10-x64-1
|
We got a working build. Feel free to remove access and close issue |
keys cleaned up, thanks @victorgomes |
They are chasing down the issues in nodejs/node#29493 and want to see if they can get a patch together to get V8 7.8 working on our build machines.
The text was updated successfully, but these errors were encountered: