[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 41381c80b5f3583639a9cd9bab6d208684112fd7)
This commit is contained in:
parent
a03e3dbf75
commit
02172959fe
72
.zuul.yaml
72
.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:
|
- job:
|
||||||
name: osc-functional-devstack
|
name: osc-functional-devstack
|
||||||
parent: devstack-tox-functional
|
parent: devstack-tox-functional
|
||||||
@ -99,26 +61,6 @@
|
|||||||
tox_envlist: functional
|
tox_envlist: functional
|
||||||
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
|
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
|
||||||
|
|
||||||
- job:
|
|
||||||
name: osc-functional-devstack-tips
|
|
||||||
parent: osc-functional-devstack
|
|
||||||
description: |
|
|
||||||
Run functional tests for OpenStackClient with master branch of important libs.
|
|
||||||
|
|
||||||
Takes advantage of the base tox job's install-siblings feature.
|
|
||||||
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
|
|
||||||
tox_envlist: functional
|
|
||||||
tox_install_siblings: true
|
|
||||||
|
|
||||||
- secret:
|
- secret:
|
||||||
name: osc-dockerhub
|
name: osc-dockerhub
|
||||||
data:
|
data:
|
||||||
@ -177,19 +119,9 @@
|
|||||||
nodes: []
|
nodes: []
|
||||||
vars: *osc_image_vars
|
vars: *osc_image_vars
|
||||||
|
|
||||||
- project-template:
|
|
||||||
name: osc-tox-unit-tips
|
|
||||||
check:
|
|
||||||
jobs:
|
|
||||||
- osc-tox-py38-tips
|
|
||||||
gate:
|
|
||||||
jobs:
|
|
||||||
- osc-tox-py38-tips
|
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
- openstackclient-plugin-jobs
|
- openstackclient-plugin-jobs
|
||||||
- osc-tox-unit-tips
|
|
||||||
- openstack-cover-jobs
|
- openstack-cover-jobs
|
||||||
- openstack-python3-jobs
|
- openstack-python3-jobs
|
||||||
- publish-openstack-docs-pti
|
- publish-openstack-docs-pti
|
||||||
@ -199,10 +131,6 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- osc-build-image
|
- osc-build-image
|
||||||
- osc-functional-devstack
|
- osc-functional-devstack
|
||||||
- osc-functional-devstack-tips:
|
|
||||||
# The functional-tips job only tests the latest and shouldn't be run
|
|
||||||
# on the stable branches
|
|
||||||
branches: ^(?!stable)
|
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- osc-upload-image
|
- osc-upload-image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user