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

heybales pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4c8ebf8  GEODE-6063 remove PublishArtifacts from Geode release 
pipelines (#2865)
4c8ebf8 is described below

commit 4c8ebf8538ac7c9039bf7e498c96348bdac6234b
Author: Owen Nichols <34043438+onichols-pivo...@users.noreply.github.com>
AuthorDate: Fri Nov 16 11:45:45 2018 -0800

    GEODE-6063 remove PublishArtifacts from Geode release pipelines (#2865)
---
 ci/pipelines/geode-build/jinja.template.yml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/ci/pipelines/geode-build/jinja.template.yml 
b/ci/pipelines/geode-build/jinja.template.yml
index e821001..97fcd05 100644
--- a/ci/pipelines/geode-build/jinja.template.yml
+++ b/ci/pipelines/geode-build/jinja.template.yml
@@ -92,8 +92,10 @@ groups:
   jobs:
   - {{ build_test.name }}
   {{- all_gating_jobs() | indent(2) }}
-  {%- if repository.sanitized_fork == repository.upstream_fork %}
+  {%- if repository.sanitized_fork == "apache" and repository.branch == 
"develop" %}
   - UpdatePassingRef
+  {%- endif %}
+  {%- if repository.upstream_fork != "apache" or repository.branch == 
"develop" %}
   - PublishArtifacts
   {%- endif %}
 - name: complete
@@ -104,8 +106,10 @@ groups:
   - {{test.name}}Test{{java_test_version.name}}
     {%- endfor -%}
   {%- endfor -%}
-  {%- if repository.sanitized_fork == repository.upstream_fork %}
+  {%- if repository.sanitized_fork == "apache" and repository.branch == 
"develop" %}
   - UpdatePassingRef
+  {%- endif %}
+  {%- if repository.upstream_fork != "apache" or repository.branch == 
"develop" %}
   - PublishArtifacts
   {%- endif %}
 - name: linux
@@ -313,7 +317,7 @@ jobs:
               - name: instance-data
             timeout: 1h
 
-{% if repository.sanitized_fork == repository.upstream_fork %}
+{% if repository.sanitized_fork == "apache" and repository.branch == "develop" 
%}
 - name: UpdatePassingRef
   public: true
   serial: true
@@ -336,6 +340,8 @@ jobs:
       - name: geode-ci
       outputs:
       - name: results
+{% endif %}
+{% if repository.upstream_fork != "apache" or repository.branch == "develop" %}
 - name: PublishArtifacts
   public: true
   plan:

Reply via email to