From 38c0c6f363463e89e1a63d0650a5fe015fa70a2f Mon Sep 17 00:00:00 2001
From: "John L. Villalovos" <openstack.org@sodarock.com>
Date: Mon, 5 Feb 2018 20:51:55 -0800
Subject: [PATCH] zuul.d: gerritbot: Remove check and gate jobs as now in repo

The gerritbot repository now has a .zuul.yaml file[1] which has the
check and gate jobs defined for it. It is no longer needed to have it
here and also stops us from running the pep8 job twice for submitted
patches.

[1] Commit 4658934d2239c32103c0e04cb32e2af4d44c16f4 in
    openstack/gerritbot

Change-Id: I7e0b64bb4a880c5b100a87164b66841c8a403be9
---
 zuul.d/projects.yaml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml
index 67a20cd201..d17f786eaf 100644
--- a/zuul.d/projects.yaml
+++ b/zuul.d/projects.yaml
@@ -562,12 +562,6 @@
     templates:
       - system-required
       - publish-to-pypi
-    check:
-      jobs:
-        - openstack-tox-pep8
-    gate:
-      jobs:
-        - openstack-tox-pep8
     post:
       jobs:
         - publish-openstack-python-branch-tarball