Kailash Khalasi | 8831df0 | 2018-05-31 10:11:13 -0700 | [diff] [blame] | 1 | --- |
Joey Armstrong | 2a7f476 | 2024-04-04 17:18:36 -0400 | [diff] [blame] | 2 | |
| 3 | # ----------------------------------------------------------------------- |
| 4 | # Copyright 2018-2024 Open Networking Foundation Contributors |
| 5 | # |
| 6 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | # you may not use this file except in compliance with the License. |
| 8 | # You may obtain a copy of the License at |
| 9 | # |
| 10 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | # |
| 12 | # Unless required by applicable law or agreed to in writing, software |
| 13 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | # See the License for the specific language governing permissions and |
| 16 | # limitations under the License. |
| 17 | # ----------------------------------------------------------------------- |
| 18 | # SPDX-FileCopyrightText: 2018-2024 Open Networking Foundation Contributors |
| 19 | # SPDX-License-Identifier: Apache-2.0 |
| 20 | # ----------------------------------------------------------------------- |
| 21 | # Intent: verification jobs for 'xos-tosca' repo |
| 22 | # ----------------------------------------------------------------------- |
Kailash Khalasi | 8831df0 | 2018-05-31 10:11:13 -0700 | [diff] [blame] | 23 | |
| 24 | - project: |
| 25 | name: xos-tosca |
| 26 | project: '{name}' |
| 27 | |
| 28 | jobs: |
Kailash Khalasi | 33960f3 | 2018-05-31 10:32:33 -0700 | [diff] [blame] | 29 | - 'verify-xos-tosca-jobs': |
Kailash Khalasi | 8831df0 | 2018-05-31 10:11:13 -0700 | [diff] [blame] | 30 | branch-regexp: '{supported-branches-regexp}' |
Zack Williams | 599f6b7 | 2019-04-16 17:05:34 -0700 | [diff] [blame] | 31 | - 'publish-xos-tosca-jobs' |
Kailash Khalasi | 8831df0 | 2018-05-31 10:11:13 -0700 | [diff] [blame] | 32 | |
| 33 | - job-group: |
| 34 | name: 'verify-xos-tosca-jobs' |
| 35 | jobs: |
| 36 | - 'verify-licensed' |
Zack Williams | ae8b48b | 2019-04-16 15:00:37 -0700 | [diff] [blame] | 37 | - 'python-unit-test': |
Zack Williams | b7a509a | 2018-06-22 17:00:50 -0700 | [diff] [blame] | 38 | dependency-jobs: 'verify_xos-tosca_tag-collision' |
Zack Williams | 599f6b7 | 2019-04-16 17:05:34 -0700 | [diff] [blame] | 39 | |
| 40 | - job-group: |
| 41 | name: 'publish-xos-tosca-jobs' |
| 42 | jobs: |
| 43 | - 'docker-publish': |
Joey Armstrong | ca4cb46 | 2023-01-12 17:51:05 -0500 | [diff] [blame] | 44 | maintainers: "onf-bat-admin@opennetworking.org, scottb@opennetworking.org" |
Zack Williams | 599f6b7 | 2019-04-16 17:05:34 -0700 | [diff] [blame] | 45 | docker-repo: 'xosproject' |
Matteo Scandolo | 02108aa | 2022-06-30 17:31:22 -0700 | [diff] [blame] | 46 | dependency-jobs: 'version-tag_wildcard' |
Joey Armstrong | af679da | 2023-01-31 14:22:41 -0500 | [diff] [blame] | 47 | |
| 48 | # [EOF] |