Reputation
Badges 1
10 × Eureka!Thanks, SuccessfulKoala55 So if that's the case what will happened if I will stop server (docker-compose stop) while agent is running an experiment? I tested it, and it seems that the experiment is continue running without any issues.
As for credentials issue it is a github issue where you can not add same deploy-key to two different repositories (If I am wrong here please let me know) .
As for a solution you are right, I would add flag that to the agent for example --submodules-pull <true|false>.
Well it is a bit ugly. I changed the hostname of my submodule then I added another key in the .ssh/config file. The problem is that now, who ever uses this repo needs to do something about that, so in order to avoid issues with the developers I added an alias in AWS (route 53 CNAME) from my-new-hostname to http://github.com . AgitatedDove14 Does that make sense to you?
Is it considered the same experiment? Is it possible to use the trains-agent? Submit a resume from the UI?
So you suggest that if I backup /opt/trains (assuming I use the docker-compose option on linux) I will be able to recover from it. Thanks for the fast reply
I had a problem that related to deploy keys since each git repository needs a different deploy key. And both uses the same hostname, it failed, I hacked it using an alias of the submodule git host name