blob: 18403e048cfcb811fc77c7afb9abb0f5c211d58a [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-ironic
19 gate:
20 jobs:
21 - atmosphere-upload-container-image-ironic
22 promote:
23 jobs:
24 - atmosphere-promote-container-image-ironic
25
26- job:
27 name: atmosphere-build-container-image-ironic
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-python-base
37 soft: true
38 - name: atmosphere-build-container-image-openstack-venv-builder
39 soft: true
40 - name: atmosphere-build-container-image-openstack-python-runtime
41 soft: true
42 vars: &container_image_vars
43 promote_container_image_job: atmosphere-upload-container-image-ironic
44 container_images:
45 - context: images/ironic
Mohammed Naser4ad7b512024-12-11 23:34:48 -050046 registry: harbor.atmosphere.dev
47 repository: harbor.atmosphere.dev/library/ironic
Mohammed Naserda994232024-04-13 12:34:01 -040048 arch:
49 - linux/amd64
50 build_args:
Mohammed Naserd30f18d2024-04-17 01:20:43 -040051 - "RELEASE={{ zuul.branch | replace('stable/', '') }}"
Mohammed Naserda994232024-04-13 12:34:01 -040052 - PROJECT=ironic
53 tags:
Mohammed Naserd30f18d2024-04-17 01:20:43 -040054 - "{{ zuul.branch | replace('stable/', '') }}"
Mohammed Naserda994232024-04-13 12:34:01 -040055 files: &container_image_files
56 - images/ubuntu/.*
57 - images/ubuntu-cloud-archive/.*
58 - images/python-base/.*
59 - images/openstack-venv-builder/.*
60 - images/openstack-python-runtime/.*
61 - images/ironic/.*
62
63- job:
64 name: atmosphere-upload-container-image-ironic
65 parent: atmosphere-upload-container-image
66 dependencies:
Mohammed Naser0de47b72024-04-23 00:00:02 -040067 - name: atmosphere-buildset-registry
68 soft: false
Mohammed Naserda994232024-04-13 12:34:01 -040069 - name: atmosphere-upload-container-image-ubuntu
70 soft: true
71 - name: atmosphere-upload-container-image-ubuntu-cloud-archive
72 soft: true
73 - name: atmosphere-upload-container-image-python-base
74 soft: true
75 - name: atmosphere-upload-container-image-openstack-venv-builder
76 soft: true
77 - name: atmosphere-upload-container-image-openstack-python-runtime
78 soft: true
79 vars: *container_image_vars
80 files: *container_image_files
81
82- job:
83 name: atmosphere-promote-container-image-ironic
84 parent: atmosphere-promote-container-image
85 vars: *container_image_vars
86 files: *container_image_files