You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tg...@apache.org on 2017/08/07 23:11:22 UTC

[1/2] beam git commit: This closes #3697

Repository: beam
Updated Branches:
  refs/heads/master 086ec7758 -> c9abd15e5


This closes #3697


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

Branch: refs/heads/master
Commit: c9abd15e520cd2e6abd99a82b74ed93436bf0409
Parents: 086ec77 6c81a3a
Author: Thomas Groh <tg...@google.com>
Authored: Mon Aug 7 16:11:11 2017 -0700
Committer: Thomas Groh <tg...@google.com>
Committed: Mon Aug 7 16:11:11 2017 -0700

----------------------------------------------------------------------
 .../jenkins/job_beam_ListView_Create.groovy     | 42 --------------------
 1 file changed, 42 deletions(-)
----------------------------------------------------------------------



[2/2] beam git commit: Delete list job creation -- creates in wrong place.

Posted by tg...@apache.org.
Delete list job creation -- creates in wrong place.

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

Branch: refs/heads/master
Commit: 6c81a3aa77e8cf6f1f7499e60f1c7d1ce1dfda46
Parents: 086ec77
Author: jasonkuster <ja...@google.com>
Authored: Mon Aug 7 14:13:57 2017 -0700
Committer: Thomas Groh <tg...@google.com>
Committed: Mon Aug 7 16:11:11 2017 -0700

----------------------------------------------------------------------
 .../jenkins/job_beam_ListView_Create.groovy     | 42 --------------------
 1 file changed, 42 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/6c81a3aa/.test-infra/jenkins/job_beam_ListView_Create.groovy
----------------------------------------------------------------------
diff --git a/.test-infra/jenkins/job_beam_ListView_Create.groovy b/.test-infra/jenkins/job_beam_ListView_Create.groovy
deleted file mode 100644
index 9c304da..0000000
--- a/.test-infra/jenkins/job_beam_ListView_Create.groovy
+++ /dev/null
@@ -1,42 +0,0 @@
-/*
- * 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.
- */
-
-// This creates a standard List View for Beam. It filters out executors not associated with Beam
-// and pulls in all jobs which start with 'beam_'.
-listView('Beam') {
-    description('Jenkins builds for the Beam project.')
-    filterBuildQueue()
-    filterExecutors()
-    jobs {
-        regex(/beam_.+/)
-    }
-    jobFilters {
-        all()
-    }
-    columns {
-        status()
-        weather()
-        name()
-        lastSuccess()
-        lastFailure()
-        lastDuration()
-        lastBuildConsole()
-        buildButton()
-    }
-}
-