blob: 2ebec04080bd2d1d01601659a16c2952572d20da [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-openvswitch
gate:
jobs:
- atmosphere-upload-container-image-openvswitch
promote:
jobs:
- atmosphere-promote-container-image-openvswitch
- job:
name: atmosphere-build-container-image-openvswitch
parent: atmosphere-build-container-image
dependencies:
- name: atmosphere-buildset-registry
soft: false
vars: &container_image_vars
promote_container_image_job: atmosphere-upload-container-image-openvswitch
container_images:
- context: images/openvswitch
registry: harbor.atmosphere.dev
repository: "{{ container_registry }}/openvswitch"
arch:
- linux/amd64
- linux/arm64
tags:
- "{{ zuul.branch | replace('stable/', '') }}"
files: &container_image_files
- images/openvswitch/.*
- job:
name: atmosphere-upload-container-image-openvswitch
parent: atmosphere-upload-container-image
dependencies:
- name: atmosphere-buildset-registry
soft: false
vars: *container_image_vars
files: *container_image_files
- job:
name: atmosphere-promote-container-image-openvswitch
parent: atmosphere-promote-container-image
vars: *container_image_vars
files: *container_image_files