Skip to content

Commit 59e5d8d

Browse files
author
Nhi Nguyen
committed
Schedule e2e tests to run every hour
1 parent 2aa4ef4 commit 59e5d8d

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,17 @@ workflows:
119119
filters:
120120
branches:
121121
only: master
122+
scheduled_e2e_test:
123+
triggers:
124+
- schedule:
125+
cron: "5 * * * *"
126+
filters:
127+
branches:
128+
only:
129+
- master
130+
- scheduled_e2e_testing
131+
jobs:
132+
- test-jdklatest
133+
- test-jdk10
134+
- test-jdk9
135+
- test-jdk8

0 commit comments

Comments
 (0)