From a396ab074b7a4d9abf4398212ea61d50ed32f9d7 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 16 Jul 2015 20:03:01 +0200 Subject: [PATCH] remove check-gerrit-buck Rename check-gerrit-buck to gate-gerrit-buck and remove the old gate-gerrit-buck. check-gerrit-buck was the last job starting with "check-". We do not need both check- and gate- jobs. The only difference between them was that the gate job did not publish to the tarballs site. Change-Id: Ibde25e1b53399bdda73992ca4c016d45d73812b4 --- jenkins/jobs/gerrit.yaml | 29 +---------------------------- zuul/layout.yaml | 2 +- 2 files changed, 2 insertions(+), 29 deletions(-) diff --git a/jenkins/jobs/gerrit.yaml b/jenkins/jobs/gerrit.yaml index a98a0d515b..7119869d90 100644 --- a/jenkins/jobs/gerrit.yaml +++ b/jenkins/jobs/gerrit.yaml @@ -1,5 +1,5 @@ - job: - name: check-gerrit-buck + name: gate-gerrit-buck node: 'bare-precise || bare-trusty' wrappers: @@ -30,33 +30,6 @@ target: 'tarballs/ci/test' - console-log -- job: - name: gate-gerrit-buck - node: 'bare-precise || bare-trusty' - - wrappers: - - build-timeout: - timeout: 40 - - timestamps - - builders: - - revoke-sudo - - install-buck - - shell: | - #!/bin/bash -xe - export PATH=`pwd`/buck/bin:$PATH - mkdir -p gerrit - cd gerrit - /usr/local/jenkins/slave_scripts/gerrit-git-prep.sh https://review.openstack.org git://git.openstack.org - /usr/local/jenkins/slave_scripts/version-properties.sh - source version.properties - buck clean - buck test --all --exclude slow - buck build release - cp buck-out/gen/release.war buck-out/gen/gerrit-$PROJECT_VER.war - - publishers: - - console-log - job: name: gerrit-package-buck diff --git a/zuul/layout.yaml b/zuul/layout.yaml index b8f9f645e2..aa021a2dbb 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -5017,7 +5017,7 @@ projects: template: - name: merge-check check: - - check-gerrit-buck + - gate-gerrit-buck gate: - gate-gerrit-buck post: