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 58b6b1a  add a daily trigger to generate additional test runs for soak
58b6b1a is described below

commit 58b6b1a5a2b9d299c94d095906be3826ae39999c
Author: Owen Nichols <[email protected]>
AuthorDate: Sun Mar 3 11:08:11 2019 -0800

    add a daily trigger to generate additional test runs for soak
---
 ci/pipelines/geode-build/jinja.template.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/ci/pipelines/geode-build/jinja.template.yml 
b/ci/pipelines/geode-build/jinja.template.yml
index ea85ce2..2ea3693 100644
--- a/ci/pipelines/geode-build/jinja.template.yml
+++ b/ci/pipelines/geode-build/jinja.template.yml
@@ -202,8 +202,6 @@ jobs:
   plan:
   - get: geode-ci
   - aggregate:
-    - get: daily
-      trigger: true
     - get: geode
       trigger: true
     - get: geode-build-version
@@ -338,6 +336,8 @@ jobs:
   plan:
   - get: geode-ci
   - aggregate:
+    - get: daily
+      trigger: true
     - get: geode
       passed:
       {{ all_gating_jobs() | indent(6) }}
@@ -467,6 +467,8 @@ jobs:
   public: true
   plan:
   - do:
+    - get: daily
+      trigger: true
     {{- plan_resource_gets(test) |indent(4) }}
       - put: concourse-metadata-resource
     - aggregate:

Reply via email to