[
https://issues.apache.org/jira/browse/BEAM-4762?focusedWorklogId=203696&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-203696
]
ASF GitHub Bot logged work on BEAM-4762:
----------------------------------------
Author: ASF GitHub Bot
Created on: 25/Feb/19 14:31
Start Date: 25/Feb/19 14:31
Worklog Time Spent: 10m
Work Description: echauchot commented on pull request #6808: [BEAM-4762]
Add Gearpump Nexmark PostCommit scripts
URL: https://github.com/apache/beam/pull/6808#discussion_r259848018
##########
File path: .test-infra/jenkins/job_PostCommit_Java_Nexmark_Gearpump.groovy
##########
@@ -0,0 +1,49 @@
+/*
+ * 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
+import NexmarkBigqueryProperties
+import PostcommitJobBuilder
+
+// This job runs the suite of Nexmark tests against the Gearpump runner.
+PostcommitJobBuilder.postCommitJob('beam_PostCommit_Java_Nexmark_Gearpump',
'Run Gearpump Nexmark',
+ 'Gearpump Runner Nexmark Tests', this) {
+ description('Runs the Nexmark suite on the Gearpump runner.')
+
+ // Set common parameters.
+ commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 240,
true, 'beam-perf')
+
+ // Gradle goals for this job.
+ steps {
+ shell('echo *** RUN NEXMARK IN STREAMING MODE USING GEARPUMP RUNNER ***')
Review comment:
you forgot to add the run of sql version of the queries
----------------------------------------------------------------
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: 203696)
Time Spent: 7h 10m (was: 7h)
> Add postCommit scripts and perfkit dashboards for nexmark on Gearpump runner
> ----------------------------------------------------------------------------
>
> Key: BEAM-4762
> URL: https://issues.apache.org/jira/browse/BEAM-4762
> Project: Beam
> Issue Type: Test
> Components: examples-nexmark
> Reporter: Etienne Chauchot
> Assignee: Manu Zhang
> Priority: Major
> Labels: triaged
> Time Spent: 7h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)