[ 
https://issues.apache.org/jira/browse/BEAM-2823?focusedWorklogId=88115&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-88115
 ]

ASF GitHub Bot logged work on BEAM-2823:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Apr/18 16:25
            Start Date: 05/Apr/18 16:25
    Worklog Time Spent: 10m 
      Work Description: aaltay closed pull request #5033: [BEAM-2823] Delete 
failing Beam Windows MavenInstall tests
URL: https://github.com/apache/beam/pull/5033
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/.test-infra/jenkins/job_beam_PostCommit_Java_MavenInstall_Windows.groovy 
b/.test-infra/jenkins/job_beam_PostCommit_Java_MavenInstall_Windows.groovy
deleted file mode 100644
index 8dfaa85f9f3..00000000000
--- a/.test-infra/jenkins/job_beam_PostCommit_Java_MavenInstall_Windows.groovy
+++ /dev/null
@@ -1,46 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-import common_job_properties
-
-// This is the Java postcommit which runs maven install targeting Jenkins 
running on Windows.
-mavenJob('beam_PostCommit_Java_MavenInstall_Windows') {
-  description('Runs postcommit tests on Windows for the Java SDK.')
-
-  // Execute concurrent builds if necessary.
-  concurrentBuild()
-
-  // Set common parameters. Note the usage of the Windows label to filter 
Jenkins executors.
-  common_job_properties.setTopLevelMainJobProperties(delegate, 'master', 100, 
'Windows')
-
-  // Set Maven parameters. Note the usage of the Windows Maven installation
-  common_job_properties.setMavenConfig(delegate, 'Maven 3.5.2 (Windows)')
-
-  // Sets that this is a PostCommit job.
-  // TODO(BEAM-1042, BEAM-1045, BEAM-2269, BEAM-2299) Turn notifications back 
on once fixed.
-  common_job_properties.setPostCommit(delegate, '0 */6 * * *', false, '', 
false)
-
-  // Allows triggering this build against pull requests.
-  common_job_properties.enablePhraseTriggeringFromPullRequest(
-          delegate,
-          'Java SDK Windows PostCommit Tests',
-          'Run Java Windows PostCommit')
-
-  // Maven goals for this job.
-  goals('-B -e -Prelease,direct-runner -DrepoToken=$COVERALLS_REPO_TOKEN 
-DpullRequest=$ghprbPullId help:effective-settings clean install')
-}


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 88115)
    Time Spent: 0.5h  (was: 20m)

> Beam Windows MavenInstall tests failing
> ---------------------------------------
>
>                 Key: BEAM-2823
>                 URL: https://issues.apache.org/jira/browse/BEAM-2823
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-core
>    Affects Versions: 2.1.0
>         Environment: Windows
>            Reporter: Reuven Lax
>            Assignee: Jason Kuster
>            Priority: Minor
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> https://builds.apache.org/view/A-D/view/Beam/job/beam_PostCommit_Java_MavenInstall_Windows/417
> Install fails with
> java.io.FileNotFoundException: 
> F:\jenkins\jenkins-slave\workspace\beam_PostCommit_Java_MavenInstall_Windows\sdks\common\runner-api\target\protoc-plugins\protoc-3.2.0-windows-x86_64.exe
>  (The process cannot access the file because it is being used by another 
> process)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to