blob: 415ab66fa1559e7bafc45b2b60fde96479ca54af [file] [log] [blame]
Mohammed Naserdc087392024-04-01 20:26:02 -04001# Copyright (c) 2024 VEXXHOST, Inc.
Mohammed Naser3f961782023-04-20 10:48:21 -04002#
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
Mohammed Naserdc087392024-04-01 20:26:02 -040015- project:
16 check:
17 jobs:
Oleksandr K.61984c72024-10-03 23:32:16 +020018 - atmosphere-chart-vendor
Mohammed Naser7607e5a2025-01-16 01:54:26 -050019 - atmosphere-check-commit
Oleksandr K.99651a62024-10-30 04:41:51 +010020 - atmosphere-golang-go-test
Mohammed Naser2fd39612024-04-14 13:37:45 -040021 - atmosphere-linters
Dong Mafa5d2442024-10-30 10:29:16 +080022 - atmosphere-tox-promtool-test
Dong Ma0a05b5c2024-11-24 13:27:29 +080023 - atmosphere-tox-helm-unittest
Mohammed Naser6080c9b2024-07-18 10:43:09 -040024 - atmosphere-tox-py3
Mohammed Naserb3454c22024-06-17 18:59:28 -040025 - atmosphere-build-collection:
Mohammed Naser62c07432025-01-15 17:08:19 -050026 dependencies: &image_build_jobs
Mohammed Naserda994232024-04-13 12:34:01 -040027 - name: atmosphere-build-container-image-barbican
28 soft: true
29 - name: atmosphere-build-container-image-cinder
30 soft: true
Mohammed Naserda994232024-04-13 12:34:01 -040031 - name: atmosphere-build-container-image-designate
32 soft: true
33 - name: atmosphere-build-container-image-glance
34 soft: true
35 - name: atmosphere-build-container-image-heat
36 soft: true
37 - name: atmosphere-build-container-image-horizon
38 soft: true
39 - name: atmosphere-build-container-image-ironic
40 soft: true
Mohammed Nasere1ad8c82024-06-18 14:43:26 -040041 - name: atmosphere-build-container-image-keepalived
42 soft: true
Mohammed Naserda994232024-04-13 12:34:01 -040043 - name: atmosphere-build-container-image-keystone
44 soft: true
45 - name: atmosphere-build-container-image-kubernetes-entrypoint
46 soft: true
Mohammed Naserda994232024-04-13 12:34:01 -040047 - name: atmosphere-build-container-image-libvirtd
48 soft: true
49 - name: atmosphere-build-container-image-magnum
50 soft: true
51 - name: atmosphere-build-container-image-manila
52 soft: true
53 - name: atmosphere-build-container-image-netoffload
54 soft: true
55 - name: atmosphere-build-container-image-neutron
56 soft: true
57 - name: atmosphere-build-container-image-nova
58 soft: true
59 - name: atmosphere-build-container-image-nova-ssh
60 soft: true
61 - name: atmosphere-build-container-image-octavia
62 soft: true
63 - name: atmosphere-build-container-image-openvswitch
64 soft: true
65 - name: atmosphere-build-container-image-ovn
66 soft: true
67 - name: atmosphere-build-container-image-placement
68 soft: true
Mohammed Naser72916802024-06-17 14:24:55 -040069 - name: atmosphere-build-container-image-python-openstackclient
70 soft: true
Mohammed Naserda994232024-04-13 12:34:01 -040071 - name: atmosphere-build-container-image-staffeln
72 soft: true
73 - name: atmosphere-build-container-image-tempest
74 soft: true
Mohammed Naserb3454c22024-06-17 18:59:28 -040075 - atmosphere-molecule-aio-keycloak:
Mohammed Naser62c07432025-01-15 17:08:19 -050076 dependencies: *image_build_jobs
Mohammed Naserda994232024-04-13 12:34:01 -040077 - atmosphere-molecule-aio-openvswitch:
Mohammed Naser62c07432025-01-15 17:08:19 -050078 dependencies: *image_build_jobs
Mohammed Naserda994232024-04-13 12:34:01 -040079 - atmosphere-molecule-aio-ovn:
Mohammed Naser62c07432025-01-15 17:08:19 -050080 dependencies: *image_build_jobs
Mohammed Naserda994232024-04-13 12:34:01 -040081 - atmosphere-molecule-csi-local-path-provisioner:
Mohammed Naser62c07432025-01-15 17:08:19 -050082 dependencies: *image_build_jobs
Mohammed Naserda994232024-04-13 12:34:01 -040083 - atmosphere-molecule-csi-rbd:
Mohammed Naser62c07432025-01-15 17:08:19 -050084 dependencies: *image_build_jobs
Mohammed Nasereb257cb2024-04-10 21:14:24 -040085 gate:
86 jobs:
Oleksandr K.61984c72024-10-03 23:32:16 +020087 - atmosphere-chart-vendor
Mohammed Naser7607e5a2025-01-16 01:54:26 -050088 - atmosphere-check-commit
Oleksandr K.99651a62024-10-30 04:41:51 +010089 - atmosphere-golang-go-test
Mohammed Naser2fd39612024-04-14 13:37:45 -040090 - atmosphere-linters
Mohammed Naser6080c9b2024-07-18 10:43:09 -040091 - atmosphere-tox-py3
Mohammed Naserb3454c22024-06-17 18:59:28 -040092 - atmosphere-build-collection:
Mohammed Naser62c07432025-01-15 17:08:19 -050093 dependencies: *image_build_jobs
Mohammed Naserb3454c22024-06-17 18:59:28 -040094 - atmosphere-molecule-aio-keycloak:
Mohammed Naser62c07432025-01-15 17:08:19 -050095 dependencies: *image_build_jobs
Mohammed Naserda994232024-04-13 12:34:01 -040096 - atmosphere-molecule-aio-openvswitch:
Mohammed Naser62c07432025-01-15 17:08:19 -050097 dependencies: *image_build_jobs
Mohammed Naserda994232024-04-13 12:34:01 -040098 - atmosphere-molecule-aio-ovn:
Mohammed Naser62c07432025-01-15 17:08:19 -050099 dependencies: *image_build_jobs
Mohammed Naserda994232024-04-13 12:34:01 -0400100 - atmosphere-molecule-csi-local-path-provisioner:
Mohammed Naser62c07432025-01-15 17:08:19 -0500101 dependencies: *image_build_jobs
Mohammed Naserda994232024-04-13 12:34:01 -0400102 - atmosphere-molecule-csi-rbd:
Mohammed Naser62c07432025-01-15 17:08:19 -0500103 dependencies: *image_build_jobs
Mohammed Naser517902d2024-04-10 21:24:25 -0400104 release:
105 jobs:
106 - atmosphere-publish-collection
Rico Lin83565552024-07-05 22:59:02 +0800107 periodic:
108 jobs:
109 - atmosphere-molecule-aio-upgrade-openvswitch:
Mohammed Naser62c07432025-01-15 17:08:19 -0500110 dependencies: *image_build_jobs
Rico Lin83565552024-07-05 22:59:02 +0800111 - atmosphere-molecule-aio-upgrade-ovn:
Mohammed Naser62c07432025-01-15 17:08:19 -0500112 dependencies: *image_build_jobs
Mohammed Naserbcd53112025-01-15 16:49:44 -0500113 vars:
114 container_registry: harbor.atmosphere.dev/library