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

sai_boorlagadda pushed a commit to branch feature/GEODE-5212
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/feature/GEODE-5212 by this 
push:
     new ed2daec  dont run in parallel
ed2daec is described below

commit ed2daec51a1515fe13c63c97acfd5c7d49b73b3d
Author: Sai Boorlagadda <sai.boorlaga...@gmail.com>
AuthorDate: Wed Jul 11 17:11:20 2018 -0700

    dont run in parallel
---
 ci/pipelines/geode-build/base.yml | 197 +++++++++++++++++++-------------------
 1 file changed, 98 insertions(+), 99 deletions(-)

diff --git a/ci/pipelines/geode-build/base.yml 
b/ci/pipelines/geode-build/base.yml
index 4857def..15ed4f6 100644
--- a/ci/pipelines/geode-build/base.yml
+++ b/ci/pipelines/geode-build/base.yml
@@ -218,108 +218,107 @@ jobs:
       - get: geode-ci-windows
       - get: geode-build-version
         passed: [Build]
-    - aggregate:
-      - task: run-acceptance-tests
-        tags: [windows]
-        timeout: 8h
-        config:
-          inputs:
-            - name: geode
-            - name: geode-ci-windows
-              path: geode-ci
-            - name: geode-build-version
-          outputs:
-            - name: built-geode
-          params:
-            CALL_STACK_TIMEOUT: 25200
-            DUNIT_PARALLEL_FORKS: 0
-            MAINTENANCE_VERSION: develop
-            PARALLEL_DUNIT: false
-            PUBLIC_BUCKET: ((!public-bucket))
-            SERVICE_ACCOUNT: ((!concourse-gcp-account))
-            JAVA_HOME: "C:\\progra~1\\java\\jdk1.8.0_172"
-            DOCKER_COMPOSE_LOCATION: 
"C:\\Progra~1\\Docker\\Docker\\resources\\bin\\docker-compose.exe"
-            DOCKER_LOCATION: 
"C:\\Progra~1\\Docker\\Docker\\resources\\bin\\docker.exe"
-          platform: windows
-          run:
-            path: c:\Progra~1\git\bin\bash.exe
-            args:
-              - geode-ci/ci/scripts/test-run.sh
-              #- :geode-assembly:acceptanceTest 
:geode-connectors:acceptanceTest
+    - task: run-acceptance-tests
+      tags: [windows]
+      timeout: 8h
+      config:
+        inputs:
+          - name: geode
+          - name: geode-ci-windows
+            path: geode-ci
+          - name: geode-build-version
+        outputs:
+          - name: built-geode
+        params:
+          CALL_STACK_TIMEOUT: 25200
+          DUNIT_PARALLEL_FORKS: 0
+          MAINTENANCE_VERSION: develop
+          PARALLEL_DUNIT: false
+          PUBLIC_BUCKET: ((!public-bucket))
+          SERVICE_ACCOUNT: ((!concourse-gcp-account))
+          JAVA_HOME: "C:\\progra~1\\java\\jdk1.8.0_172"
+          DOCKER_COMPOSE_LOCATION: 
"C:\\Progra~1\\Docker\\Docker\\resources\\bin\\docker-compose.exe"
+          DOCKER_LOCATION: 
"C:\\Progra~1\\Docker\\Docker\\resources\\bin\\docker.exe"
+        platform: windows
+        run:
+          path: c:\Progra~1\git\bin\bash.exe
+          args:
+            - geode-ci/ci/scripts/test-run.sh
+            #- :geode-assembly:acceptanceTest :geode-connectors:acceptanceTest
+            - :geode-assembly:acceptanceTest
+            - windows-acceptancetestfiles
+      ensure:
+        aggregate:
+        - task: archive-acceptance-test-results
+          tags: [windows]
+          config:
+            inputs:
+              - name: geode
+              - name: geode-ci-windows
+                path: geode-ci
+              - name: geode-build-version
+              - name: built-geode
+            params:
+              MAINTENANCE_VERSION: (( grab metadata.geode-build-branch ))
+              SERVICE_ACCOUNT: ((!concourse-gcp-account))
+              PUBLIC_BUCKET: ((!public-bucket))
+              JAVA_HOME: "C:\\progra~1\\java\\jdk1.8.0_172"
+            platform: windows
+            run:
+              path: c:\Progra~1\git\bin\bash.exe
+              args:
+              - geode-ci/ci/scripts/test-archive.sh
               - :geode-assembly:acceptanceTest
               - windows-acceptancetestfiles
