Skip to content

Commit b9cb611

Browse files
authored
Merge pull request #2650 from NoelDeMartin/MOBILE-3617
MOBILE-3617 ci: Redistribute e2e tests
2 parents 3a1677f + 15ed550 commit b9cb611

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.travis.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,23 @@ jobs:
6060
- npm install -g gulp
6161
script: scripts/aot.sh
6262
- stage: test
63-
name: "End to end tests (mod_forum, mod_messages and mod_comments)"
63+
name: "End to end tests (mod_forum and mod_messages)"
6464
services:
6565
- docker
6666
if: type = cron
67-
script: scripts/test_e2e.sh "@app&&@mod_forum" "@app&&@mod_messages" "@app&&@mod_comments"
67+
script: scripts/test_e2e.sh "@app&&@mod_forum" "@app&&@mod_messages"
6868
- stage: test
69-
name: "End to end tests (mod_data, mod_survey, mod_course, core_course and mod_courses)"
69+
name: "End to end tests (mod_data and mod_survey)"
7070
services:
7171
- docker
7272
if: type = cron
73-
script: scripts/test_e2e.sh "@app&&@mod_data" "@app&&@mod_survey" "@app&&@mod_course" "@app&&@core_course" "@app&&@mod_courses"
73+
script: scripts/test_e2e.sh "@app&&@mod_data" "@app&&@mod_survey"
74+
- stage: test
75+
name: "End to end tests (mod_comments, mod_course, core_course and mod_courses)"
76+
services:
77+
- docker
78+
if: type = cron
79+
script: scripts/test_e2e.sh "@app&&@mod_comments" "@app&&@mod_course" "@app&&@core_course" "@app&&@mod_courses"
7480
- stage: test
7581
name: "End to end tests (others)"
7682
services:

0 commit comments

Comments
 (0)