| # Copyright (c) 2024 VEXXHOST, Inc. |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); you may |
| # not use this file except in compliance with the License. You may obtain |
| # a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| # License for the specific language governing permissions and limitations |
| # under the License. |
| |
| - project: |
| check: |
| jobs: |
| - atmosphere-cargo-test |
| - atmosphere-chart-vendor |
| - atmosphere-check-commit |
| - atmosphere-golang-go-test |
| - atmosphere-linters |
| - atmosphere-tox-promtool-test |
| - atmosphere-tox-helm-unittest |
| - atmosphere-tox-py3 |
| - atmosphere-build-images |
| - atmosphere-build-collection: |
| dependencies: &image_build_jobs |
| - name: atmosphere-build-images |
| soft: true |
| - atmosphere-molecule-aio-keycloak: |
| dependencies: *image_build_jobs |
| - atmosphere-molecule-aio-openvswitch: |
| dependencies: *image_build_jobs |
| - atmosphere-molecule-aio-ovn: |
| dependencies: *image_build_jobs |
| - atmosphere-molecule-csi-local-path-provisioner: |
| dependencies: *image_build_jobs |
| - atmosphere-molecule-csi-rbd: |
| dependencies: *image_build_jobs |
| gate: |
| jobs: |
| - atmosphere-cargo-test |
| - atmosphere-chart-vendor |
| - atmosphere-check-commit |
| - atmosphere-golang-go-test |
| - atmosphere-linters |
| - atmosphere-tox-py3 |
| - atmosphere-build-images |
| - atmosphere-build-collection: |
| dependencies: *image_build_jobs |
| - atmosphere-molecule-aio-keycloak: |
| dependencies: *image_build_jobs |
| - atmosphere-molecule-aio-openvswitch: |
| dependencies: *image_build_jobs |
| - atmosphere-molecule-aio-ovn: |
| dependencies: *image_build_jobs |
| - atmosphere-molecule-csi-local-path-provisioner: |
| dependencies: *image_build_jobs |
| - atmosphere-molecule-csi-rbd: |
| dependencies: *image_build_jobs |
| release: |
| jobs: |
| - atmosphere-publish-collection |
| promote: |
| jobs: |
| - atmosphere-promote-images |
| periodic: |
| jobs: |
| - atmosphere-molecule-aio-upgrade-2023.2-openvswitch: |
| dependencies: *image_build_jobs |
| - atmosphere-molecule-aio-upgrade-2023.2-ovn: |
| dependencies: *image_build_jobs |
| vars: |
| container_registry: harbor.atmosphere.dev/library |