TobKed commented on a change in pull request #12716: URL: https://github.com/apache/beam/pull/12716#discussion_r479450128
########## 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: 🙀 good point @tvalentyn . It is unwanted leftover from testing it on another Jenkins with some additional changes in CommonJobProperties. I deleted in recent fixup. ---------------------------------------------------------------- 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