blob: 882b0d57572c44a97f52e76949fc49309fbf4aef [file] [log] [blame]
# Copyright (c) 2024 VEXXHOST, 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:
check:
jobs:
- atmosphere-build-container-image-ovn
gate:
jobs:
- atmosphere-build-container-image-ovn
promote:
jobs:
- atmosphere-promote-container-image-ovn
- job:
name: atmosphere-build-container-image-ovn
parent: atmosphere-build-container-image
dependencies:
- name: atmosphere-buildset-registry
soft: false
- name: atmosphere-build-container-image-openvswitch
soft: true
vars: &container_image_vars
promote_container_image_job: atmosphere-build-container-image-ovn
container_images:
- context: images/ovn
registry: harbor.atmosphere.dev
repository: "{{ container_registry }}/ovn-central"
arch:
- linux/amd64
build_args:
- REGISTRY={{ container_registry }}
- "RELEASE={{ zuul.branch | replace('stable/', '') }}"
- OVN_COMPONENT=central
tags:
- "{{ zuul.branch | replace('stable/', '') }}"
- context: images/ovn
registry: harbor.atmosphere.dev
repository: "{{ container_registry }}/ovn-host"
arch:
- linux/amd64
- linux/arm64
build_args:
- REGISTRY={{ container_registry }}
- "RELEASE={{ zuul.branch | replace('stable/', '') }}"
- OVN_COMPONENT=host
tags:
- "{{ zuul.branch | replace('stable/', '') }}"
files: &container_image_files
- images/openvswitch/.*
- images/ovn/.*
- job:
name: atmosphere-promote-container-image-ovn
parent: atmosphere-promote-container-image
vars: *container_image_vars
files: *container_image_files