40
40
paths :
41
41
- plotly.js
42
42
43
- test-jasmine :
43
+ no-gl- test-jasmine :
44
44
docker :
45
45
# need '-browsers' version to test in real (xvfb-wrapped) browsers
46
46
- image : circleci/node:12.13.0-browsers
@@ -50,10 +50,10 @@ jobs:
50
50
- attach_workspace :
51
51
at : ~/
52
52
- run :
53
- name : Run jasmine tests (batch 1 )
54
- command : ./.circleci/test.sh jasmine
53
+ name : Run jasmine tests (part A )
54
+ command : ./.circleci/test.sh no-gl- jasmine
55
55
56
- test-jasmine2 :
56
+ webgl- test-jasmine :
57
57
docker :
58
58
# need '-browsers' version to test in real (xvfb-wrapped) browsers
59
59
- image : circleci/node:12.13.0-browsers
@@ -63,10 +63,10 @@ jobs:
63
63
- attach_workspace :
64
64
at : ~/
65
65
- run :
66
- name : Run jasmine tests (batch 2 )
67
- command : ./.circleci/test.sh jasmine2
66
+ name : Run jasmine tests (part B )
67
+ command : ./.circleci/test.sh webgl-jasmine
68
68
69
- test-jasmine3 :
69
+ no-gl-flaky- test-jasmine :
70
70
docker :
71
71
# need '-browsers' version to test in real (xvfb-wrapped) browsers
72
72
- image : circleci/node:12.13.0-browsers
75
75
- attach_workspace :
76
76
at : ~/
77
77
- run :
78
- name : Run jasmine tests (batch 3 )
79
- command : ./.circleci/test.sh jasmine3
78
+ name : Run jasmine tests (part C )
79
+ command : ./.circleci/test.sh no-gl-flaky-jasmine
80
80
81
81
test-image :
82
82
docker :
@@ -92,13 +92,13 @@ jobs:
92
92
supervisord &
93
93
npm run docker -- setup
94
94
- run :
95
- name : Run image tests
95
+ name : Run image tests (part A)
96
96
command : ./.circleci/test.sh image
97
97
- store_artifacts :
98
98
path : build
99
99
destination : /
100
100
101
- test-image2 :
101
+ flaky- test-image :
102
102
docker :
103
103
- image : plotly/testbed:latest
104
104
working_directory : /var/www/streambed/image_server/plotly.js/
@@ -111,8 +111,8 @@ jobs:
111
111
supervisord &
112
112
npm run docker -- setup
113
113
- run :
114
- name : Run image tests
115
- command : ./.circleci/test.sh image2
114
+ name : Run image tests (part B)
115
+ command : ./.circleci/test.sh flaky-image
116
116
- store_artifacts :
117
117
path : build
118
118
destination : /
@@ -191,19 +191,19 @@ workflows:
191
191
- test-bundle :
192
192
requires :
193
193
- build
194
- - test-jasmine :
194
+ - no-gl- test-jasmine :
195
195
requires :
196
196
- build
197
- - test-jasmine2 :
197
+ - webgl- test-jasmine :
198
198
requires :
199
199
- build
200
- - test-jasmine3 :
200
+ - no-gl-flaky- test-jasmine :
201
201
requires :
202
202
- build
203
203
- test-image :
204
204
requires :
205
205
- build
206
- - test-image2 :
206
+ - flaky- test-image :
207
207
requires :
208
208
- build
209
209
- test-syntax :
0 commit comments