This is an automated email from the ASF dual-hosted git repository.
onichols pushed a commit to branch release/1.9.0
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/release/1.9.0 by this push:
new d9981e5 add a daily trigger to generate additional test runs for soak
d9981e5 is described below
commit d9981e50c29e05cc22c6432004ac57ecbdab33be
Author: Owen Nichols <[email protected]>
AuthorDate: Fri Mar 1 22:27:11 2019 -0800
add a daily trigger to generate additional test runs for soak
---
ci/pipelines/geode-build/jinja.template.yml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/ci/pipelines/geode-build/jinja.template.yml
b/ci/pipelines/geode-build/jinja.template.yml
index 2536bd6..cf9e426 100644
--- a/ci/pipelines/geode-build/jinja.template.yml
+++ b/ci/pipelines/geode-build/jinja.template.yml
@@ -187,6 +187,10 @@ resources:
initial_version: 1.9.0
json_key: ((!concourse-gcp-key))
key: ((pipeline-prefix))((geode-build-branch))/version
+- name: daily
+ type: time
+ source:
+ interval: 24h
resource_types:
- name: concourse-metadata-resource
@@ -351,6 +355,8 @@ jobs:
plan:
- get: geode-ci
- aggregate:
+ - get: daily
+ trigger: true
- get: geode
passed:
{{ all_gating_jobs() | indent(6) }}
@@ -480,6 +486,8 @@ jobs:
public: true
plan:
- do:
+ - get: daily
+ trigger: true
{{- plan_resource_gets(test) |indent(4) }}
- put: concourse-metadata-resource
- aggregate: