You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2018/09/10 20:59:54 UTC

[geode] branch develop updated (2e25206 -> c0056a3)

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

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


    from 2e25206  GEODE-5668: Groups should not reference Windows jobs in PR pipeline
     new 8ce6ba6  GEODE-5668: UpdatePassingRef does not depend on Windows jobs
     new c0056a3  GEODE-5668: Remove debug flag from instance start script

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ci/pipelines/geode-build/jinja.template.yml | 2 +-
 ci/scripts/start_instance.sh                | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)


[geode] 02/02: GEODE-5668: Remove debug flag from instance start script

Posted by je...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c0056a3668e14ec90d3ef6fc4eb775d0a8fa8b1b
Author: Jens Deppe <jd...@pivotal.io>
AuthorDate: Mon Sep 10 13:59:39 2018 -0700

    GEODE-5668: Remove debug flag from instance start script
---
 ci/scripts/start_instance.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ci/scripts/start_instance.sh b/ci/scripts/start_instance.sh
index 70259f1..3084b00 100755
--- a/ci/scripts/start_instance.sh
+++ b/ci/scripts/start_instance.sh
@@ -18,7 +18,6 @@
 # limitations under the License.
 
 set -e
-set -x
 
 BASE_DIR=$(pwd)
 


[geode] 01/02: GEODE-5668: UpdatePassingRef does not depend on Windows jobs

Posted by je...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8ce6ba63a99770d48fe086ad2ec22ed3821b2f85
Author: Jens Deppe <jd...@pivotal.io>
AuthorDate: Mon Sep 10 13:59:17 2018 -0700

    GEODE-5668: UpdatePassingRef does not depend on Windows jobs
---
 ci/pipelines/geode-build/jinja.template.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/pipelines/geode-build/jinja.template.yml b/ci/pipelines/geode-build/jinja.template.yml
index 8383349..89af8f0 100644
--- a/ci/pipelines/geode-build/jinja.template.yml
+++ b/ci/pipelines/geode-build/jinja.template.yml
@@ -241,7 +241,7 @@ jobs:
   plan:
   - get: geode
     passed:
-    {% for test in tests if not test.name=="StressNew" -%}
+    {% for test in tests if not (test.name=="StressNew" or test.name.startswith("Windows")) -%}
     - {{test.name}}Test
     {% endfor %}
     trigger: true