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/12/18 01:22:18 UTC

[geode] branch release/1.11.0 updated: GEODE-7393: Parameterize concourse team variable (#4261)

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

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


The following commit(s) were added to refs/heads/release/1.11.0 by this push:
     new 81987fc  GEODE-7393: Parameterize concourse team variable (#4261)
81987fc is described below

commit 81987fcda738707ef90b7355e3477d57e6e0d9b0
Author: Bala Kaza Venkata <43...@users.noreply.github.com>
AuthorDate: Tue Nov 5 15:59:57 2019 -0500

    GEODE-7393: Parameterize concourse team variable (#4261)
    
    * GEODE-7393: Parameterize concourse team variable
    
    Extracting concourse-team value to meta.properties. This helps us to
    override pipeline grouping name as needed.
    
    * GEODE-7393: Parameterize concourse team variable
    
    Login to concourse with the correct team  before creating the pipeline.
    
    (cherry picked from commit fed440bf050cd07644463a4c4d012ba5bfd940c7)
---
 ci/pipelines/meta/meta.properties | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/pipelines/meta/meta.properties b/ci/pipelines/meta/meta.properties
index 7f1ea09..db6fc9e 100644
--- a/ci/pipelines/meta/meta.properties
+++ b/ci/pipelines/meta/meta.properties
@@ -18,6 +18,7 @@ UPSTREAM_FORK=apache
 GEODE_FORK=apache
 GEODE_REPO_NAME=geode
 CONCOURSE_HOST=concourse.apachegeode-ci.info
+CONCOURSE_TEAM=main
 GCP_PROJECT=apachegeode-ci
 ARTIFACT_BUCKET=files.apachegeode-ci.info
 PUBLIC=true