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

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


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new b9ed3bb  add weekly trigger for 1.14 on Thursday
b9ed3bb is described below

commit b9ed3bb1d759781eda36ba56c1f63be48792d3d2
Author: Owen Nichols <onich...@apache.org>
AuthorDate: Fri Sep 3 10:29:10 2021 -0700

    add weekly trigger for 1.14 on Thursday
---
 ci/pipelines/geode-build/jinja.template.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/ci/pipelines/geode-build/jinja.template.yml 
b/ci/pipelines/geode-build/jinja.template.yml
index 23cf086..38143bd 100644
--- a/ci/pipelines/geode-build/jinja.template.yml
+++ b/ci/pipelines/geode-build/jinja.template.yml
@@ -153,6 +153,14 @@ groups:
   {%- endfor %}
 
 resources:
+- name: build-weekly-thu
+  type: time
+  source:
+    days: [Thursday]
+    start: 1:00 AM
+    stop: 3:00 AM
+    interval: 2h
+    location: US/Pacific
 - name: concourse-metadata-resource
   type: concourse-metadata-resource
   source: {}
@@ -261,6 +269,8 @@ jobs:
   max_in_flight: {{build_test.MAX_IN_FLIGHT}}
   plan:
   - in_parallel:
+    - get: build-weekly-thu
+      trigger: true
     - get: geode-ci
     - get: alpine-tools-image
     - get: geode

Reply via email to