blob: 882b0d57572c44a97f52e76949fc49309fbf4aef [file] [log] [blame]
Mohammed Naserda994232024-04-13 12:34:01 -04001# Copyright (c) 2024 VEXXHOST, Inc.
2#
3# Licensed under the Apache License, Version 2.0 (the "License"); you may
4# not use this file except in compliance with the License. You may obtain
5# a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12# License for the specific language governing permissions and limitations
13# under the License.
14
15- project:
16 check:
17 jobs:
18 - atmosphere-build-container-image-ovn
19 gate:
20 jobs:
Mohammed Naser62c07432025-01-15 17:08:19 -050021 - atmosphere-build-container-image-ovn
Mohammed Naserda994232024-04-13 12:34:01 -040022 promote:
23 jobs:
24 - atmosphere-promote-container-image-ovn
25
26- job:
27 name: atmosphere-build-container-image-ovn
28 parent: atmosphere-build-container-image
29 dependencies:
Mohammed Naser0de47b72024-04-23 00:00:02 -040030 - name: atmosphere-buildset-registry
31 soft: false
Mohammed Naserda994232024-04-13 12:34:01 -040032 - name: atmosphere-build-container-image-openvswitch
33 soft: true
34 vars: &container_image_vars
Mohammed Naser62c07432025-01-15 17:08:19 -050035 promote_container_image_job: atmosphere-build-container-image-ovn
Mohammed Naserda994232024-04-13 12:34:01 -040036 container_images:
37 - context: images/ovn
Mohammed Naser4ad7b512024-12-11 23:34:48 -050038 registry: harbor.atmosphere.dev
Mohammed Naserbcd53112025-01-15 16:49:44 -050039 repository: "{{ container_registry }}/ovn-central"
Mohammed Naserda994232024-04-13 12:34:01 -040040 arch:
41 - linux/amd64
42 build_args:
Mohammed Naserbcd53112025-01-15 16:49:44 -050043 - REGISTRY={{ container_registry }}
Mohammed Naserd30f18d2024-04-17 01:20:43 -040044 - "RELEASE={{ zuul.branch | replace('stable/', '') }}"
Mohammed Naserda994232024-04-13 12:34:01 -040045 - OVN_COMPONENT=central
46 tags:
Mohammed Naserd30f18d2024-04-17 01:20:43 -040047 - "{{ zuul.branch | replace('stable/', '') }}"
Mohammed Naserda994232024-04-13 12:34:01 -040048 - context: images/ovn
Mohammed Naser4ad7b512024-12-11 23:34:48 -050049 registry: harbor.atmosphere.dev
Mohammed Naserbcd53112025-01-15 16:49:44 -050050 repository: "{{ container_registry }}/ovn-host"
Mohammed Naserda994232024-04-13 12:34:01 -040051 arch:
52 - linux/amd64
Tadas Sutkaitis1bb945e2024-06-21 08:46:05 +030053 - linux/arm64
Mohammed Naserda994232024-04-13 12:34:01 -040054 build_args:
Mohammed Naserbcd53112025-01-15 16:49:44 -050055 - REGISTRY={{ container_registry }}
Mohammed Naserd30f18d2024-04-17 01:20:43 -040056 - "RELEASE={{ zuul.branch | replace('stable/', '') }}"
Mohammed Naserda994232024-04-13 12:34:01 -040057 - OVN_COMPONENT=host
58 tags:
Mohammed Naserd30f18d2024-04-17 01:20:43 -040059 - "{{ zuul.branch | replace('stable/', '') }}"
Mohammed Naserda994232024-04-13 12:34:01 -040060 files: &container_image_files
61 - images/openvswitch/.*
62 - images/ovn/.*
63
64- job:
Mohammed Naserda994232024-04-13 12:34:01 -040065 name: atmosphere-promote-container-image-ovn
66 parent: atmosphere-promote-container-image
67 vars: *container_image_vars
68 files: *container_image_files