blob: 5be03101dd6ff7e040dd88c2e829ca814cf6b0a4 [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-buildset-registry
19 gate:
20 jobs:
21 - atmosphere-buildset-registry
22
23- job:
24 name: atmosphere-buildset-registry
25 parent: ci-buildset-registry
Mohammed Naser90128aa2024-04-29 13:21:58 -040026 irrelevant-files:
Mohammed Naserf6e53de2025-01-19 00:04:34 -050027 - ^build/
Mohammed Naser90128aa2024-04-29 13:21:58 -040028 - ^doc/
Mohammed Naser00aa6672025-01-16 21:01:43 -050029 - ^releasenotes/
Mohammed Naserda994232024-04-13 12:34:01 -040030
31- job:
32 name: atmosphere-build-container-image
33 parent: ci-build-container-image
34 abstract: true
Mohammed Naser90128aa2024-04-29 13:21:58 -040035 irrelevant-files:
Mohammed Naserf6e53de2025-01-19 00:04:34 -050036 - ^build/
Mohammed Naser90128aa2024-04-29 13:21:58 -040037 - ^doc/
Mohammed Naser00aa6672025-01-16 21:01:43 -050038 - ^releasenotes/
Mohammed Naserda994232024-04-13 12:34:01 -040039 vars: &image_vars
40 container_command: docker
41 promote_container_image_method: intermediate-registry
42 buildset_registry_namespaces:
43 - ['docker.io', 'https://registry-1.docker.io']
44 - ['quay.io', 'https://quay.io']
45 - ['gcr.io', 'https://gcr.io']
Mohammed Naser4ad7b512024-12-11 23:34:48 -050046 - ['harbor.atmosphere.dev', 'https://harbor.atmosphere.dev']
Mohammed Naserda994232024-04-13 12:34:01 -040047
48- job:
Mohammed Naserda994232024-04-13 12:34:01 -040049 name: atmosphere-promote-container-image
50 parent: ci-promote-container-image
Mohammed Naser90128aa2024-04-29 13:21:58 -040051 irrelevant-files:
Mohammed Naserf6e53de2025-01-19 00:04:34 -050052 - ^build/
Mohammed Naser90128aa2024-04-29 13:21:58 -040053 - ^doc/
Mohammed Naser00aa6672025-01-16 21:01:43 -050054 - ^releasenotes/
Mohammed Naserda994232024-04-13 12:34:01 -040055 nodeset:
56 nodes: []
57 vars: *image_vars