You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2019/08/24 01:09:27 UTC

[geode] 01/02: Add a daily trigger for more soak-testing

This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch release/1.10.0
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 5afbd1bf4ca2900e5370a9997fde925e60e77aa5
Author: Owen Nichols <on...@pivotal.io>
AuthorDate: Wed Aug 21 18:03:30 2019 -0700

    Add a daily trigger for more soak-testing
---
 ci/pipelines/geode-build/jinja.template.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ci/pipelines/geode-build/jinja.template.yml b/ci/pipelines/geode-build/jinja.template.yml
index 0642c4a..e69d7e7 100644
--- a/ci/pipelines/geode-build/jinja.template.yml
+++ b/ci/pipelines/geode-build/jinja.template.yml
@@ -202,6 +202,9 @@ resources:
     bucket: ((version-bucket))
     json_key: ((concourse-gcp-key))
     regexp: ((pipeline-prefix))((geode-build-branch))/passing-build-tokens-(.*).json
+- name: daily
+  type: time
+    interval: 24h
 
 resource_types:
 - name: concourse-metadata-resource
@@ -539,6 +542,8 @@ jobs:
   public: true
   plan:
   - do:
+    - get: daily
+      trigger: true
     {{- plan_resource_gets(test) |indent(4) }}
       - put: concourse-metadata-resource
     - aggregate: