[
https://issues.apache.org/jira/browse/BEAM-5801?focusedWorklogId=160249&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-160249
]
ASF GitHub Bot logged work on BEAM-5801:
----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Oct/18 22:19
Start Date: 29/Oct/18 22:19
Worklog Time Spent: 10m
Work Description: lukecwik commented on a change in pull request #6762:
[BEAM-5801] Support postcommit ITs using fn-api worker
URL: https://github.com/apache/beam/pull/6762#discussion_r229119314
##########
File path: runners/google-cloud-dataflow-java/build.gradle
##########
@@ -104,20 +105,43 @@ test {
systemProperties = [ "beamUseDummyRunner" : "true" ]
}
-// For the following test tasks, set workerHarnessContainerImage to empty to
make Dataflow pick up
-// the non-versioned container image, which handles a staged worker jar.
-task validatesRunnerTest(type: Test) {
+def dataflowProject = project.findProperty('dataflowProject') ?:
'apache-beam-testing'
+def dataflowValidatesTempRoot = project.findProperty('dataflowTempRoot') ?:
'gs://temp-storage-for-validates-runner-tests/'
+def dataflowPostcommitTempRoot = project.findProperty('dataflowTempRoot') ?:
'gs://temp-storage-for-end-to-end-tests'
+def dataflowLegacyWorkerJar = project.findProperty('dataflowWorkerJar') ?:
project(":beam-runners-google-cloud-dataflow-java-legacy-worker").shadowJar.archivePath
+def dataflowFnApiWorkerJar = project.findProperty('dataflowWorkerJar') ?:
project(":beam-runners-google-cloud-dataflow-java-fn-api-worker").shadowJar.archivePath
+
+def dockerImageRoot = project.findProperty('dockerImageRoot') ?:
"us.gcr.io/${dataflowProject}/java-postcommit-it"
+def dockerImageContainer = "${dockerImageRoot}/java"
+def dockerTag = new Date().format('yyyyMMddHHmmss')
+def dockerImageName = "${dockerImageContainer}:${dockerTag}"
+def defaultDockerImageName = containerImageName(name: "java")
+
+def commonExcludeCategories = [
+ 'org.apache.beam.sdk.testing.LargeKeys$Above10MB',
Review comment:
Ok, wasn't aware that a future change was going to re-use this list.
----------------------------------------------------------------
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: 160249)
Time Spent: 5h 10m (was: 5h)
> Support postcommit ITs using fn-api worker
> ------------------------------------------
>
> Key: BEAM-5801
> URL: https://issues.apache.org/jira/browse/BEAM-5801
> Project: Beam
> Issue Type: Sub-task
> Components: runner-dataflow
> Reporter: Boyuan Zhang
> Assignee: Boyuan Zhang
> Priority: Major
> Time Spent: 5h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)