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

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

                Author: ASF GitHub Bot
            Created on: 16/Mar/18 03:33
            Start Date: 16/Mar/18 03:33
    Worklog Time Spent: 10m 
      Work Description: yifanzou commented on a change in pull request #4788: 
[BEAM-3339] Mobile gaming automation for Java nightly snapshot on core runners
URL: https://github.com/apache/beam/pull/4788#discussion_r174989948
 
 

 ##########
 File path: build_rules.gradle
 ##########
 @@ -518,24 +518,33 @@ ext.applyAvroNature = {
 
 // A class defining the set of configurable properties for 
createJavaQuickstartValidationTask
 class JavaQuickstartConfiguration {
-  // Name for the quickstart is required.
-  // Used both for the test name runQuickstartJava${name}
-  // and also for the script name, quickstart-java-${name}.toLowerCase().
-  String name
+  // Type [Quickstart, MobileGaming] for the postrelease validation is 
required.
+  // Used both for the test name run${type}Java${runner}
+  // and also for the script name, ${type}-java-${runner}.toLowerCase().
+  String type
 
-  // gcpProject sets the gcpProject argument when executing the quickstart.
+  // runner [Direct, Dataflow, Spark, Flink, FlinkLocal, Apex]
+  String runner
+
+  // gcpProject sets the gcpProject argument when executing examples.
 
 Review comment:
   They are used by both Quickstart and MobileGaming except for "dataset", 
which is MobileGaming specific.
   
   "type", "runner" -- required;
   "gcpProject", "gcsBucket" -- used by examples cooperate with gcloud;
   "pubsubTopic" -- required by MobileGaming at this moment, but it's also good 
to have it since we are going to automate streaming wordcount examples in the 
future.

----------------------------------------------------------------
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:
us...@infra.apache.org


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

    Worklog Id:     (was: 81055)
    Time Spent: 65.5h  (was: 65h 20m)

> Create post-release testing of the nightly snapshots
> ----------------------------------------------------
>
>                 Key: BEAM-3339
>                 URL: https://issues.apache.org/jira/browse/BEAM-3339
>             Project: Beam
>          Issue Type: Improvement
>          Components: testing
>            Reporter: Alan Myrvold
>            Assignee: Jason Kuster
>            Priority: Major
>          Time Spent: 65.5h
>  Remaining Estimate: 0h
>
> The nightly java snapshots in 
> https://repository.apache.org/content/groups/snapshots/org/apache/beam should 
> be verified by following the 
> https://beam.apache.org/get-started/quickstart-java/ instructions, to verify 
> that the release is usable.



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

Reply via email to