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 489a8be Added aggregate for running tasks parallel
489a8be is described below
commit 489a8be01ddb26ffcdfb72b32960c355d9125244
Author: Sai Boorlagadda <[email protected]>
AuthorDate: Wed Jul 11 14:16:16 2018 -0700
Added aggregate for running tasks parallel
---
ci/pipelines/geode-build/base.yml | 205 +++++++++++++++++++-------------------
1 file changed, 100 insertions(+), 105 deletions(-)
diff --git a/ci/pipelines/geode-build/base.yml
b/ci/pipelines/geode-build/base.yml
index 54ac45d..4857def 100644
--- a/ci/pipelines/geode-build/base.yml
+++ b/ci/pipelines/geode-build/base.yml
@@ -218,113 +218,108 @@ jobs:
- get: geode-ci-windows
- get: geode-build-version
passed: [Build]
- - 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
- - 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
-# on_failure:
-# aggregate:
-# - put: send-notification-email
-# params:
-# subject: built-geode/subject
-# body: built-geode/body
- 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
+ - 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
- :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
+ - 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
- name: DistributedTest
serial: true