1919jobs :
2020 build :
2121 name : build
22- strategy :
23- fail-fast : false
2422
2523 runs-on : devextreme-shr2
2624 timeout-minutes : 15
8482 { componentFolder: "common", name: "common" },
8583 { componentFolder: "common", name: "common - material", theme: 'material.blue.light' },
8684 { componentFolder: "common", name: "common - fluent", theme: 'fluent.blue.light' },
87- { componentFolder: "chat", name: "chat" },
88- { componentFolder: "chat", name: "chat - material", theme: 'material.blue.light' },
89- { componentFolder: "chat", name: "chat - fluent", theme: 'fluent.blue.light' },
9085 { componentFolder: "treeList", name: "treeList", concurrency: 1 },
9186 { componentFolder: "dataGrid/common", name: "dataGrid / common (1/5)", indices: "1/5" },
9287 { componentFolder: "dataGrid/common", name: "dataGrid / common (2/5)", indices: "2/5" },
@@ -113,24 +108,21 @@ jobs:
113108 { componentFolder: "scheduler/viewOffset/markup", name: "scheduler / offset markups" },
114109 { componentFolder: "scheduler/timezones", name: "scheduler / timezones (Europe/Berlin)", timezone: "Europe/Berlin" },
115110 { componentFolder: "scheduler/timezones", name: "scheduler / timezones (America/Los_Angeles)", timezone: "America/Los_Angeles" },
116- { componentFolder: "editors", name: "editors (1/3 )", indices: "1/3 " },
117- { componentFolder: "editors", name: "editors (2/3 )", indices: "2/3 " },
118- { componentFolder: "editors", name: "editors (3/3 )", indices: "3/3 " },
119- { componentFolder: "editors", name: "editors - material (1/3 )", indices: "1/3", theme: 'material.blue.light' },
120- { componentFolder: "editors", name: "editors - material (2/3 )", indices: "2/3 ", theme: 'material.blue.light' },
121- { componentFolder: "editors", name: "editors - material (3/3 )", indices: "3/3 ", theme: 'material.blue.light' },
122- { componentFolder: "editors", name: "editors - fluent (1/3 )", indices: "1/3 ", theme: 'fluent .blue.light' },
123- { componentFolder: "editors", name: "editors - fluent (2/3 )", indices: "2/3 ", theme: 'fluent .blue.light' },
124- { componentFolder: "editors", name: "editors - fluent (3/3 )", indices: "3/3 ", theme: 'fluent.blue.light' },
125- { componentFolder: "htmlEditor ", name: "htmlEditor ", concurrency: 1 },
126- { componentFolder: "htmlEditor ", name: "htmlEditor - material ", theme: 'material .blue.light', concurrency: 1 },
127- { componentFolder: "htmlEditor ", name: "htmlEditor - fluent", theme: 'fluent.blue.light', concurrency: 1 },
111+ { componentFolder: "editors", name: "editors (1/4 )", indices: "1/4 " },
112+ { componentFolder: "editors", name: "editors (2/4 )", indices: "2/4 " },
113+ { componentFolder: "editors", name: "editors (3/4 )", indices: "3/4 " },
114+ { componentFolder: "editors", name: "editors (4/4 )", indices: "4/4" },
115+ { componentFolder: "editors", name: "editors - material (1/4 )", indices: "1/4 ", theme: 'material.blue.light' },
116+ { componentFolder: "editors", name: "editors - material (2/4 )", indices: "2/4 ", theme: 'material.blue.light' },
117+ { componentFolder: "editors", name: "editors - material (3/4 )", indices: "3/4 ", theme: 'material .blue.light' },
118+ { componentFolder: "editors", name: "editors - material (4/4 )", indices: "4/4 ", theme: 'material .blue.light' },
119+ { componentFolder: "editors", name: "editors - fluent (1/4 )", indices: "1/4 ", theme: 'fluent.blue.light' },
120+ { componentFolder: "editors ", name: "editors - fluent (2/4) ", indices: "2/4", theme: 'fluent.blue.light' },
121+ { componentFolder: "editors ", name: "editors - fluent (3/4) ", indices: "3/4", theme: 'fluent .blue.light' },
122+ { componentFolder: "editors ", name: "editors - fluent (4/4) ", indices: "4/4", theme: 'fluent.blue.light' },
128123 { componentFolder: "navigation", name: "navigation" },
129124 { componentFolder: "navigation", name: "navigation - material", theme: 'material.blue.light' },
130125 { componentFolder: "navigation", name: "navigation - fluent", theme: 'fluent.blue.light' },
131- { componentFolder: "fileManager", name: "fileManager" },
132- { componentFolder: "fileManager", name: "fileManager - material", theme: 'material.blue.light' },
133- { componentFolder: "fileManager", name: "fileManager - fluent", theme: 'fluent.blue.light' },
134126 { componentFolder: "filterBuilder", name: "filterBuilder" },
135127 { componentFolder: "filterBuilder", name: "filterBuilder - material", theme: 'material.blue.light' },
136128 { componentFolder: "filterBuilder", name: "filterBuilder - fluent", theme: 'fluent.blue.light' },
@@ -139,9 +131,6 @@ jobs:
139131# { componentFolder: "pagination", name: "pagination - material", theme: 'material.blue.light' },
140132 { componentFolder: "pagination", name: "pagination - fluent", theme: 'fluent.blue.light' },
141133 { componentFolder: "gantt", name: "gantt" },
142- { componentFolder: "fileUploader", name: "fileUploader" },
143- { componentFolder: "fileUploader", name: "fileUploader - material", theme: 'material.blue.light' },
144- { componentFolder: "fileUploader", name: "fileUploader - fluent", theme: 'fluent.blue.light' },
145134 ]
146135 runs-on : devextreme-shr2
147136 timeout-minutes : 45
0 commit comments