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

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

                Author: ASF GitHub Bot
            Created on: 20/Nov/20 21:43
            Start Date: 20/Nov/20 21:43
    Worklog Time Spent: 10m 
      Work Description: tvalentyn commented on a change in pull request #13393:
URL: https://github.com/apache/beam/pull/13393#discussion_r527986642



##########
File path: .test-infra/jenkins/job_Publish_SDK_Image_Snapshots.groovy
##########
@@ -0,0 +1,52 @@
+/*
+ * 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 CommonJobProperties as commonJobProperties
+
+// This job publishes regular snapshots of the SDK harness containers for
+// testing purposes. It builds and pushes the SDK container to the
+// specified GCR repo, tagged at the current Git commit.
+job('beam_Publish_Beam_SDK_Snapshots') {
+  description('Builds SDK harness images snapshots regularly for testing 
purposes.')
+
+  // Set common parameters.
+  commonJobProperties.setTopLevelMainJobProperties(delegate)
+
+  // // Runs once per hour.
+  commonJobProperties.setAutoJob(delegate, '0 * * * *')
+
+  // Use jenkins env var interpolation - leave in single quotes
+  def imageRepo = 'gcr.io/apache-beam-testing/beam-sdk'
+  def imageTag = '${GIT_COMMIT}'

Review comment:
       if this job is triggered on schedule, will it actually be run against 
non-master? or we talk about somebody trying to run the job manually against 
non-master?




----------------------------------------------------------------
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: 514870)
    Time Spent: 40m  (was: 0.5h)

> Publish SNAPSHOT SDK harness containers nightly
> -----------------------------------------------
>
>                 Key: BEAM-10593
>                 URL: https://issues.apache.org/jira/browse/BEAM-10593
>             Project: Beam
>          Issue Type: Task
>          Components: cross-language, sdk-java-harness, sdk-py-harness
>            Reporter: Brian Hulette
>            Priority: P2
>              Labels: Clarified
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Facilitates testing distributed runners at HEAD. 
> Discussed on 
> [dev@|https://lists.apache.org/thread.html/rd26405613c9b7b53c860080a9372e54aa5f3410e5be0db8ca414ec07%40%3Cdev.beam.apache.org%3E]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to