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

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


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

commit 933c4fb8941ba19d523aeed3087e70d15b8e8c4a
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 ad40085..e3d1b2e 100644
--- a/ci/pipelines/geode-build/jinja.template.yml
+++ b/ci/pipelines/geode-build/jinja.template.yml
@@ -87,8 +87,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
@@ -97,8 +99,10 @@ groups:
   {%- for test in (tests) if not test.name=="StressNew" %}
   - {{test.name}}Test
   {%- 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: windows
@@ -288,7 +292,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
@@ -311,6 +315,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