From 963cbc67a214cfd85d8559cd32a34943cc21b8aa Mon Sep 17 00:00:00 2001 From: Artur Zarzycki Date: Mon, 18 Jul 2016 17:31:14 +0200 Subject: [PATCH] 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 --- zuul-tp/layout.yaml | 65 --------------------------------------------- 1 file changed, 65 deletions(-) diff --git a/zuul-tp/layout.yaml b/zuul-tp/layout.yaml index 809144f..e8c4dcd 100644 --- a/zuul-tp/layout.yaml +++ b/zuul-tp/layout.yaml @@ -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