Skip to content

Commit

Permalink
LPS-86666 Create CI batch for JSP runtime compile
Browse files Browse the repository at this point in the history
  • Loading branch information
mtambara authored and brianchandotcom committed Oct 25, 2018
1 parent 1a81773 commit 1c7054d
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
37 changes: 37 additions & 0 deletions build-test-batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4101,6 +4101,43 @@ log.sanitizer.enabled=false</echo>
</run-batch-test>
</target>

<target name="jsp-runtime-compile-jdk8">
<run-batch-test>
<test-action>
<database-test-run-test database.type="mysql" stop.app.server="true">
<test-action>
<delete dir="${liferay.home}/work" />

<antcall inheritall="false" target="start-app-server" />

<trycatch>
<try>
<antcall inheritall="false" target="run-selenium-test">
<param name="test.class" value="PortalSmoke#Smoke" />
</antcall>
</try>
<finally>
<antcall target="stop-app-server" />
</finally>
</trycatch>
</test-action>
</database-test-run-test>
</test-action>

<test-set-up>
<if>
<isset property="env.DIST_PATH" />
<then>
<prepare-test-environment />
</then>
<else>
<prepare-test-build />
</else>
</if>
</test-set-up>
</run-batch-test>
</target>

<target name="legacy-functional-bundle-tomcat-db2">
<run-legacy-database-dump database.type="db2" />
</target>
Expand Down
2 changes: 2 additions & 0 deletions test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1139,6 +1139,7 @@
functional-upgrade-websphere90-mysql57-jdk8,\
functional-upgrade-weblogic122-mysql57-jdk8,\
functional-upgrade-wildfly110-mariadb102-jdk8,\
jsp-runtime-compile-jdk8,\
integration-db2111-jdk8,\
integration-hypersonic20-jdk8,\
integration-mariadb102-jdk8,\
Expand Down Expand Up @@ -1273,6 +1274,7 @@
test.batch.size[integration-sybase160-jdk8]=1
test.batch.size[javadoc-jdk8]=1
test.batch.size[jsf-jdk8]=1
test.batch.size[jsp-runtime-compile-jdk8]=1
test.batch.size[lpkg-base-jdk8]=1
test.batch.size[lpkg-controller-jdk8]=1
test.batch.size[lpkg-independence-jdk8]=1
Expand Down

0 comments on commit 1c7054d

Please sign in to comment.