Skip to content

Commit aaa045a

Browse files
committed
Trigger JVM-based smoke tests once a day
1 parent 398e990 commit aaa045a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ci/pipeline-template/pipeline.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ resources:
3737
password: ((docker-hub-password))
3838
tag: #@ milestone
3939
repository: #@ docker_hub["organization"] + "/" + github["repository"] + "-ci"
40+
- name: daily
41+
type: time
42+
icon: clock-outline
43+
source: { interval: "24h" }
4044
jobs:
4145
- name: build-ci-images
4246
plan:
@@ -72,6 +76,8 @@ jobs:
7276
plan:
7377
- get: ci-image
7478
- get: git-repo
79+
- get: daily
80+
trigger: true
7581
- do:
7682
- task: smoke-test
7783
image: ci-image

0 commit comments

Comments
 (0)