Skip to content

Commit

Permalink
Run the cluster tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrossley3 committed Mar 17, 2015
1 parent 8351d05 commit 5ec06b4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion etc/bin/bees-ci-build.sh
Expand Up @@ -52,10 +52,15 @@ mark "Starting build + integ run against ${WF8_VERSION}"
export JBOSS_HOME="${WF_DIR}/wildfly-${WF8_VERSION}"
lein with-profile +integs modules all

mark "Starting cluster tests with ${WF8_VERSION}"
cd integration-tests
lein with-profile +cluster all

mark "Starting integs with ${WF9_VERSION}"
export JBOSS_HOME="${WF_DIR}/wildfly-${WF9_VERSION}"
cd integration-tests
lein with-profile +integs all
mark "Starting cluster tests with ${WF9_VERSION}"
lein with-profile +cluster all
cd -

mark "Starting deploy build"
Expand Down

0 comments on commit 5ec06b4

Please sign in to comment.