-        ensure:
-          aggregate:
-          - task: archive-acceptance-test-results
-            tags: [windows]
-            config:
-              inputs:
-                - name: geode
-                - name: geode-ci-windows
-                  path: geode-ci
-                - name: geode-build-version
-                - name: built-geode
-              params:
-                MAINTENANCE_VERSION: (( grab metadata.geode-build-branch ))
-                SERVICE_ACCOUNT: ((!concourse-gcp-account))
-                PUBLIC_BUCKET: ((!public-bucket))
-                JAVA_HOME: "C:\\progra~1\\java\\jdk1.8.0_172"
-              platform: windows
-              run:
-                path: c:\Progra~1\git\bin\bash.exe
-                args:
+    - task: run-integration-tests
+      tags: [windows]
+      timeout: 8h
+      config:
+        inputs:
+          - name: geode
+          - name: geode-ci-windows
+            path: geode-ci
+          - name: geode-build-version
+        outputs:
+          - name: built-geode
+        params:
+          CALL_STACK_TIMEOUT: 25200
+          DUNIT_PARALLEL_FORKS: 0
+          MAINTENANCE_VERSION: develop
+          PARALLEL_DUNIT: false
+          PUBLIC_BUCKET: ((!public-bucket))
+          SERVICE_ACCOUNT: ((!concourse-gcp-account))
+          JAVA_HOME: "C:\\progra~1\\java\\jdk1.8.0_172"
+        platform: windows
+        run:
+          path: c:\Progra~1\git\bin\bash.exe
+          args:
+            - geode-ci/ci/scripts/test-run.sh
+            - integrationTest
+            - windows-integrationtestfiles
+      ensure:
+        aggregate:
+        - task: archive-integration-test-results
+          tags: [windows]
+          config:
+            inputs:
+              - name: geode
+              - name: geode-ci-windows
+                path: geode-ci
+              - name: geode-build-version
+              - name: built-geode
+            params:
+              MAINTENANCE_VERSION: (( grab metadata.geode-build-branch ))
+              SERVICE_ACCOUNT: ((!concourse-gcp-account))
+              PUBLIC_BUCKET: ((!public-bucket))
+              JAVA_HOME: "C:\\progra~1\\java\\jdk1.8.0_172"
+            platform: windows
+            run:
+              path: c:\Progra~1\git\bin\bash.exe
+              args:
                 - geode-ci/ci/scripts/test-archive.sh
-                - :geode-assembly:acceptanceTest
-                - windows-acceptancetestfiles
-      - task: run-integration-tests
-        tags: [windows]
-        timeout: 8h
-        config:
-          inputs:
-            - name: geode
-            - name: geode-ci-windows
-              path: geode-ci
-            - name: geode-build-version
-          outputs:
-            - name: built-geode
-          params:
-            CALL_STACK_TIMEOUT: 25200
-            DUNIT_PARALLEL_FORKS: 0
-            MAINTENANCE_VERSION: develop
-            PARALLEL_DUNIT: false
-            PUBLIC_BUCKET: ((!public-bucket))
-            SERVICE_ACCOUNT: ((!concourse-gcp-account))
-            JAVA_HOME: "C:\\progra~1\\java\\jdk1.8.0_172"
-          platform: windows
-          run:
-            path: c:\Progra~1\git\bin\bash.exe
-            args:
-              - geode-ci/ci/scripts/test-run.sh
-              - integrationTest
-              - windows-integrationtestfiles
-        ensure:
-          aggregate:
-          - task: archive-integration-test-results
-            tags: [windows]
-            config:
-              inputs:
-                - name: geode
-                - name: geode-ci-windows
-                  path: geode-ci
-                - name: geode-build-version
-                - name: built-geode
-              params:
-                MAINTENANCE_VERSION: (( grab metadata.geode-build-branch ))
-                SERVICE_ACCOUNT: ((!concourse-gcp-account))
-                PUBLIC_BUCKET: ((!public-bucket))
-                JAVA_HOME: "C:\\progra~1\\java\\jdk1.8.0_172"
-              platform: windows
-              run:
-                path: c:\Progra~1\git\bin\bash.exe
-                args:
-                  - geode-ci/ci/scripts/test-archive.sh
-                  - integrationTest
-                  - windows-integrationtestfiles
+                - integrationTest
+                - windows-integrationtestfiles
 
 - name: DistributedTest
   serial: true

Reply via email to