blob: a90d91eb292655f3dce3fb11e551cfb669382321 [file] [log] [blame]
Zack Williams93baebf2018-04-13 12:35:35 -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-gui' repo
22# -----------------------------------------------------------------------
Zack Williams93baebf2018-04-13 12:35:35 -070023
24- project:
25 name: xos-gui
26 project: '{name}'
27
28 jobs:
29 - 'verify-xos-gui-jobs':
30 branch-regexp: '{supported-branches-regexp}'
Zack Williams599f6b72019-04-16 17:05:34 -070031 - 'publish-xos-gui-jobs'
Zack Williams93baebf2018-04-13 12:35:35 -070032
33- job-group:
34 name: 'verify-xos-gui-jobs'
35 jobs:
36 - 'verify-licensed'
Zack Williamsb7a509a2018-06-22 17:00:50 -070037 - 'tag-collision-reject':
Zack Williams93baebf2018-04-13 12:35:35 -070038 dependency-jobs: 'verify_xos-gui_licensed'
Zack Williamsbfaf9302018-04-13 16:23:43 -070039 - 'gui-unit-test':
Zack Williamsad92e6e2020-10-07 09:54:10 -070040 dependency-jobs: 'verify_xos-gui_tag-collision'
Zack Williams599f6b72019-04-16 17:05:34 -070041
42- job-group:
43 name: 'publish-xos-gui-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]