Files
openstack-ansible-openstack…/zuul.d/project.yaml
Dmitriy Rabotyagov cfb9d1932c Install curl by defining binary that is provided
Currently, curl conflicts with curl-minimal package on Rocky:
package curl-minimal-7.76.1-19.el9_1.1.x86_64 conflicts with curl
provided by curl-7.76.1-19.el9_1.1.x86_64

To avoid complex logic between curl/curl-minimal we just install
package by providing a path to the binary it should provide.

Based on the distro this will result in instalation of either
curl or curl-minimal.

We also disable rhel9 jobs to sort out circular dependnecy.

Change-Id: If0f08e98912f1f7d060e5b9a338062d3d8469f3a
2023-02-08 08:39:34 +00:00

42 lines
1.5 KiB
YAML

---
# Copyright 2017, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- project:
templates:
- openstack-ansible-deploy-hosts_metal-jobs
- openstack-ansible-deploy-hosts_distro_lxc-jobs
- openstack-ansible-upgrade-infra_lxc-jobs
- check-requirements
- publish-openstack-docs-pti
- build-release-notes-jobs-python3
- openstack-ansible-linters-jobs
check:
jobs:
- openstack-ansible-deploy-hosts_metal-centos-9-stream:
voting: false
- openstack-ansible-deploy-hosts_metal-rockylinux-9:
voting: false
- openstack-ansible-deploy-hosts_distro_lxc-centos-9-stream:
voting: false
gate:
jobs:
- openstack-ansible-deploy-hosts_metal-centos-9-stream:
voting: false
- openstack-ansible-deploy-hosts_metal-rockylinux-9:
voting: false
- openstack-ansible-deploy-hosts_distro_lxc-centos-9-stream:
voting: false