Conversation
Support tests on real machinge (no vm provisoring). See config/worker.example.static_machine.yml
9003da1 to
61c7ec6
Compare
|
In case of merging #177 and this, use please 43797b0 in https://github.com/finalci/travis-worker |
|
this is interesting, we had been thinking of adding something similar, but instead of connecting to a remote machine the worker would be installed on the machine itself (eg. agent mode) i think we would be interested to merge in this, but maybe focus on the 'agent mode' approach. also, I think it might be best to add this to travis-ci/worker, which is our new worker code base would you be interested in porting over your changes there? |
|
also, is there a particular reason you changed the license? |
|
@joshk Agent approach is good idea. Let me say little background of my pull requests (this previous and nexts): I am currently working on proof of concept of extending travis to be able to run e2e tests, e.g.:
...currently I am working on guest API to be able to communicate from the machine under the test with the worker. In light of e2e test this solution has advantage that the VM machine is pure. Because of little time on proof of concept I cannot afford to rewrite this changes to travis-ci/worker now, but if the PoF will be successfull... who knows... |
Support tests on real machinge (no vm provisoring).
example of worker config file: