Skip to content

Commit

Permalink
LRCI-3322 Add Fedora 35 batches
Browse files Browse the repository at this point in the history
  • Loading branch information
brittneyq authored and brianchandotcom committed Nov 5, 2022
1 parent facf7fb commit 214188c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions build-test-batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3409,6 +3409,27 @@ log.sanitizer.enabled=false</echo>
/>
</target>

<target name="functional-bundle-fedora35-tomcat90-mysql57-jdk8">
<set-tomcat-version-number liferay.portal.bundle="${test.portal.bundle.version}" />

<run-functional-test
app.server.type="tomcat"
database.type="mysql"
database.version="5.7"
setup.proxy="false"
test.build.fix.pack.zip.url="${test.build.fix.pack.zip.url}"
test.fix.pack.base.url="${test.fix.pack.base.url}"
test.license.xml.url="${test.license.xml.url}"
test.plugin.zip.url="${test.plugin.zip.url}"
test.plugins.war.zip.url="${test.plugins.war.zip.url}"
test.portal.bundle.version="${test.portal.bundle.version}"
test.portal.bundle.zip.url="${test.portal.bundle.zip.url}"
test.portal.log.assert="true"
test.portal.lpkg.name="${test.portal.lpkg.name}"
test.sql.zip.url="${test.sql.zip.url}"
/>
</target>

<target name="functional-bundle-jboss-db2111-jdk8">
<run-functional-test
app.server.type="jboss"
Expand Down Expand Up @@ -4424,6 +4445,10 @@ log.sanitizer.enabled=false</echo>
<run-functional-test app.server.type="tomcat" database.type="mysql" database.version="5.7" test.portal.log.assert="true" />
</target>

<target name="functional-fedora35-tomcat90-mysql57-jdk8">
<run-functional-test app.server.type="tomcat" database.type="mysql" database.version="5.7" test.portal.log.assert="true" />
</target>

<target name="functional-jboss73-mysql57-jdk8">
<run-functional-test app.server.type="jboss" database.type="mysql" database.version="5.7" />
</target>
Expand Down

0 comments on commit 214188c

Please sign in to comment.