From 41381c80b5f3583639a9cd9bab6d208684112fd7 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Tue, 19 Sep 2023 08:59:09 +0200 Subject: [PATCH] [stable-only] CI: Drop all tips jobs None of the -tips jobs should run on stable branches, so we can stop defining them here. Change-Id: I4d39c33b03a674c77afce7107f7e76292cd44511 --- .zuul.yaml | 94 ------------------------------------------------------ 1 file changed, 94 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index b7f2c1353..a7f416bf3 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,62 +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-tox-py310-tips - parent: openstack-tox-py310 - 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 parent: devstack-tox-functional @@ -119,26 +61,6 @@ tox_envlist: functional 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: name: osc-dockerhub data: @@ -197,21 +119,9 @@ nodes: [] vars: *osc_image_vars -- project-template: - name: osc-tox-unit-tips - check: - jobs: - - osc-tox-py38-tips - - osc-tox-py310-tips - gate: - jobs: - - osc-tox-py38-tips - - osc-tox-py310-tips - - project: templates: - openstackclient-plugin-jobs - - osc-tox-unit-tips - openstack-cover-jobs - openstack-python3-jobs - publish-openstack-docs-pti @@ -221,10 +131,6 @@ jobs: - osc-build-image - 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: jobs: - osc-upload-image