porthole/zuul.d/postgresql-utility.yaml
Sergiy Markin 2d3e2028ad Pin MaxScale version to 6 series
Newer versions of MaxScale are not compatible with
Ubuntu Jammy.

Also aded some fixes to align with osh-infra
recent updates.

Change-Id: I64a9bd5219122d0659ac241d87e1c6ce828eb8e8
2025-03-18 15:47:10 +00:00

61 lines
1.8 KiB
YAML

---
# Copyright 2019 AT&T Intellectual Property. All other rights reserved.
#
# 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
#
# https://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.
- job:
name: airship-porthole-images-build-postgresql-utility
parent: airship-porthole-images
abstract: true
vars:
image_name: porthole-postgresql-utility
files:
- ^charts/postgresql-utility/.*$
- ^images/postgresql-utility/.*$
- ^Makefile$
- ^tools/.*$
- ^zuul.d/.*$
- job:
name: airship-porthole-images-publish-postgresql-utility
parent: airship-porthole-images
abstract: true
secrets: &secrets
- name: quay_credentials
secret: quay_credentials
pass-to-parent: true
vars:
image_name: porthole-postgresql-utility
publish: true
tags:
dynamic:
commit: true
- job:
name: airship-porthole-images-jammy-build-postgresql-utility
parent: airship-porthole-images-build-postgresql-utility
vars:
distro_suffix: ubuntu_jammy
ingress_setup: true
ingress_openstack_setup: false
ingress_ceph_setup: false
ingress_osh_infra_setup: true
- job:
name: airship-porthole-images-jammy-publish-postgresql-utility
parent: airship-porthole-images-publish-postgresql-utility
secrets: *secrets
vars:
distro_suffix: ubuntu_jammy
...