kolla: Remove kolla-functional-f21 job

Remove the kolla-functional-f21 job because it only runs the
removed-from-kolla bash build scripts.  The build gating is now
handled by other jobs which run a Python based build tool.  As a
result, evreything related to the kolla-functoinal-f21 job can be
removed.

As stands now this check will always fail because the bash buid
scripts are completely removed  from the kolla repo and this check
job depends on these removed bash build scripts.

Change-Id: I4de8fb52c6a32b6999f6be4112fa0b76e9f0ac42
This commit is contained in:
Steven Dake 2015-08-27 14:40:17 -07:00
parent 51376227e4
commit 39953c80f1
3 changed files with 0 additions and 29 deletions

View File

@ -1,25 +1,3 @@
- job-template:
name: '{pipeline}-kolla-functional-f21'
node: '{node}'
wrappers:
- build-timeout:
timeout: 90
- timestamps
builders:
- link-logs
- net-info
- gerrit-git-prep
- shell: |
#!/bin/bash -xe
tests/setup_gate.sh
tox -e images
publishers:
- console-log
- job-template:
name: '{pipeline}-kolla-build-images-{distro}-{type}'
node: '{node}'

View File

@ -5308,9 +5308,6 @@
- openstack-publish-jobs
- 'gate-{name}-tox-{envlist}':
envlist: validate-contents
- '{pipeline}-kolla-functional-f21':
node: 'devstack-f21'
pipeline: gate
- '{pipeline}-kolla-build-images-{distro}-{type}':
distro: centos
node: 'devstack-centos7'

View File

@ -1455,9 +1455,6 @@ jobs:
- name: gate-glance_store-python34
branch: ^(?!stable/kilo).*$
- name: gate-kolla-functional-f21
voting: false
- name: gate-kolla-build-images-centos-binary
voting: false
@ -7498,7 +7495,6 @@ projects:
- gate-kolla-bashate
- gate-kolla-pep8
- gate-kolla-tox-validate-contents
- gate-kolla-functional-f21
- gate-kolla-build-images-centos-binary
- gate-kolla-build-images-centos-source
- gate-kolla-build-images-ubuntu-source