blob: f77f45e997b0ec3520424b89b6b663e1fcd6b685 [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-libvirtd
19 gate:
20 jobs:
21 - atmosphere-upload-container-image-libvirtd
22 promote:
23 jobs:
24 - atmosphere-promote-container-image-libvirtd
25
26- job:
27 name: atmosphere-build-container-image-libvirtd
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-ubuntu
33 soft: true
34 - name: atmosphere-build-container-image-ubuntu-cloud-archive
35 soft: true
36 - name: atmosphere-build-container-image-openstack-runtime
37 soft: true
38 vars: &container_image_vars
39 promote_container_image_job: atmosphere-upload-container-image-libvirtd
40 container_images:
41 - context: images/libvirtd
Yaguang Tang0953b612024-12-13 04:14:34 +080042 registry: harbor.atmosphere.dev
43 repository: harbor.atmosphere.dev/library/libvirtd
Mohammed Naserda994232024-04-13 12:34:01 -040044 arch:
45 - linux/amd64
vexxhost-botf77e4ba2024-06-21 14:24:28 +020046 - linux/arm64
Mohammed Naserda994232024-04-13 12:34:01 -040047 build_args:
Mohammed Naserd30f18d2024-04-17 01:20:43 -040048 - "RELEASE={{ zuul.branch | replace('stable/', '') }}"
Mohammed Naserda994232024-04-13 12:34:01 -040049 - PROJECT=nova
50 tags:
Mohammed Naserd30f18d2024-04-17 01:20:43 -040051 - "{{ zuul.branch | replace('stable/', '') }}"
Mohammed Naserda994232024-04-13 12:34:01 -040052 files: &container_image_files
53 - images/ubuntu/.*
54 - images/ubuntu-cloud-archive/.*
55 - images/openstack-runtime/.*
56
57- job:
58 name: atmosphere-upload-container-image-libvirtd
59 parent: atmosphere-upload-container-image
60 dependencies:
Mohammed Naser0de47b72024-04-23 00:00:02 -040061 - name: atmosphere-buildset-registry
62 soft: false
Mohammed Naserda994232024-04-13 12:34:01 -040063 - name: atmosphere-upload-container-image-ubuntu
64 soft: true
65 - name: atmosphere-upload-container-image-ubuntu-cloud-archive
66 soft: true
67 - name: atmosphere-upload-container-image-openstack-runtime
68 soft: true
69 vars: *container_image_vars
70 files: *container_image_files
71
72- job:
73 name: atmosphere-promote-container-image-libvirtd
74 parent: atmosphere-promote-container-image
75 vars: *container_image_vars
76 files: *container_image_files