File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
66
name : Run jasmine tests (part B)
67
67
command : ./.circleci/test.sh webgl-jasmine
68
68
69
- no-gl-flaky -jasmine :
69
+ flaky- no-gl-jasmine :
70
70
docker :
71
71
# need '-browsers' version to test in real (xvfb-wrapped) browsers
72
72
- image : circleci/node:12.22.1-browsers
76
76
at : ~/
77
77
- run :
78
78
name : Run jasmine tests (part C)
79
- command : ./.circleci/test.sh no-gl-flaky -jasmine
79
+ command : ./.circleci/test.sh flaky- no-gl-jasmine
80
80
81
81
make-baselines :
82
82
parallelism : 4
@@ -292,7 +292,7 @@ workflows:
292
292
- webgl-jasmine :
293
293
requires :
294
294
- install-and-cibuild
295
- - no-gl-flaky -jasmine :
295
+ - flaky- no-gl-jasmine :
296
296
requires :
297
297
- install-and-cibuild
298
298
- make-baselines :
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ case $1 in
63
63
exit $EXIT_STATE
64
64
;;
65
65
66
- no-gl-flaky -jasmine)
66
+ flaky- no-gl-jasmine)
67
67
set_tz
68
68
69
69
SHARDS=($( node $ROOT /tasks/shard_jasmine_tests.js --limit=1 --tag=flaky | circleci tests split) )
You can’t perform that action at this time.
0 commit comments