Kailash Khalasi | 18b53b8 | 2018-04-12 13:51:25 -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 'vsg' repo |
| 22 | # ----------------------------------------------------------------------- |
Kailash Khalasi | 18b53b8 | 2018-04-12 13:51:25 -0700 | [diff] [blame] | 23 | |
| 24 | - project: |
| 25 | name: vsg |
| 26 | project: '{name}' |
| 27 | |
| 28 | jobs: |
| 29 | - 'verify-vsg-jobs': |
| 30 | branch-regexp: '{supported-branches-regexp}' |
| 31 | |
| 32 | - job-group: |
| 33 | name: 'verify-vsg-jobs' |
| 34 | jobs: |
| 35 | - 'verify-licensed' |
Kailash Khalasi | 206e90a | 2018-05-15 14:57:51 -0700 | [diff] [blame] | 36 | - 'xos-unit-test': |
Zack Williams | ad92e6e | 2020-10-07 09:54:10 -0700 | [diff] [blame] | 37 | dependency-jobs: 'verify_vsg_tag-collision' |
Joey Armstrong | af679da | 2023-01-31 14:22:41 -0500 | [diff] [blame] | 38 | |
| 39 | # [EOF] |