-
1. Re: Arquillian OpenShift refresh plan
aslak Jun 19, 2013 4:00 PM (in response to kpiwko)Sounds like a good plan!
Start of as a alternative to the existing one, or fully replace it of the bet?
You plan to reuse the AS7 containers ? Any thoughts on handling AS 7 vs EAP 6 vs Wildfly 8 ?
-
2. Re: Arquillian OpenShift refresh plan
kpiwko Jun 20, 2013 4:50 AM (in response to aslak)I've spent some time debugging the problem. Now I'm sure that problem does not lie within JSch itself. Most of the time is actually spend in waiting for the report of git push results - that are by default bound to mvn package & deploy & restart.
Even if we have some markers there to skip to build, there is still restart phase. This can be skipped as well via different marker. However, now the most reasonable approach would be to keep using JSch, but instead of git-pushing the deployment, scpy it.
This would be the first interation. Proven it works, I'll keep it as next version of current openshift container implementation. Otherwise, I'll start working the solution described in the first post.
Speaking about AS7/EAP6/WF8, if that happens, it needs to be based on top of stuff created by ALR, where container adaptor for Arquillian is standalone.
-
3. Re: Arquillian OpenShift refresh plan
aslak Jun 20, 2013 6:29 AM (in response to kpiwko)> Speaking about AS7/EAP6/WF8, if that happens, it needs to be based on top of stuff created by ALR, where container adaptor for Arquillian is standalone.
You would probably need two containers then. One for testing on JBoss App servers, and one for just pure deployment what ever it is. As far as I remember, the original contianer has, or atleast intended to have support for e.g. python.
-
4. Re: Arquillian OpenShift refresh plan
aslak Jun 20, 2013 6:30 AM (in response to aslak)Or possible it will have a optional 'sub container', which could be any 'remote' container.