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:
parent
51376227e4
commit
39953c80f1
@ -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}'
|
||||
|
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user