blob: 7544672b834724dc6f47603dc4aa1be782ed2f7e [file] [log] [blame]
Kailash Khalasi8831df02018-05-31 10:11:13 -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-tosca' repo
22# -----------------------------------------------------------------------
Kailash Khalasi8831df02018-05-31 10:11:13 -070023
24- project:
25 name: xos-tosca
26 project: '{name}'
27
28 jobs:
Kailash Khalasi33960f32018-05-31 10:32:33 -070029 - 'verify-xos-tosca-jobs':
Kailash Khalasi8831df02018-05-31 10:11:13 -070030 branch-regexp: '{supported-branches-regexp}'
Zack Williams599f6b72019-04-16 17:05:34 -070031 - 'publish-xos-tosca-jobs'
Kailash Khalasi8831df02018-05-31 10:11:13 -070032
33- job-group:
34 name: 'verify-xos-tosca-jobs'
35 jobs:
36 - 'verify-licensed'
Zack Williamsb7a509a2018-06-22 17:00:50 -070037 - 'tag-collision-reject':
Kailash Khalasi8831df02018-05-31 10:11:13 -070038 dependency-jobs: 'verify_xos-tosca_licensed'
Zack Williamsae8b48b2019-04-16 15:00:37 -070039 - 'python-unit-test':
Zack Williamsb7a509a2018-06-22 17:00:50 -070040 dependency-jobs: 'verify_xos-tosca_tag-collision'
Zack Williams599f6b72019-04-16 17:05:34 -070041
42- job-group:
43 name: 'publish-xos-tosca-jobs'
44 jobs:
45 - 'docker-publish':
Joey Armstrongca4cb462023-01-12 17:51:05 -050046 maintainers: "onf-bat-admin@opennetworking.org, scottb@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]