blob: 8dfeb45a6690cda5c09e8b5d38f6083354df75ce [file] [log] [blame]
Zack Williams8717b862018-06-29 16:06:47 -07001---
Joey Armstrong2a7f4762024-04-04 17:18:36 -04002
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 Williams8717b862018-06-29 16:06:47 -070023
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 Williams599f6b72019-04-16 17:05:34 -070031 - 'publish-xos-rest-gw-jobs'
Zack Williams8717b862018-06-29 16:06:47 -070032
33- job-group:
34 name: 'verify-xos-rest-gw-jobs'
35 jobs:
36 - 'verify-licensed'
37 - 'tag-collision-reject':
38 dependency-jobs: 'verify_xos-rest-gw_licensed'
Zack Williams8717b862018-06-29 16:06:47 -070039 - 'xos-rest-gw-unit':
Zack Williamsad92e6e2020-10-07 09:54:10 -070040 dependency-jobs: 'verify_xos-rest-gw_tag-collision'
Zack Williams599f6b72019-04-16 17:05:34 -070041
42- job-group:
43 name: 'publish-xos-rest-gw-jobs'
44 jobs:
45 - 'docker-publish':
Joey Armstrongca4cb462023-01-12 17:51:05 -050046 maintainers: "onf-bat-admin@opennetworking.org"
Zack Williams599f6b72019-04-16 17:05:34 -070047 docker-repo: 'xosproject'
Matteo Scandolo02108aa2022-06-30 17:31:22 -070048 dependency-jobs: 'version-tag_wildcard'
Joey Armstrongaf679da2023-01-31 14:22:41 -050049
50# [EOF]