[jboss-jira] [JBoss JIRA] (AS7-4432) Run AS 7 testsuite on OpenShift
Ondrej Zizka (JIRA)
jira-events at lists.jboss.org
Tue Apr 10 11:28:47 EDT 2012
[ https://issues.jboss.org/browse/AS7-4432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ondrej Zizka updated AS7-4432:
------------------------------
Description:
What steps OpenShift does:
1) Calls the pre-build hook
2) Calls the build hook
3) Builds the project, with quite low timeout, using {{mvn -e clean package -Popenshift -DskipTests}}
4) Calls the deploy hook
5) Deploys
6) Calls the post-deploy hook
* Want to test the OpenShift's AS instance.
* Running the AS build will download the dependencies.
* The question is, whether during post-deploy we have the local repo at hand.
* In the post-deploy hook, we will run the testsuite against the AS instance.
* To do that, we will use the {{allowConnectingToRunningServer}} Arquillian param.
* We will need to override the {{-DskipTests}}.
Things to use:
* Configure AS: {{.openshift/config/standalone.xml}}
* Deploy pre-built app: {{git add deployments/my-app.war}}
Vojta suggested we could connect the OS AS server as a Jenkins cartridge slave, and run the tests against it while having it as local, i.e. managed, AS instance.
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=810946
Our OpenShift contact: Bill DeCoste, bdecoste @ #libra IRC
was:
What steps OpenShift does:
1) Calls the pre-build hook
2) Calls the build hook
3) Builds the project, with quite low timeout, using {{mvn -e clean package -Popenshift -DskipTests}}
4) Calls the deploy hook
5) Deploys
6) Calls the post-deploy hook
* Want to test the OpenShift's AS instance.
* Running the AS build will download the dependencies.
* The question is, whether during post-deploy we have the local repo at hand.
* In the post-deploy hook, we will run the testsuite against the AS instance.
* To do that, we will use the {{allowConnectingToRunningServer}} Arquillian param.
* We will need to override the {{-DskipTests}}.
Things to use:
* Configure AS: {{.openshift/config/standalone.xml}}
* Deploy pre-built app: {{git add deployments/my-app.war}}
Vojta suggested we could connect the OS AS server as a Jenkins cartridge slave, and run the tests against it while having it as local, i.e. managed, AS instance.
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=810946
> Run AS 7 testsuite on OpenShift
> -------------------------------
>
> Key: AS7-4432
> URL: https://issues.jboss.org/browse/AS7-4432
> Project: Application Server 7
> Issue Type: Task
> Components: Test Suite
> Reporter: Ondrej Zizka
> Assignee: Ondrej Zizka
> Priority: Minor
> Fix For: No Release
>
>
> What steps OpenShift does:
> 1) Calls the pre-build hook
> 2) Calls the build hook
> 3) Builds the project, with quite low timeout, using {{mvn -e clean package -Popenshift -DskipTests}}
> 4) Calls the deploy hook
> 5) Deploys
> 6) Calls the post-deploy hook
> * Want to test the OpenShift's AS instance.
> * Running the AS build will download the dependencies.
> * The question is, whether during post-deploy we have the local repo at hand.
> * In the post-deploy hook, we will run the testsuite against the AS instance.
> * To do that, we will use the {{allowConnectingToRunningServer}} Arquillian param.
> * We will need to override the {{-DskipTests}}.
> Things to use:
> * Configure AS: {{.openshift/config/standalone.xml}}
> * Deploy pre-built app: {{git add deployments/my-app.war}}
> Vojta suggested we could connect the OS AS server as a Jenkins cartridge slave, and run the tests against it while having it as local, i.e. managed, AS instance.
> BZ: https://bugzilla.redhat.com/show_bug.cgi?id=810946
> Our OpenShift contact: Bill DeCoste, bdecoste @ #libra IRC
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list