You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2016/12/14 03:27:45 UTC

[1/2] incubator-beam git commit: Add Jenkins postcommit for RunnableOnService in Apex runner

Repository: incubator-beam
Updated Branches:
  refs/heads/master 44b4eba51 -> f516627e0


Add Jenkins postcommit for RunnableOnService in Apex runner


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/c1086f32
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/c1086f32
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/c1086f32

Branch: refs/heads/master
Commit: c1086f32c8c6c51dbeae0d8005468dac58501dca
Parents: cf2c1d6
Author: Kenneth Knowles <kl...@google.com>
Authored: Tue Dec 13 11:12:11 2016 -0800
Committer: Kenneth Knowles <kl...@google.com>
Committed: Tue Dec 13 14:35:19 2016 -0800

----------------------------------------------------------------------
 ...ostCommit_Java_RunnableOnService_Apex.groovy | 41 ++++++++++++++++++++
 1 file changed, 41 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/c1086f32/.jenkins/job_beam_PostCommit_Java_RunnableOnService_Apex.groovy
----------------------------------------------------------------------
diff --git a/.jenkins/job_beam_PostCommit_Java_RunnableOnService_Apex.groovy b/.jenkins/job_beam_PostCommit_Java_RunnableOnService_Apex.groovy
new file mode 100644
index 0000000..79d12be
--- /dev/null
+++ b/.jenkins/job_beam_PostCommit_Java_RunnableOnService_Apex.groovy
@@ -0,0 +1,41 @@
+/*
+ * 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 common_job_properties
+
+// This job runs the suite of RunnableOnService tests against the Apex runner.
+mavenJob('beam_PostCommit_Java_RunnableOnService_Apex') {
+  description('Runs the RunnableOnService suite on the Apex runner.')
+
+  // Set common parameters.
+  common_job_properties.setTopLevelJobProperties(delegate)
+
+  // Set maven parameters.
+  common_job_properties.setMavenConfig(delegate)
+
+  // Sets that this is a PostCommit job.
+  common_job_properties.setPostCommit(delegate)
+
+  // Maven goals for this job.
+  goals('''clean verify --projects runners/apex \
+      --also-make \
+      --batch-mode \
+      --errors \
+      --profile runnable-on-service-tests \
+      --profile local-runnable-on-service-tests''')
+}


[2/2] incubator-beam git commit: This closes #1598

Posted by ke...@apache.org.
This closes #1598


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/f516627e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/f516627e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/f516627e

Branch: refs/heads/master
Commit: f516627e0d5362cb9924d868b0863742446b5425
Parents: 44b4eba c1086f3
Author: Kenneth Knowles <kl...@google.com>
Authored: Tue Dec 13 19:27:11 2016 -0800
Committer: Kenneth Knowles <kl...@google.com>
Committed: Tue Dec 13 19:27:11 2016 -0800

----------------------------------------------------------------------
 ...ostCommit_Java_RunnableOnService_Apex.groovy | 41 ++++++++++++++++++++
 1 file changed, 41 insertions(+)
----------------------------------------------------------------------