Skip to content

Commit 5f7a20d

Browse files
michaelhashimotobrianchandotcom
authored andcommitted
LRCI-6655 SF
1 parent 99351db commit 5f7a20d

File tree

6 files changed

+16
-27
lines changed

6 files changed

+16
-27
lines changed

modules/apps/batch-planner/test.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ relevant.rule.names=\
2121
test.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-
2824
test.batch.names[relevant][batch-planner-java-rule]=\
2925
modules-integration-postgresql163,\
3026
modules-unit
3127

3228
test.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+
3535
testray.main.component.name=Data Migration Center
Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
11
test.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

154
testray.main.component.name=Frontend JS

modules/apps/journal/test.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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-
3127
test.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+
4141
testray.main.component.name=Web Content

modules/apps/object/test.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
4548
test.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-
5555
testray.main.component.name=Object

modules/apps/rss/test.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
3027
test.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+
4747
testray.main.component.name=RSS Publisher Widget

modules/dxp/apps/portal-workflow/portal-workflow-metrics-rest-impl/test.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ test.batch.names[relevant][portal-workflow-metrics-rest-impl-java-rule]=\
1919

2020
test.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")

0 commit comments

Comments
 (0)