[
https://issues.apache.org/jira/browse/BEAM-11192?focusedWorklogId=507845&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-507845
]
ASF GitHub Bot logged work on BEAM-11192:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Nov/20 23:28
Start Date: 04/Nov/20 23:28
Worklog Time Spent: 10m
Work Description: boyuanzz commented on pull request #13260:
URL: https://github.com/apache/beam/pull/13260#issuecomment-722029565
> > > > > Thanks Tyson! Could you please attach a JIRA to this PR? And are
we going to have a Jenkins job for runner v2 postcommit?
> > > >
> > > >
> > > > Done. There is already a postcommit running on Jenkins (I recently
broke it and am actively working on a fix):
> > > >
> > > > * batch:
https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2/
> > > > * streaming:
https://ci-beam.apache.org/job/beam_PostCommit_Java_VR_Dataflow_V2_Streaming/
> > >
> > >
> > > The main change here was to introduce the examples, integration tests,
etc. maybe those should be part of the postcommit instead of just
validatesrunner?
> >
> >
> > Yes I believe we should have a postcommit suite to run these ITs instead
of having them in VR tests(VR tests have taken fair long time to complete). For
example we have
https://github.com/apache/beam/blob/master/.test-infra/jenkins/job_PostCommit_Java.groovy
for `:runners:google-cloud-dataflow-java:postCommit` and
https://github.com/apache/beam/blob/master/.test-infra/jenkins/job_PostCommit_Java_Dataflow_Examples_Java11.groovy
for `:runners:google-cloud-dataflow-java:examples:java11PostCommit`. We may
also want to have a PreCommit suite to run a simple runner v2 wordcount
piptline like:
https://github.com/apache/beam/blob/master/.test-infra/jenkins/job_PreCommit_Java_Examples_Dataflow.groovy
>
> I added the postCommitRunnerV2 to the javaPostCommit. Is this what you
were thinking? My local runs are failing with permission issues for the
healthcare APIs/stores so I'm trying to sort that out currently.
You are able to run the test on Jenkins with the new configuration by
comment:
`Run Seed Job`
Once this task succeeds, you can trigger the java commit test by phrase.
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 507845)
Time Spent: 1h (was: 50m)
> Repurpose google-cloud-dataflow-java FnApi tasks for Runner V2
> --------------------------------------------------------------
>
> Key: BEAM-11192
> URL: https://issues.apache.org/jira/browse/BEAM-11192
> Project: Beam
> Issue Type: Improvement
> Components: runner-dataflow
> Reporter: Tyson Hamilton
> Assignee: Tyson Hamilton
> Priority: P2
> Time Spent: 1h
> Remaining Estimate: 0h
>
> The Java FnApi test tasks are not in use for CI so they should be removed. At
> the same time, Dataflow Runner V2 needs similar test tasks. Refactor the
> FnApi test tasks in google-cloud-dataflow-java build.gradle to use runner v2.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)