Jobs cleanup prior to drop of python3.6 support
Tobiko next release 0.7.0 will not support python3.6. This patch removes some obsolete jobs from the devstack-plugin-tobiko project. Change-Id: I4a5ac77948ddb65944b0852b03122190a659269b
This commit is contained in:
parent
d637b6d826
commit
af7ba5759f
@ -19,7 +19,7 @@ repos:
|
||||
- id: trailing-whitespace
|
||||
|
||||
- repo: https://github.com/adrienverge/yamllint.git
|
||||
rev: v1.31.0
|
||||
rev: v1.32.0
|
||||
hooks:
|
||||
- id: yamllint
|
||||
files: \.(yaml|yml)$
|
||||
|
@ -1,27 +0,0 @@
|
||||
---
|
||||
|
||||
- project-template:
|
||||
name: devstack-tobiko-fedora
|
||||
description: Fedora Devstack Tobiko Plugin jobs
|
||||
periodic: &PERIODIC
|
||||
jobs:
|
||||
- devstack-tobiko-fedora
|
||||
|
||||
|
||||
# --- Minimal jobs -----------------------------------------------------------
|
||||
|
||||
- job:
|
||||
abstract: false
|
||||
name: devstack-tobiko-fedora
|
||||
parent: devstack-tobiko-minimal
|
||||
nodeset: devstack-tobiko-fedora
|
||||
voting: false
|
||||
description: Fedora Devstack Tobiko Plugin job
|
||||
vars:
|
||||
devstack_local_conf:
|
||||
post-config:
|
||||
$NEUTRON_CONF:
|
||||
ovn:
|
||||
# NOTE(slaweq): In Fedora OVN already supports allow-stateless
|
||||
# keyword as an ACL's action
|
||||
allow_stateless_action_supported: True
|
@ -25,15 +25,7 @@
|
||||
name: devstack-tobiko-centos
|
||||
nodes:
|
||||
- name: controller
|
||||
label: nested-virt-centos-8-stream
|
||||
groups: *STANDALONE_GROUPS
|
||||
|
||||
|
||||
- nodeset:
|
||||
name: devstack-tobiko-fedora
|
||||
nodes:
|
||||
- name: controller
|
||||
label: fedora-34
|
||||
label: nested-virt-centos-9-stream
|
||||
groups: *STANDALONE_GROUPS
|
||||
|
||||
|
||||
@ -72,15 +64,3 @@
|
||||
nodes:
|
||||
- compute1
|
||||
- compute2
|
||||
|
||||
|
||||
- nodeset:
|
||||
name: devstack-tobiko-multinode-fedora
|
||||
nodes:
|
||||
- name: controller
|
||||
label: fedora-34
|
||||
- name: compute1
|
||||
label: fedora-34
|
||||
- name: compute2
|
||||
label: fedora-34
|
||||
groups: *MULTINODE_GROUPS
|
||||
|
@ -6,7 +6,6 @@
|
||||
- devstack-tobiko
|
||||
- devstack-tobiko-centos
|
||||
- devstack-tobiko-designate
|
||||
- devstack-tobiko-fedora
|
||||
- devstack-tobiko-functional
|
||||
- devstack-tobiko-heat
|
||||
- devstack-tobiko-minimal
|
||||
|
Loading…
x
Reference in New Issue
Block a user