Remove gate pipline from zuul

3rd party CI has no possibility to merge,
only openstack-infra CI can do this,
and all jobs should run in check pipeline

Change-Id: I2ff86ef2ccbb7dc56babf4b9883022fa3388a0d7
This commit is contained in:
Artur Zarzycki 2016-07-18 17:31:14 +02:00
parent 70981cac42
commit 963cbc67a2
1 changed files with 0 additions and 65 deletions

View File

@ -22,42 +22,6 @@ pipelines:
gerrit:
verified: 1
- name: gate
description: Changes that have been approved by core developers are enqueued in order in this pipeline, and if they pass tests in Jenkins, will be merged.
success-message: Build succeeded (gate pipeline).
failure-message: Build failed (gate pipeline). For information on how to proceed, see http://docs.openstack.org/infra/manual/developers.html#automated-testing
manager: DependentPipelineManager
source: gerrit
precedence: high
require:
open: True
current-patchset: True
approval:
- verified: [1, 2]
username: mirantis-fuel-ccp-ci
- workflow: 1
trigger:
gerrit:
- event: comment-added
approval:
- workflow: 1
- event: comment-added
approval:
- verified: 1
username: mirantis-fuel-ccp-ci
start:
gerrit:
verified: 0
success:
gerrit:
verified: 2
submit: true
failure:
gerrit:
verified: -2
window-floor: 20
window-increase-factor: 2
- name: post
description: This pipeline runs jobs that operate after each change is merged.
manager: IndependentPipelineManager
@ -69,7 +33,6 @@ pipelines:
ref: ^(?!refs/).*$
project-templates:
- name: verify-tox
check:
@ -89,68 +52,46 @@ projects:
- name: openstack/fuel-ccp
check:
- fuel-ccp-gate-job
gate:
- fuel-ccp-gate-job
- name: openstack/fuel-ccp-debian-base
check:
- test-build-debianbase
gate:
- test-build-debianbase
- name: openstack/fuel-ccp-ext-config
check:
- fuel-ccp-ext-config-gate-job
gate:
- fuel-ccp-ext-config-gate-job
- name: openstack/fuel-ccp-glance
check:
- test-build-glance
gate:
- test-build-glance
- name: openstack/fuel-ccp-horizon
check:
- test-build-horizon
gate:
- test-build-horizon
- name: openstack/fuel-ccp-keystone
check:
- test-build-keystone
gate:
- test-build-keystone
- name: openstack/fuel-ccp-mariadb
check:
- test-build-mariadb
gate:
- test-build-mariadb
- name: openstack/fuel-ccp-memcached
check:
- test-build-memcached
gate:
- test-build-memcached
- name: openstack/fuel-ccp-neutron
check:
- test-build-neutron
gate:
- test-build-neutron
- name: openstack/fuel-ccp-nova
check:
- test-build-nova
gate:
- test-build-nova
- name: openstack/fuel-ccp-openstack-base
check:
- test-build-openstackbase
gate:
- test-build-openstackbase
- name: openstack/fuel-ccp-rabbitmq
check:
@ -159,20 +100,14 @@ projects:
- name: openstack/fuel-ccp-installer
check:
- fuel-ccp-installer
gate:
- fuel-ccp-installer
- name: openstack/fuel-ccp-tests
check:
- fuel-ccp-mcp-qa
gate:
- fuel-ccp-mcp-qa
- name: openstack/fuel-ccp-ci-config
check:
- verify-jjb-project-config
gate:
- verify-jjb-project-config
post:
- update-jenkins-jobs