[ https://issues.apache.org/jira/browse/BEAM-10831?focusedWorklogId=475913&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-475913 ]
ASF GitHub Bot logged work on BEAM-10831: ----------------------------------------- Author: ASF GitHub Bot Created on: 28/Aug/20 17:25 Start Date: 28/Aug/20 17:25 Worklog Time Spent: 10m Work Description: tvalentyn commented on a change in pull request #12716: URL: https://github.com/apache/beam/pull/12716#discussion_r479439721 ########## File path: .test-infra/jenkins/CommonJobProperties.groovy ########## @@ -34,7 +34,10 @@ class CommonJobProperties { String defaultBranch = 'master', int defaultTimeout = 100, boolean allowRemotePoll = true, - String jenkinsExecutorLabel = 'beam') { + String jenkinsExecutorLabel = 'beam', + boolean cleanWorkspace = true) { + + context.disabled() Review comment: For my education, what does this do? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 475913) Time Spent: 40m (was: 0.5h) > Fix broken Beam Dependency Check Report > --------------------------------------- > > Key: BEAM-10831 > URL: https://issues.apache.org/jira/browse/BEAM-10831 > Project: Beam > Issue Type: Improvement > Components: sdk-java-core, sdk-py-core > Reporter: Tobiasz Kedzierski > Assignee: Tobiasz Kedzierski > Priority: P2 > Time Spent: 40m > Remaining Estimate: 0h > > Mails with Beam Dependency Check Report reports: > ERROR: File 'src/build/dependencyUpdates/beam-dependency-check-report.html' > does not exist > > > [https://lists.apache.org/thread.html/rcd0f6b9f6a18d93bc3a715284dda5305814c1f2b99be1cd28f966905%40%3Cdev.beam.apache.org%3E] > Job responsible for sending mail: > .test-infra/jenkins/job_Dependency_Check.groovy:beam_Dependency_Check > Probably cause is workspace clearing before sending mail > (wsCleanup() in > .test-infra/jenkins/CommonJobProperties.groovy:CommonJobProperties) -- This message was sent by Atlassian Jira (v8.3.4#803005)