Hi,
I have been using simeplecov-parallel with CircleCI 1.0 parallel nodes for a while and it works great. Iv'e recently started looking at CircleCI 2.0. Not sure if this is supported yet. In any case, when merging the result sets between nodes (docker containers), the ssh is failing.
Merging SimpleCov result into the master node...
Syncing CircleCI nodes...
Waiting for slave nodes to be ready for download...
ssh: Could not resolve hostname node1: Name or service not known
In CircleCI 1.0, ssh keypairs would setup by CircleCI container startup:
Adding per build SSH keypair
Add containers to ~/.ssh/config as node0, node1, node2, node3, node4, node5, node6, node7
No similar configuration setup in Circle 2.0.
Would performing a similar SSH keypair setup (manually in my circleci config) work? Or any other suggestions.
I can provide more detail if needed.
Thanks in advance,
John
Hi,
I have been using simeplecov-parallel with CircleCI 1.0 parallel nodes for a while and it works great. Iv'e recently started looking at CircleCI 2.0. Not sure if this is supported yet. In any case, when merging the result sets between nodes (docker containers), the ssh is failing.
Merging SimpleCov result into the master node...
Syncing CircleCI nodes...
Waiting for slave nodes to be ready for download...
ssh: Could not resolve hostname node1: Name or service not known
In CircleCI 1.0, ssh keypairs would setup by CircleCI container startup:
Adding per build SSH keypair
Add containers to ~/.ssh/config as node0, node1, node2, node3, node4, node5, node6, node7
No similar configuration setup in Circle 2.0.
Would performing a similar SSH keypair setup (manually in my circleci config) work? Or any other suggestions.
I can provide more detail if needed.
Thanks in advance,
John