blob: 23f53d00175f5319c9cf31e3a4d4b95b86b68e37 [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:
30 - name: atmosphere-build-container-image-ubuntu
31 soft: true
32 - name: atmosphere-build-container-image-ubuntu-cloud-archive
33 soft: true
34 - name: atmosphere-build-container-image-openstack-runtime
35 soft: true
36 vars: &container_image_vars
37 promote_container_image_job: atmosphere-upload-container-image-libvirtd
38 container_images:
39 - context: images/libvirtd
40 registry: registry.atmosphere.dev
41 repository: registry.atmosphere.dev/library/libvirtd
42 arch:
43 - linux/amd64
44 build_args:
45 - PROJECT=nova
46 tags:
47 - main
48 files: &container_image_files
49 - images/ubuntu/.*
50 - images/ubuntu-cloud-archive/.*
51 - images/openstack-runtime/.*
52
53- job:
54 name: atmosphere-upload-container-image-libvirtd
55 parent: atmosphere-upload-container-image
56 dependencies:
57 - name: atmosphere-upload-container-image-ubuntu
58 soft: true
59 - name: atmosphere-upload-container-image-ubuntu-cloud-archive
60 soft: true
61 - name: atmosphere-upload-container-image-openstack-runtime
62 soft: true
63 vars: *container_image_vars
64 files: *container_image_files
65
66- job:
67 name: atmosphere-promote-container-image-libvirtd
68 parent: atmosphere-promote-container-image
69 vars: *container_image_vars
70 files: *container_image_files