Skip to content

Commit 19fd939

Browse files
committed
Run yaml tests twice daily (#131)
This commit updates the CI yml tests to run them twice a day. (cherry picked from commit e39e247)
1 parent 921af4d commit 19fd939

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed
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-rs+7.9
4+
display-name: 'elastic / elasticsearch-rs # 7.9'
5+
description: Testing the elasticsearch-rs 7.9 branch.
6+
junit_results: "*-junit.xml"
7+
parameters:
8+
- string:
9+
name: branch_specifier
10+
default: refs/heads/7.9
11+
description: The Git branch specifier to build
12+
triggers:
13+
- github
14+
- timed: 'H */12 * * *'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
description: The Git branch specifier to build
1212
triggers:
1313
- github
14-
- timed: '@daily'
14+
- timed: 'H */12 * * *'

0 commit comments

Comments
 (0)