Skip to content

Commit

Permalink
LRCI-2097 Add gauntlet-bucket test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
yichenroy authored and brianchandotcom committed Mar 29, 2021
1 parent ecb3a8a commit 1511c5d
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci.properties
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ ci.test.available.suites=\
forms,\
frontend,\
gauntlet,\
gauntlet-bucket,\
gradle-plugins,\
headless,\
headless-acceptance,\
Expand Down Expand Up @@ -151,6 +152,7 @@ ci.test.suite.description[export-import]=Test exportimport tests.
ci.test.suite.description[frontend]=Test frontend tests.
ci.test.suite.description[forms]=Test forms tests.
ci.test.suite.description[gauntlet]=Test upstream tests.
ci.test.suite.description[gauntlet-bucket]=Test a subset of upstream tests.
ci.test.suite.description[gradle-plugins]=Test Gradle Plugins tests.
ci.test.suite.description[headless]=Test headless team tests.
ci.test.suite.description[headless-acceptance]=Test headless team acceptance tests considering Headless and Rest Builder.
Expand Down
67 changes: 67 additions & 0 deletions test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3327,6 +3327,73 @@
(liferay.online.properties != true) AND \
(portal.release == true)

#
# Gauntlet Bucket
#

test.batch.names[gauntlet-bucket]=\
archived-module-smoke-jdk8,\
archived-modules-test-jdk8,\
blade-samples-jdk8,\
bundle-blacklist-restart-jdk8,\
central-requirements-jdk8,\
compile-jsp-jdk8,\
empty-temp-dir-jdk8,\
functional-smoke-jboss72-mysql57-jdk8,\
functional-smoke-tomcat90-db2111-jdk8,\
functional-smoke-tomcat90-mariadb102-jdk8,\
functional-smoke-tomcat90-mysql57-jdk8,\
functional-smoke-tomcat90-mysql57-jdk11_open,\
functional-smoke-tomcat90-mysql80-jdk8,\
functional-smoke-tomcat90-oracle193-jdk8,\
functional-smoke-tomcat90-postgresql11-jdk8,\
functional-smoke-tomcat90-postgresql121-jdk8,\
functional-smoke-tomcat90-sqlserver2017-jdk8,\
functional-smoke-tomcat90-sqlserver2019-jdk8,\
functional-smoke-weblogic122-mysql57-jdk8,\
functional-smoke-websphere90-mysql57-jdk8,\
functional-smoke-wildfly140-mariadb102-jdk8,\
functional-smoke-wildfly170-mariadb104-jdk8,\
functional-tomcat90-mysql57-jdk8,\
functional-upgrade-tomcat90-mysql57-jdk8,\
gogo-shell-client-jdk8,\
javadoc-jdk8,\
js-unit-jdk8,\
jsp-runtime-compile-jdk8,\
lpkg-base-jdk8,\
lpkg-container-jdk8,\
lpkg-controller-jdk8,\
lpkg-hot-deployment-jdk8,\
lpkg-independence-jdk8,\
lpkg-override-jdk8,\
lpkg-persistence-jdk8,\
lpkg-release-jdk8,\
lpkg-startup-jdk8,\
modules-compile-jdk8,\
modules-functional-jdk8,\
modules-functional-tomcat90-mysql57-jdk8,\
modules-integration-mysql57-jdk8,\
modules-integration-project-templates-jdk8,\
modules-semantic-versioning-jdk8,\
modules-unit-jdk8,\
modules-unit-project-templates-jdk8,\
pmd-jdk8,\
portal-renamed-tomcat-in-path-jdk8,\
portal-second-startup-space-in-path-jdk8,\
portal-startup-space-in-path-jdk8,\
poshi-validation-jdk8,\
release-osgi-state-exploded-test-jdk8,\
release-osgi-state-lpkg-change-directory-test-jdk8,\
release-osgi-state-lpkg-test-jdk8,\
rest-builder-jdk8,\
ruby-sass-compiler-jdk8,\
semantic-versioning-jdk8,\
service-builder-jdk8,\
source-format-jdk8,\
tck-jdk8,\
unit-jdk8,\
wsdd-builder-jdk8

#
# Gradle Plugins
#
Expand Down

0 comments on commit 1511c5d

Please sign in to comment.