Skip to content

Commit 59dac13

Browse files
committed
Replace trigger-test-gui-e2e jobs with dedicated CCE, CEE, CSE jobs
... to have same structure as for composition, integration and update tests. This removes complexity, LoC to maintain, job inconsistency and reduces the number of jobs running on Jenkins at a heavy chain start from 4 to 3 for the GUI e2e tests. CMK-25062 Change-Id: I765a4ac9de7f5674ef2a3094ca35c879f2ce2828
1 parent 7873556 commit 59dac13

2 files changed

Lines changed: 3 additions & 82 deletions

File tree

buildscripts/scripts/trigger-post-submit-test-cascade-heavy.groovy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ def main() {
1616
"test-composition-single-f12less-cme",
1717
"test-composition-single-f12less-cre",
1818
"test-gui-crawl-f12less",
19+
"test-gui-e2e-cce",
20+
"test-gui-e2e-cee",
21+
"test-gui-e2e-cse",
1922
"test-integration-agent-plugin",
2023
"test-integration-single-f12less",
2124
"test-integration-single-f12less-cme",
@@ -28,7 +31,6 @@ def main() {
2831
"test-update-single-f12less-cce",
2932
"test-update-single-f12less-cme",
3033
"test-update-single-f12less-cre",
31-
"trigger-test-gui-e2e",
3234
];
3335

3436
print(

buildscripts/scripts/trigger-test-gui-e2e.groovy

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)