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 9d9a6dd added -force to kill task
9d9a6dd is described below
commit 9d9a6dd3247ff464f5294fbc5e232177ea12a520
Author: Sai Boorlagadda <[email protected]>
AuthorDate: Wed Jul 18 11:08:37 2018 -0700
added -force to kill task
---
ci/pipelines/geode-build/win.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ci/pipelines/geode-build/win.yml b/ci/pipelines/geode-build/win.yml
index 0d44318..dadd140 100644
--- a/ci/pipelines/geode-build/win.yml
+++ b/ci/pipelines/geode-build/win.yml
@@ -67,7 +67,7 @@ jobs:
- -command
- |
gwmi win32_process -filter 'name = "java.exe"' | select
commandline | format-list
- kill -name java
+ kill -name java -force
exit 0
- task: run-acceptance-tests
tags: [windows-acceptance-tests]
@@ -138,7 +138,7 @@ jobs:
- -command
- |
gwmi win32_process -filter 'name = "java.exe"' | select
commandline | format-list
- kill -name java
+ kill -name java -force
exit 0
- task: run-integration-tests
tags: [windows-integration-tests]