Zack Williams | 8717b86 | 2018-06-29 16:06:47 -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-rest-gw' repo |
| 22 | # ----------------------------------------------------------------------- |
Zack Williams | 8717b86 | 2018-06-29 16:06:47 -0700 | [diff] [blame] | 23 | |
| 24 | - project: |
| 25 | name: xos-rest-gw |
| 26 | project: '{name}' |
| 27 | |
| 28 | jobs: |
| 29 | - 'verify-xos-rest-gw-jobs': |
| 30 | branch-regexp: '{supported-branches-regexp}' |
Zack Williams | 599f6b7 | 2019-04-16 17:05:34 -0700 | [diff] [blame] | 31 | - 'publish-xos-rest-gw-jobs' |
Zack Williams | 8717b86 | 2018-06-29 16:06:47 -0700 | [diff] [blame] | 32 | |
| 33 | - job-group: |
| 34 | name: 'verify-xos-rest-gw-jobs' |
| 35 | jobs: |
| 36 | - 'verify-licensed' |
Zack Williams | 8717b86 | 2018-06-29 16:06:47 -0700 | [diff] [blame] | 37 | - 'xos-rest-gw-unit': |
Zack Williams | ad92e6e | 2020-10-07 09:54:10 -0700 | [diff] [blame] | 38 | dependency-jobs: 'verify_xos-rest-gw_tag-collision' |
Zack Williams | 599f6b7 | 2019-04-16 17:05:34 -0700 | [diff] [blame] | 39 | |
| 40 | - job-group: |
| 41 | name: 'publish-xos-rest-gw-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" |
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] |