Skip to content

Commit 080957d

Browse files
committed
ci: schedule nightly CI for 10.1.x branch
1 parent c430d36 commit 080957d

File tree

1 file changed

+27
-6
lines changed

1 file changed

+27
-6
lines changed

.circleci/config.yml

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ commands:
118118
sudo apt-get update > /dev/null 2>&1
119119
sudo apt-get install -y python
120120
python --version
121-
122121
# Job definitions
123122
jobs:
124123
setup:
@@ -325,7 +324,7 @@ jobs:
325324

326325
workflows:
327326
version: 2
328-
default_workflow:
327+
commits:
329328
jobs:
330329
# Linux jobs
331330
- setup
@@ -338,10 +337,6 @@ workflows:
338337
- build:
339338
requires:
340339
- setup
341-
filters:
342-
branches:
343-
ignore:
344-
- /docs-preview/
345340
- e2e-cli:
346341
post-steps:
347342
- store_artifacts:
@@ -420,3 +415,29 @@ workflows:
420415
- build
421416
- test
422417
- e2e-cli
418+
419+
nightly:
420+
triggers:
421+
- schedule:
422+
cron: "0 0 * * *"
423+
filters:
424+
branches:
425+
only:
426+
- 10.1.x
427+
jobs:
428+
# Linux jobs
429+
- setup
430+
- build:
431+
requires:
432+
- setup
433+
- e2e-cli:
434+
requires:
435+
- build
436+
- e2e-cli:
437+
name: e2e-cli-ve
438+
ve: true
439+
requires:
440+
- build
441+
- test-browsers:
442+
requires:
443+
- build

0 commit comments

Comments
 (0)