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

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

                Author: ASF GitHub Bot
            Created on: 14/Dec/21 18:08
            Start Date: 14/Dec/21 18:08
    Worklog Time Spent: 10m 
      Work Description: KhaninArtur commented on a change in pull request 
#16232:
URL: https://github.com/apache/beam/pull/16232#discussion_r768919946



##########
File path: playground/frontend/build.gradle
##########
@@ -39,9 +39,20 @@ dependencies {
   dockerDependency project(path: playgroundJobServerProject, configuration: 
"shadow")
 }
 
+task removeBuild  {

Review comment:
       Do we need to add it to the backend as well?

##########
File path: build.gradle.kts
##########
@@ -249,6 +249,7 @@ task("goIntegrationTests") {
 }
 
 task("playgroundPreCommit") {
+  dependsOn(":playground:lintProto")

Review comment:
       Is this triggered in both backend and frontend CIs?

##########
File path: playground/frontend/build.gradle
##########
@@ -39,9 +39,20 @@ dependencies {
   dockerDependency project(path: playgroundJobServerProject, configuration: 
"shadow")
 }
 
+task removeBuild  {
+  group = "verification"
+  description = "remove build artefacts"

Review comment:
       ```suggestion
     description = "remove build artifacts"
   ```
   




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

    Worklog Id:     (was: 696010)
    Time Spent: 0.5h  (was: 20m)

> [Playground] Add steps to playgroundPrecommit gradle tasks
> ----------------------------------------------------------
>
>                 Key: BEAM-13285
>                 URL: https://issues.apache.org/jira/browse/BEAM-13285
>             Project: Beam
>          Issue Type: Improvement
>          Components: beam-playground
>            Reporter: Damon Douglas
>            Assignee: Ilya Kozyrev
>            Priority: P2
>              Labels: beam-playground-devops, beam-playground-sprint-5
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The output of this task is the following:
> 1. A task that deletes any existing build directory in the 
> playground/frontend directory
> 2. A task that runs "buf lint" inside the playground directory



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to