[
https://issues.apache.org/jira/browse/BEAM-6011?focusedWorklogId=165995&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-165995
]
ASF GitHub Bot logged work on BEAM-6011:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Nov/18 18:04
Start Date: 14/Nov/18 18:04
Worklog Time Spent: 10m
Work Description: apilloud commented on a change in pull request #7021:
[BEAM-6011] Phrase triggering nexmark
URL: https://github.com/apache/beam/pull/7021#discussion_r233556417
##########
File path: .test-infra/jenkins/NexmarkBuilder.groovy
##########
@@ -0,0 +1,114 @@
+/*
+ * 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
+
+// Class for building nexmark jobs and suites.
+class NexmarkBuilder {
+
+ private static Map<String, Object> defaultOptions = [
+ 'bigQueryTable' : 'nexmark',
Review comment:
Nevermind, looks like you did it on dataset instead of table. That will be
fine too. (I should read PR descriptions before I comment.)
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 165995)
Time Spent: 40m (was: 0.5h)
> Enable Phrase triggering in Nexmark jobs
> ----------------------------------------
>
> Key: BEAM-6011
> URL: https://issues.apache.org/jira/browse/BEAM-6011
> Project: Beam
> Issue Type: Bug
> Components: testing
> Reporter: Lukasz Gajowy
> Assignee: Lukasz Gajowy
> Priority: Critical
> Time Spent: 40m
> Remaining Estimate: 0h
>
> We need to enable Phrase Triggering (running Jenkins jobs from PR) for
> Nexmark jobs so that we could check if pull requests are not breaking
> anything before merging them.
> *Note*: Currently Nexmark jobs run post commit on master and publish their
> results to BigQuery database. In order not to pollute the results collected
> for master we should save the results for Pr-triggered jobs in some other
> tables/datasets or even not save them at all (turn off publishing to BQ).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)