You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by sa...@apache.org on 2018/04/23 14:37:01 UTC

[geode] branch develop updated: GEODE-5114: Archive UITest results (#1830)

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

sai_boorlagadda 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 3f6cda6  GEODE-5114: Archive UITest results (#1830)
3f6cda6 is described below

commit 3f6cda67e69d57c706539bc2d1ec519c76ed7265
Author: Sai Boorlagadda <sa...@gmail.com>
AuthorDate: Mon Apr 23 07:36:57 2018 -0700

    GEODE-5114: Archive UITest results (#1830)
---
 ci/pipelines/develop.yml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/ci/pipelines/develop.yml b/ci/pipelines/develop.yml
index cb3ae05..78761c1 100644
--- a/ci/pipelines/develop.yml
+++ b/ci/pipelines/develop.yml
@@ -443,6 +443,26 @@ jobs:
           - uiTest
           - uitestfiles
           path: geode-ci/ci/scripts/test-run.sh
+      ensure:
+         aggregate:
+         - task: archive-results
+           config:
+             inputs:
+               - name: geode
+               - name: geode-ci
+               - name: geode-build-version
+               - name: built-geode
+             platform: linux
+             image_resource: *docker-geode-build-image
+             params:
+               MAINTENANCE_VERSION: ((!maintenance-version))
+               SERVICE_ACCOUNT: ((!concourse-gcp-account))
+               PUBLIC_BUCKET: ((!public-bucket))
+             run:
+               args:
+               - uiTest
+               - uitestfiles
+               path: geode-ci/ci/scripts/test-archive.sh
 
 - name: TestExamples
   serial: true

-- 
To stop receiving notification emails like this one, please contact
sai_boorlagadda@apache.org.