porthole/zuul.d/calicoctl-utility.yaml
Sergiy Markin fef241da50 Update calicoctl version in jammy image
Change-Id: Ib0d1b37219c76eb55d792f7a3640873011fba053
2024-09-25 21:53:05 +00:00

57 lines
1.7 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-calicoctl-utility
parent: airship-porthole-images
abstract: true
vars:
image_name: porthole-calicoctl-utility
files:
- ^charts/calicoctl-utility/.*$
- ^images/calicoctl-utility/.*$
- ^Makefile$
- ^tools/.*$
- ^zuul.d/.*$
- job:
name: airship-porthole-images-publish-calicoctl-utility
parent: airship-porthole-images
abstract: true
secrets: &secrets
- name: quay_credentials
secret: quay_credentials
pass-to-parent: true
vars:
image_name: porthole-calicoctl-utility
publish: true
tags:
dynamic:
commit: true
- job:
name: airship-porthole-images-jammy-build-calicoctl-utility
parent: airship-porthole-images-build-calicoctl-utility
vars:
distro_suffix: ubuntu_jammy
- job:
name: airship-porthole-images-jammy-publish-calicoctl-utility
parent: airship-porthole-images-publish-calicoctl-utility
secrets: *secrets
vars:
distro_suffix: ubuntu_jammy
...