File tree Expand file tree Collapse file tree 6 files changed +16
-27
lines changed
frontend-js/frontend-js-walkthrough-web
dxp/apps/portal-workflow/portal-workflow-metrics-rest-impl Expand file tree Collapse file tree 6 files changed +16
-27
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ relevant.rule.names=\
2121test.batch.class.names.includes[relevant][batch-planner-rule]=\
2222 **/batch-planner/**/*Test.java
2323
24- test.batch.run.property.query[functional-tomcat-mysql*-jdk*][test-portal-hotfix-release]=\
25- (portal.acceptance == true) AND \
26- (testray.main.component.name == " Data Migration Center" )
27-
2824test.batch.names[relevant][batch-planner-java-rule]=\
2925 modules-integration-postgresql163,\
3026 modules-unit
3127
3228test.batch.names[relevant][batch-planner-playwright-rule]=\
3329 playwright-js-tomcat101-postgresql163
3430
31+ test.batch.run.property.query[functional-tomcat-mysql*-jdk*][test-portal-hotfix-release]=\
32+ (portal.acceptance == true) AND \
33+ (testray.main.component.name == " Data Migration Center" )
34+
3535testray.main.component.name =Data Migration Center
Original file line number Diff line number Diff line change 11test.batch.run.property.query[functional-tomcat-mysql*-jdk*][test-portal-hotfix-release]=\
2- (testray.component.names ~ " Walkthrough" ) AND \
3- (\
4- (portal.acceptance == true) AND \
5- (portal.upstream == true)\
6- ) AND \
7- (\
8- (app.server.types == null) OR \
9- (app.server.types ~ " tomcat" )\
10- ) AND \
11- (\
12- (database.types == null) OR \
13- (database.types ~ " mysql" )\
2+ (testray.component.names ~ " Walkthrough" ) AND ((portal.acceptance == true) AND (portal.upstream == true)) AND ((app.server.types == null) OR (app.server.types ~ " tomcat" )) AND ((database.types == null) OR (database.types ~ " mysql" )
143
154testray.main.component.name =Frontend JS
Original file line number Diff line number Diff line change @@ -24,10 +24,6 @@ test.batch.names[relevant][journal-java-rule]=\
2424 modules-integration-postgresql163,\
2525 modules-unit
2626
27- test.batch.run.property.query[functional-upgrade*-tomcat*-mysql*][relevant][journal-functional-rule]=\
28- (portal.acceptance == true) AND \
29- (testray.main.component.name ~ " Upgrades Content Management" )
30-
3127test.batch.run.property.query[functional-tomcat-mysql*-jdk*][test-portal-hotfix-release]=\
3228 (portal.acceptance == true) AND \
3329 (\
@@ -38,4 +34,8 @@ test.batch.run.property.query[functional-tomcat-mysql*-jdk*][test-portal-hotfix-
3834 (testray.main.component.name ~ " Web Content Display" )\
3935 )
4036
37+ test.batch.run.property.query[functional-upgrade*-tomcat*-mysql*][relevant][journal-functional-rule]=\
38+ (portal.acceptance == true) AND \
39+ (testray.main.component.name ~ " Upgrades Content Management" )
40+
4141testray.main.component.name =Web Content
Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ test.batch.names[relevant][object-java-rule]=\
4242 modules-integration-postgresql163,\
4343 modules-unit
4444
45+ test.batch.names[relevant][object-playwright-rule]=\
46+ playwright-js-tomcat101-mysql84
47+
4548test.batch.run.property.query[functional-tomcat-mysql*-jdk*][test-portal-hotfix-release]=\
4649 (portal.acceptance == true) AND \
4750 (\
4851 (testray.component.names == " Object" ) OR \
4952 (testray.main.component.name == " Object" )\
5053 )
5154
52- test.batch.names[relevant][object-playwright-rule]=\
53- playwright-js-tomcat101-mysql84
54-
5555testray.main.component.name =Object
Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ test.batch.names[relevant][rss-java-rule]=\
2424 modules-integration-postgresql163,\
2525 modules-unit
2626
27- test.batch.run.property.query[functional-upgrade*-tomcat*-mysql*][relevant][rss-functional-rule]=\
28- (portal.acceptance == true)
29-
3027test.batch.run.property.query[functional-tomcat-mysql*-jdk*][test-portal-hotfix-release]=\
3128 (portal.acceptance == true) AND \
3229 (\
@@ -44,4 +41,7 @@ test.batch.run.property.query[functional-tomcat-mysql*-jdk*][test-portal-hotfix-
4441 (testray.main.component.name ~ " Tags" )\
4542 )
4643
44+ test.batch.run.property.query[functional-upgrade*-tomcat*-mysql*][relevant][rss-functional-rule]=\
45+ (portal.acceptance == true)
46+
4747testray.main.component.name =RSS Publisher Widget
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ test.batch.names[relevant][portal-workflow-metrics-rest-impl-java-rule]=\
1919
2020test.batch.run.property.query[functional-tomcat-mysql*-jdk*][test-portal-hotfix-release]=\
2121 (portal.acceptance == true) AND \
22- (testray.main.component.name ~ " Workflow Metrics" )
22+ (testray.main.component.name ~ " Workflow Metrics" )
You can’t perform that action at this time.
0 commit comments