[
https://issues.apache.org/jira/browse/BEAM-14013?focusedWorklogId=755254&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-755254
]
ASF GitHub Bot logged work on BEAM-14013:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Apr/22 15:06
Start Date: 11/Apr/22 15:06
Worklog Time Spent: 10m
Work Description: benWize commented on code in PR #17312:
URL: https://github.com/apache/beam/pull/17312#discussion_r847433274
##########
.test-infra/jenkins/job_PreCommit_Kotlin_Examples.groovy:
##########
@@ -0,0 +1,33 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+import PrecommitJobBuilder
+
+PrecommitJobBuilder builder = new PrecommitJobBuilder(
+ scope: this,
+ nameBase: 'Kotlin_Examples',
+ gradleTask: ':examples:kotlin:preCommit',
+ triggerPathPatterns: [
+ '^model/.*$',
+ '^sdks/java/.*$',
+ '^runners/google-cloud-dataflow-java/.*$',
Review Comment:
Ok, changed!
Issue Time Tracking
-------------------
Worklog Id: (was: 755254)
Time Spent: 2h 10m (was: 2h)
> Add jenkins job for Kotlin precommit.
> -------------------------------------
>
> Key: BEAM-14013
> URL: https://issues.apache.org/jira/browse/BEAM-14013
> Project: Beam
> Issue Type: New Feature
> Components: examples-java, testing
> Reporter: Kyle Weaver
> Assignee: Benjamin Gonzalez
> Priority: P2
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> There's a Gradle task for a Kotlin precommit (:examples:kotlin:preCommit) but
> as far as I can tell it is not run anywhere. We should add a Jenkins job for
> it.
> https://github.com/apache/beam/blob/d9d3c93c69c04c132310fe70be0ac243757460f7/examples/kotlin/build.gradle#L124
--
This message was sent by Atlassian Jira
(v8.20.1#820001)