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 f53050d use geode-ci as input
f53050d is described below
commit f53050d2f2d6378c371092bb788fec582b8c4e3c
Author: Sai Boorlagadda <[email protected]>
AuthorDate: Tue Jul 24 17:47:37 2018 -0700
use geode-ci as input
---
ci/pipelines/geode-build/win.yml | 18 +++++-------------
1 file changed, 5 insertions(+), 13 deletions(-)
diff --git a/ci/pipelines/geode-build/win.yml b/ci/pipelines/geode-build/win.yml
index 9ba9f38..9b9d94a 100644
--- a/ci/pipelines/geode-build/win.yml
+++ b/ci/pipelines/geode-build/win.yml
@@ -39,14 +39,6 @@ resources:
branch: feature/GEODE-5212
paths:
- ci/*
-- name: geode-ci-dunit
- type: git
- source:
- depth: 1
- uri: (( concat "https://github.com/" metadata.geode-fork "/geode.git" ))
- branch: feature/GEODE-5212-specific-category
- paths:
- - ci/*
- name: geode-build-version
type: semver
source:
@@ -203,7 +195,7 @@ jobs:
- aggregate:
- get: geode
trigger: true
- - get: geode-ci-dunit
+ - get: geode-ci
- get: geode-build-version
- task: cleanup-java-processes
tags: [windows-distributed-tests]
@@ -224,7 +216,7 @@ jobs:
config:
inputs:
- name: geode
- - name: geode-ci-dunit
+ - name: geode-ci
- name: geode-build-version
platform: windows
outputs:
@@ -240,7 +232,7 @@ jobs:
run:
path: bash
args:
- - geode-ci-dunit/ci/scripts/test-run.sh
+ - geode-ci/ci/scripts/test-run.sh
- distributedTest
- windows-gfshdistributedtest
- org.apache.geode.test.junit.categories.GfshTest
@@ -251,7 +243,7 @@ jobs:
config:
inputs:
- name: geode
- - name: geode-ci-dunit
+ - name: geode-ci
- name: geode-build-version
- name: built-geode
platform: windows
@@ -263,6 +255,6 @@ jobs:
run:
path: bash
args:
- - geode-ci-dunit/ci/scripts/test-archive.sh
+ - geode-ci/ci/scripts/test-archive.sh
- distributedTest
- windows-gfshdistributedtest
\ No newline at end of file