[geode] branch develop updated: GEODE-7047: fix deploy script to not give error

2019-08-05 Thread onichols
This is an automated email from the ASF dual-hosted git repository.

onichols 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 1faca0e  GEODE-7047: fix deploy script to not give error
1faca0e is described below

commit 1faca0e8e0deac1d23336abcd895927447addf77
Author: Owen Nichols 
AuthorDate: Mon Aug 5 18:47:12 2019 -0700

GEODE-7047: fix deploy script to not give error

[skip ci]
---
 ci/pipelines/meta/deploy_meta.sh | 19 +--
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/ci/pipelines/meta/deploy_meta.sh b/ci/pipelines/meta/deploy_meta.sh
index 803893e..3622e6d 100755
--- a/ci/pipelines/meta/deploy_meta.sh
+++ b/ci/pipelines/meta/deploy_meta.sh
@@ -232,6 +232,13 @@ function driveToGreen {
   fi
 }
 
+function enableFeature {
+  NAME=$1
+  driveToGreen $META_PIPELINE set-$NAME-pipeline
+  unpausePipeline ${PIPELINE_PREFIX}$NAME
+  exposePipeline ${PIPELINE_PREFIX}$NAME
+}
+
 set -e
 set +x
 
@@ -257,14 +264,14 @@ driveToGreen ${PIPELINE_PREFIX}images 
build-google-geode-builder
 driveToGreen ${PIPELINE_PREFIX}images build-google-windows-geode-builder
 driveToGreen $META_PIPELINE set-pipeline
 unpausePipeline ${PIPELINE_PREFIX}main
-echo "Successfully deployed 
${CONCOURSE_URL}/teams/main/pipelines/${PIPELINE_PREFIX}main"
 
 if [[ "$GEODE_FORK" == "${UPSTREAM_FORK}" ]]; then
-  unpauseJobs set-metrics-pipeline
-  driveToGreen $META_PIPELINE set-metrics-pipeline
-  exposePipelines ${PIPELINE_PREFIX}main ${PIPELINE_PREFIX}metrics 
${PIPELINE_PREFIX}images
+  exposePipelines ${PIPELINE_PREFIX}main ${PIPELINE_PREFIX}images
+  enableFeature metrics
+  enableFeature examples
   if [[ "$GEODE_BRANCH" == "develop" ]]; then
-unpauseJobs set-pr-pipeline set-examples-pipeline
-exposePipelines ${PIPELINE_PREFIX}pr ${PIPELINE_PREFIX}examples
+enableFeature pr
   fi
 fi
+
+echo "Successfully deployed 
${CONCOURSE_URL}/teams/main/pipelines/${PIPELINE_PREFIX}main"



[geode] branch develop updated (00204ef -> b0407a9)

2019-08-05 Thread rhoughton
This is an automated email from the ASF dual-hosted git repository.

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


from 00204ef  Alphabetize Jinja variables for Concourse. Enable Metrics
 add b0407a9  GEODE-7014: Move Benchmark to CI Main

No new revisions were added by this update.

Summary of changes:
 ci/pipelines/geode-build/jinja.template.yml | 27 ++-
 1 file changed, 14 insertions(+), 13 deletions(-)



[geode-examples] branch master updated: add link to security Readme.

2019-08-05 Thread upthewaterspout
This is an automated email from the ASF dual-hosted git repository.

upthewaterspout pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/geode-examples.git


The following commit(s) were added to refs/heads/master by this push:
 new 4b2e686  add link to security Readme.
4b2e686 is described below

commit 4b2e68635d631ac7ac1527e934f4f42232079074
Author: Yan Gang 
AuthorDate: Mon Jul 8 12:05:30 2019 -0700

add link to security Readme.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 502666c..0ce8e36 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ tutorial.
 *  [Eviction](eviction/README.md)
 *  [Expiration](expiration/README.md)
 *  [Overflow](overflow/README.md)
-*  Security
+*  [Security & SSL](clientSecurity/README.md)
 *  Off-heap
 
 ### Advanced



[geode-examples] branch master updated: update the build status link

2019-08-05 Thread upthewaterspout
This is an automated email from the ASF dual-hosted git repository.

upthewaterspout pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/geode-examples.git


The following commit(s) were added to refs/heads/master by this push:
 new 4912d6e  update the build status link
4912d6e is described below

commit 4912d6e4927c6c45030d35c1cbee0c52c8a43003
Author: Yan Gang 
AuthorDate: Wed Jul 10 15:02:04 2019 -0700

update the build status link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9cbee7a..502666c 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ limitations under the License.
 
 [https://geode.apache.org/img/apache_geode_logo.png; 
align="center"/>](http://geode.apache.org)
 
-[![Build 
Status](https://travis-ci.org.apache.geode_examples.svg?branch=develop)](https://travis-ci.org.apache.geode_examples)
 
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
+[![Build 
Status](https://api.travis-ci.org/apache/geode-examples.svg?branch=develop)](https://travis-ci.org.apache.geode_examples)
 
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
 
 # Apache Geode examples
 



[geode-examples] branch develop updated: update the link of build status

2019-08-05 Thread upthewaterspout
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/develop by this push:
 new e3c119f  update the link of build status
e3c119f is described below

commit e3c119f23f484c66a6adfb8e5b09dcbf612a54ea
Author: Yan Gang 
AuthorDate: Fri Jul 12 09:51:21 2019 -0700

update the link of build status
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9cbee7a..502666c 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ limitations under the License.
 
 [https://geode.apache.org/img/apache_geode_logo.png; 
align="center"/>](http://geode.apache.org)
 
-[![Build 
Status](https://travis-ci.org.apache.geode_examples.svg?branch=develop)](https://travis-ci.org.apache.geode_examples)
 
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
+[![Build 
Status](https://api.travis-ci.org/apache/geode-examples.svg?branch=develop)](https://travis-ci.org.apache.geode_examples)
 
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
 
 # Apache Geode examples
 



[geode] branch develop updated (35986d8 -> 78923e1)

2019-08-05 Thread mcmellawatt
This is an automated email from the ASF dual-hosted git repository.

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


from 35986d8  Fixing new version and ordinal (#3885)
 add 78923e1  GEODE-7015: Resetting static state after tests

No new revisions were added by this update.

Summary of changes:
 .../geode/internal/cache/PersistentRegionRecoveryDUnitTest.java  | 9 +
 .../cache/control/RebalanceOperationDistributedTest.java | 9 -
 .../partitioned/PersistentPartitionedRegionDistributedTest.java  | 5 -
 3 files changed, 17 insertions(+), 6 deletions(-)