Mohammed Naser | dc08739 | 2024-04-01 20:26:02 -0400 | [diff] [blame] | 1 | # Copyright (c) 2024 VEXXHOST, Inc. |
Mohammed Naser | 3f96178 | 2023-04-20 10:48:21 -0400 | [diff] [blame] | 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 | |
Mohammed Naser | dc08739 | 2024-04-01 20:26:02 -0400 | [diff] [blame] | 15 | - project: |
| 16 | check: |
| 17 | jobs: |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 18 | - atmosphere-cargo-test |
Oleksandr K. | a7ff803 | 2024-10-04 17:47:42 +0200 | [diff] [blame] | 19 | - atmosphere-chart-vendor |
Mohammed Naser | 7c201cb | 2025-01-16 01:54:26 -0500 | [diff] [blame] | 20 | - atmosphere-check-commit |
vexxhost-bot | 2275968 | 2024-10-31 10:46:21 -0400 | [diff] [blame] | 21 | - atmosphere-golang-go-test |
Mohammed Naser | 2fd3961 | 2024-04-14 13:37:45 -0400 | [diff] [blame] | 22 | - atmosphere-linters |
vexxhost-bot | 45e777c | 2024-10-30 12:41:42 -0400 | [diff] [blame] | 23 | - atmosphere-tox-promtool-test |
vexxhost-bot | 861baf9 | 2024-11-24 21:04:18 -0500 | [diff] [blame] | 24 | - atmosphere-tox-helm-unittest |
vexxhost-bot | 134680a | 2024-07-19 04:30:48 +0200 | [diff] [blame] | 25 | - atmosphere-tox-py3 |
Mohammed Naser | f1ac3f8 | 2025-01-18 15:49:44 -0500 | [diff] [blame] | 26 | - atmosphere-build-images |
vexxhost-bot | cd18657 | 2024-06-18 04:33:28 +0200 | [diff] [blame] | 27 | - atmosphere-build-collection: |
Mohammed Naser | f1ac3f8 | 2025-01-18 15:49:44 -0500 | [diff] [blame] | 28 | dependencies: &image_build_jobs |
| 29 | - name: atmosphere-build-images |
Mohammed Naser | da99423 | 2024-04-13 12:34:01 -0400 | [diff] [blame] | 30 | soft: true |
vexxhost-bot | cd18657 | 2024-06-18 04:33:28 +0200 | [diff] [blame] | 31 | - atmosphere-molecule-aio-keycloak: |
Mohammed Naser | f1ac3f8 | 2025-01-18 15:49:44 -0500 | [diff] [blame] | 32 | dependencies: *image_build_jobs |
Mohammed Naser | da99423 | 2024-04-13 12:34:01 -0400 | [diff] [blame] | 33 | - atmosphere-molecule-aio-openvswitch: |
Mohammed Naser | f1ac3f8 | 2025-01-18 15:49:44 -0500 | [diff] [blame] | 34 | dependencies: *image_build_jobs |
Mohammed Naser | da99423 | 2024-04-13 12:34:01 -0400 | [diff] [blame] | 35 | - atmosphere-molecule-aio-ovn: |
Mohammed Naser | f1ac3f8 | 2025-01-18 15:49:44 -0500 | [diff] [blame] | 36 | dependencies: *image_build_jobs |
Mohammed Naser | da99423 | 2024-04-13 12:34:01 -0400 | [diff] [blame] | 37 | - atmosphere-molecule-csi-local-path-provisioner: |
Mohammed Naser | f1ac3f8 | 2025-01-18 15:49:44 -0500 | [diff] [blame] | 38 | dependencies: *image_build_jobs |
Mohammed Naser | da99423 | 2024-04-13 12:34:01 -0400 | [diff] [blame] | 39 | - atmosphere-molecule-csi-rbd: |
Mohammed Naser | f1ac3f8 | 2025-01-18 15:49:44 -0500 | [diff] [blame] | 40 | dependencies: *image_build_jobs |
Mohammed Naser | eb257cb | 2024-04-10 21:14:24 -0400 | [diff] [blame] | 41 | gate: |
| 42 | jobs: |
Mohammed Naser | 942099f | 2025-02-13 13:23:51 -0500 | [diff] [blame] | 43 | - atmosphere-cargo-test |
Oleksandr K. | a7ff803 | 2024-10-04 17:47:42 +0200 | [diff] [blame] | 44 | - atmosphere-chart-vendor |
Mohammed Naser | 7c201cb | 2025-01-16 01:54:26 -0500 | [diff] [blame] | 45 | - atmosphere-check-commit |
vexxhost-bot | 2275968 | 2024-10-31 10:46:21 -0400 | [diff] [blame] | 46 | - atmosphere-golang-go-test |
Mohammed Naser | 2fd3961 | 2024-04-14 13:37:45 -0400 | [diff] [blame] | 47 | - atmosphere-linters |
vexxhost-bot | 134680a | 2024-07-19 04:30:48 +0200 | [diff] [blame] | 48 | - atmosphere-tox-py3 |
Mohammed Naser | f1ac3f8 | 2025-01-18 15:49:44 -0500 | [diff] [blame] | 49 | - atmosphere-build-images |
vexxhost-bot | cd18657 | 2024-06-18 04:33:28 +0200 | [diff] [blame] | 50 | - atmosphere-build-collection: |
Mohammed Naser | f1ac3f8 | 2025-01-18 15:49:44 -0500 | [diff] [blame] | 51 | dependencies: *image_build_jobs |
vexxhost-bot | cd18657 | 2024-06-18 04:33:28 +0200 | [diff] [blame] | 52 | - atmosphere-molecule-aio-keycloak: |
Mohammed Naser | f1ac3f8 | 2025-01-18 15:49:44 -0500 | [diff] [blame] | 53 | dependencies: *image_build_jobs |
Mohammed Naser | da99423 | 2024-04-13 12:34:01 -0400 | [diff] [blame] | 54 | - atmosphere-molecule-aio-openvswitch: |
Mohammed Naser | f1ac3f8 | 2025-01-18 15:49:44 -0500 | [diff] [blame] | 55 | dependencies: *image_build_jobs |
Mohammed Naser | da99423 | 2024-04-13 12:34:01 -0400 | [diff] [blame] | 56 | - atmosphere-molecule-aio-ovn: |
Mohammed Naser | f1ac3f8 | 2025-01-18 15:49:44 -0500 | [diff] [blame] | 57 | dependencies: *image_build_jobs |
Mohammed Naser | da99423 | 2024-04-13 12:34:01 -0400 | [diff] [blame] | 58 | - atmosphere-molecule-csi-local-path-provisioner: |
Mohammed Naser | f1ac3f8 | 2025-01-18 15:49:44 -0500 | [diff] [blame] | 59 | dependencies: *image_build_jobs |
Mohammed Naser | da99423 | 2024-04-13 12:34:01 -0400 | [diff] [blame] | 60 | - atmosphere-molecule-csi-rbd: |
Mohammed Naser | f1ac3f8 | 2025-01-18 15:49:44 -0500 | [diff] [blame] | 61 | dependencies: *image_build_jobs |
Mohammed Naser | 517902d | 2024-04-10 21:24:25 -0400 | [diff] [blame] | 62 | release: |
| 63 | jobs: |
| 64 | - atmosphere-publish-collection |
Mohammed Naser | f1ac3f8 | 2025-01-18 15:49:44 -0500 | [diff] [blame] | 65 | promote: |
| 66 | jobs: |
| 67 | - atmosphere-promote-images |
vexxhost-bot | a00a073 | 2024-07-08 15:05:14 +0200 | [diff] [blame] | 68 | periodic: |
| 69 | jobs: |
| 70 | - atmosphere-molecule-aio-upgrade-2023.2-openvswitch: |
Mohammed Naser | f1ac3f8 | 2025-01-18 15:49:44 -0500 | [diff] [blame] | 71 | dependencies: *image_build_jobs |
vexxhost-bot | a00a073 | 2024-07-08 15:05:14 +0200 | [diff] [blame] | 72 | - atmosphere-molecule-aio-upgrade-2023.2-ovn: |
Mohammed Naser | f1ac3f8 | 2025-01-18 15:49:44 -0500 | [diff] [blame] | 73 | dependencies: *image_build_jobs |
Mohammed Naser | e5b6ff7 | 2025-01-15 16:49:44 -0500 | [diff] [blame] | 74 | vars: |
| 75 | container_registry: harbor.atmosphere.dev/library |