[stable-only] CI: Drop all tips jobs
None of the -tips jobs should run on stable branches, so we can stop
defining them here.
Conflicts: .zuul.yaml
amended for older job names
Change-Id: I4d39c33b03a674c77afce7107f7e76292cd44511
(cherry picked from commit 41381c80b5
)
This commit is contained in:

committed by
Dr. Jens Harbott

parent
48148e7a11
commit
0c07b165ef
84
.zuul.yaml
84
.zuul.yaml
@ -1,42 +1,4 @@
|
||||
---
|
||||
- job:
|
||||
name: osc-tox-unit-tips
|
||||
parent: openstack-tox
|
||||
description: |
|
||||
Run unit tests for OpenStackClient with master branch of important libs.
|
||||
|
||||
Takes advantage of the base tox job's install-siblings feature.
|
||||
required-projects:
|
||||
- openstack/cliff
|
||||
- openstack/keystoneauth
|
||||
- openstack/openstacksdk
|
||||
- openstack/osc-lib
|
||||
- openstack/python-openstackclient
|
||||
vars:
|
||||
# Set work dir to openstackclient so that if it's triggered by one of the
|
||||
# other repos the tests will run in the same place
|
||||
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
|
||||
|
||||
- job:
|
||||
name: osc-tox-py38-tips
|
||||
parent: openstack-tox-py38
|
||||
description: |
|
||||
Run unit tests for OpenStackClient with master branch of important libs.
|
||||
|
||||
Takes advantage of the base tox job's install-siblings feature.
|
||||
# The job only tests the latest and shouldn't be run on the stable branches
|
||||
branches: ^(?!stable)
|
||||
required-projects:
|
||||
- openstack/cliff
|
||||
- openstack/keystoneauth
|
||||
- openstack/openstacksdk
|
||||
- openstack/osc-lib
|
||||
- openstack/python-openstackclient
|
||||
vars:
|
||||
# Set work dir to openstackclient so that if it's triggered by one of the
|
||||
# other repos the tests will run in the same place
|
||||
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
|
||||
|
||||
- job:
|
||||
name: osc-functional-devstack-base
|
||||
parent: devstack-tox-functional
|
||||
@ -135,38 +97,6 @@
|
||||
q-svc: false
|
||||
tox_envlist: functional
|
||||
|
||||
- job:
|
||||
name: osc-functional-devstack-tips
|
||||
parent: osc-functional-devstack
|
||||
timeout: 7800
|
||||
required-projects:
|
||||
- openstack/cliff
|
||||
- openstack/keystoneauth
|
||||
- openstack/openstacksdk
|
||||
- openstack/osc-lib
|
||||
- openstack/python-openstackclient
|
||||
vars:
|
||||
devstack_localrc:
|
||||
LIBS_FROM_GIT: python-openstackclient,openstacksdk,osc-lib,cliff
|
||||
# This is insufficient, but leaving it here as a reminder of what may
|
||||
# someday be all we need to make this work
|
||||
# disable_python3_package swift
|
||||
DISABLED_PYTHON3_PACKAGES: swift
|
||||
devstack_services:
|
||||
# Swift is not ready for python3 yet: At a minimum keystonemiddleware needs
|
||||
# to be installed in the py2 env, there are probably other things too...
|
||||
s-account: false
|
||||
s-container: false
|
||||
s-object: false
|
||||
s-proxy: false
|
||||
# As swift is not available for this job, c-bak service won't be functional.
|
||||
# The backup related tests can be handled by other jobs having swift enabled.
|
||||
# The backup service along with swift services can be enabled once swift is
|
||||
# compatible with py3
|
||||
c-bak: false
|
||||
tox_envlist: functional
|
||||
tox_install_siblings: true
|
||||
|
||||
- secret:
|
||||
name: osc-dockerhub
|
||||
data:
|
||||
@ -225,19 +155,9 @@
|
||||
nodes: []
|
||||
vars: *osc_image_vars
|
||||
|
||||
- project-template:
|
||||
name: osc-tox-unit-tips
|
||||
check:
|
||||
jobs:
|
||||
- osc-tox-py38-tips
|
||||
gate:
|
||||
jobs:
|
||||
- osc-tox-py38-tips
|
||||
|
||||
- project:
|
||||
templates:
|
||||
- openstackclient-plugin-jobs
|
||||
- osc-tox-unit-tips
|
||||
- openstack-cover-jobs
|
||||
- openstack-python3-zed-jobs
|
||||
- publish-openstack-docs-pti
|
||||
@ -253,10 +173,6 @@
|
||||
# # should be disabled until the New Way of testing against old clouds
|
||||
# # is ready and backported
|
||||
# branches: ^(?!stable/(newton|ocata)).*$
|
||||
- osc-functional-devstack-tips:
|
||||
# The functional-tips job only tests the latest and shouldn't be run
|
||||
# on the stable branches
|
||||
branches: ^(?!stable)
|
||||
gate:
|
||||
jobs:
|
||||
- osc-upload-image
|
||||
|
Reference in New Issue
Block a user