From commits-return-63241-archive-asf-public=cust-asf.ponee.io@beam.apache.org Tue Mar 27 05:09:05 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id B3BF6180679 for ; Tue, 27 Mar 2018 05:09:04 +0200 (CEST) Received: (qmail 63084 invoked by uid 500); 27 Mar 2018 03:09:03 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 63070 invoked by uid 99); 27 Mar 2018 03:09:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2018 03:09:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id EE0B51A112D for ; Tue, 27 Mar 2018 03:09:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -101.511 X-Spam-Level: X-Spam-Status: No, score=-101.511 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id xQApBeFLVTdC for ; Tue, 27 Mar 2018 03:09:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 887B660DE8 for ; Tue, 27 Mar 2018 03:09:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id CFFC4E0E34 for ; Tue, 27 Mar 2018 03:09:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4307E2150D for ; Tue, 27 Mar 2018 03:09:00 +0000 (UTC) Date: Tue, 27 Mar 2018 03:09:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: commits@beam.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Work logged] (BEAM-3339) Create post-release testing of the nightly snapshots MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/BEAM-3339?focusedWorklogId=84682&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-84682 ] ASF GitHub Bot logged work on BEAM-3339: ---------------------------------------- Author: ASF GitHub Bot Created on: 27/Mar/18 03:08 Start Date: 27/Mar/18 03:08 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_r177295512 ########## File path: release/src/main/groovy/MoblieGamingJavaUtils.groovy ########## @@ -0,0 +1,148 @@ +#!groovy +import java.text.SimpleDateFormat + +/* + * 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. + */ + + +class MobileGamingJavaUtils { + + public static final RUNNERS = [DirectRunner: "direct-runner", + DataflowRunner: "dataflow-runner", + SparkRunner: "spark-runner", + ApexRunner: "apex-runner", + FlinkRunner: "flink-runner"] + + public static final EXECUTION_TIMEOUT = 20 Review comment: EXECUTION_TIMEOUT -> EXECUTION_TIMEOUT_IN_MINUTES ---------------------------------------------------------------- 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: users@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 84682) Time Spent: 77.5h (was: 77h 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: 77.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)