Skip to content

Commit 904721d

Browse files
committed
Run CI tests twice daily
1 parent 1ecd56b commit 904721d

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.ci/jobs/elastic+elasticsearch-php+7.8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
<commitId>, etc.)
1212
triggers:
1313
- github
14-
- timed: '@daily'
14+
- timed: 'H */12 * * *'
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
- job:
3+
name: elastic+elasticsearch-php+7.9
4+
display-name: 'elastic / elasticsearch-php # 7.9'
5+
description: Testing the elasticsearch-php 7.9 branch.
6+
parameters:
7+
- string:
8+
name: branch_specifier
9+
default: refs/heads/7.9
10+
description: the Git branch specifier to build (<branchName>, <tagName>,
11+
<commitId>, etc.)
12+
triggers:
13+
- github
14+
- timed: 'H */12 * * *'

.ci/jobs/elastic+elasticsearch-php+7.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
<commitId>, etc.)
1212
triggers:
1313
- github
14-
- timed: '@daily'
14+
- timed: 'H */12 * * *'

.ci/jobs/elastic+elasticsearch-php+master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
<commitId>, etc.)
1212
triggers:
1313
- github
14-
- timed: '@daily'
14+
- timed: 'H */12 * * *'

0 commit comments

Comments
 (0)