This is an automated email from the ASF dual-hosted git repository.
jbarrett 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 c328417 GEODE-5453: Make passing build depend on UpgradeTest job.
c328417 is described below
commit c3284178109d3ed3aaa69612b6303186aba65537
Author: Jacob Barrett <[email protected]>
AuthorDate: Thu Jul 26 07:32:20 2018 -0700
GEODE-5453: Make passing build depend on UpgradeTest job.
---
ci/pipelines/geode-build/base.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ci/pipelines/geode-build/base.yml
b/ci/pipelines/geode-build/base.yml
index 3733b9d..4001a89 100644
--- a/ci/pipelines/geode-build/base.yml
+++ b/ci/pipelines/geode-build/base.yml
@@ -166,7 +166,7 @@ jobs:
public: true
plan:
- get: geode
- passed: [AcceptanceTest, DistributedTest, IntegrationTest]
+ passed: [AcceptanceTest, DistributedTest, IntegrationTest, UpgradeTest]
trigger: true
- aggregate:
- get: geode-ci
@@ -198,7 +198,7 @@ jobs:
public: true
plan:
- get: geode
- passed: [AcceptanceTest, DistributedTest, IntegrationTest]
+ passed: [AcceptanceTest, DistributedTest, IntegrationTest, UpgradeTest]
trigger: true
- get: geode-ci
- get: docker-geode-build-image