arquillian-cube icon indicating copy to clipboard operation
arquillian-cube copied to clipboard

Support automating installation/start/stop of minishift

Open jsight opened this issue 6 years ago • 1 comments

Issue Overview

It would be greatly helpful for CI systems if arquillian-cube could automate at least some of the process of installing and managing minishift (or the CDK). This would make the process of integrating with CI systems somewhat easier.

jsight avatar Apr 05 '18 21:04 jsight

You can start single node openshift cluster using oc cluster up on your CI node which you have to do before executing your tests. We are doing the same in cube CI. Look for travis.yml for reference.

dipak-pawar avatar Apr 09 '18 06:04 dipak-pawar