Skip to content

Commit

Permalink
LRCI-3160 Add Amazon Linux 2022 batches
Browse files Browse the repository at this point in the history
  • Loading branch information
brittneyq authored and brianchandotcom committed Oct 18, 2022
1 parent 4f2a369 commit aab7734
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 @@ -3318,6 +3318,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-amazonlinux2022-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-bundle-alpine310-tomcat90-mysql57-jdk8">
<set-tomcat-version-number liferay.portal.bundle="${test.portal.bundle.version}" />

Expand Down Expand Up @@ -3360,6 +3364,27 @@ log.sanitizer.enabled=false</echo>
/>
</target>

<target name="functional-bundle-amazonlinux2022-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-centos8-tomcat90-mysql57-jdk8">
<set-tomcat-version-number liferay.portal.bundle="${test.portal.bundle.version}" />

Expand Down

0 comments on commit aab7734

Please sign in to comment.