Skip to content

Commit c2dda50

Browse files
authored
Remove CircleCI nightly E2E tests (#9219)
These have been broken for a while
1 parent 7cafa51 commit c2dda50

1 file changed

Lines changed: 0 additions & 36 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ test_build: &test_build
4949
fi;
5050
yarn build
5151
52-
test_e2e_steps: &test_e2e_steps
53-
steps:
54-
- checkout
55-
- run:
56-
command: cd end_to_end_tests/data && ./run-ubuntu.sh
57-
58-
5952
test_run: &test_run
6053
run:
6154
name: Tests
@@ -211,22 +204,6 @@ jobs:
211204
- *attach_workspace
212205
- *test_build
213206
- *test_run
214-
test-e2e-ubuntu1604:
215-
<<: *docker_defaults
216-
docker:
217-
- image: ubuntu:16.04
218-
<<: *test_e2e_steps
219-
test-e2e-ubuntu1404:
220-
<<: *docker_defaults
221-
docker:
222-
- image: ubuntu:14.04
223-
<<: *test_e2e_steps
224-
225-
test-e2e-ubuntu1204:
226-
<<: *docker_defaults
227-
docker:
228-
- image: ubuntu:12.04
229-
<<: *test_e2e_steps
230207

231208
publish:
232209
<<: *docker_defaults
@@ -250,19 +227,6 @@ notify:
250227

251228
workflows:
252229
version: 2
253-
nightly:
254-
triggers:
255-
- schedule:
256-
cron: "0 0 * * *"
257-
filters:
258-
branches:
259-
only:
260-
- master
261-
jobs:
262-
- test-e2e-ubuntu1604
263-
- test-e2e-ubuntu1404
264-
- test-e2e-ubuntu1204
265-
266230
install-test-build-and-publish:
267231
jobs:
268232
- install:

0 commit comments

Comments
 (0)