blob: e7be2f618c4e5415d3cf8bcc02b4e7abfeefe763 [file] [log] [blame]
Matteo Scandolod7771d12020-12-01 18:18:49 -08001---
Joey Armstrong56fdfec2024-03-01 13:43:36 -05002
3# -----------------------------------------------------------------------
4# Copyright 2017-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: 2017-2024 Open Networking Foundation Contributors
19# SPDX-License-Identifier: Apache-2.0
20# -----------------------------------------------------------------------
21# Entropy: 0fcb5ffa-d1a4-11ee-be5e-9f44b7181764
22# -----------------------------------------------------------------------
23# Intent: verification jobs for 'bbsim-sadis-server' repo
24# -----------------------------------------------------------------------
Matteo Scandolod7771d12020-12-01 18:18:49 -080025
26- project:
27 name: bbsim-sadis-server
28 project: '{name}'
29
30 jobs:
31 - 'verify-bbsim-sadis-server-jobs':
32 branch-regexp: '{all-branches-regexp}'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040033 - 'verify-bbsim-sadis-server-jobs-voltha-2.12':
34 name-extension: '-voltha-2.12'
35 branch-regexp: '^voltha-2.12$'
Joey Armstrong1a2ee172023-01-27 17:20:37 -050036 - 'verify-bbsim-sadis-server-jobs-voltha-2.11':
37 name-extension: '-voltha-2.11'
38 branch-regexp: '^voltha-2.11$'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080039 - 'verify-bbsim-sadis-server-jobs-master':
40 branch-regexp: '^master$'
Matteo Scandolod7771d12020-12-01 18:18:49 -080041 - 'publish-bbsim-sadis-server-jobs':
42 branch-regexp: '{all-branches-regexp}'
43
44- job-group:
45 name: 'verify-bbsim-sadis-server-jobs'
46 jobs:
47 - 'verify-licensed'
48 - 'tag-collision-reject':
49 dependency-jobs: 'verify_bbsim-sadis-server_licensed'
50 - 'make-unit-test':
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -070051 build-node: 'ubuntu18.04-basebuild-1c-2g'
Matteo Scandolod7771d12020-12-01 18:18:49 -080052 dest-gopath: "github.com/opencord"
53 unit-test-targets: 'lint sca test'
Joey Armstrong5226fb22023-02-02 18:16:07 -050054 unit-test-keep-going: 'false'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080055
56- job-group:
Matteo Scandolo42f6e572021-01-25 15:11:34 -080057 name: 'verify-bbsim-sadis-server-jobs-master'
58 jobs:
59 - 'voltha-patch-test':
Joey Armstrong56fdfec2024-03-01 13:43:36 -050060 extraHelmFlags: >
61 set global.image_tag=master
62 --set onos-classic.image.tag=master
63
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040064- job-group:
65 name: 'verify-bbsim-sadis-server-jobs-voltha-2.12'
66 jobs:
67 - 'voltha-patch-test':
Joey Armstrong6aa5ec02024-01-31 18:27:50 -050068 pipeline-script: 'voltha/bbsim-tests.groovy'
Jan Klare41a44fc2023-09-27 10:20:57 +020069 pipeline-branch: 'voltha-2.12'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040070
71- job-group:
72 name: 'verify-bbsim-sadis-server-jobs-voltha-2.11'
73 jobs:
74 - 'voltha-patch-test':
75 pipeline-script: 'voltha/voltha-2.11/bbsim-tests.groovy'
Jan Klare41a44fc2023-09-27 10:20:57 +020076 pipeline-branch: 'voltha-2.11'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080077
78- job-group:
Matteo Scandolod7771d12020-12-01 18:18:49 -080079 name: 'publish-bbsim-sadis-server-jobs'
80 jobs:
81 - 'docker-publish':
Joey Armstrongca4cb462023-01-12 17:51:05 -050082 maintainers: "onf-bat-admin@opennetworking.org"
Matteo Scandolod7771d12020-12-01 18:18:49 -080083 docker-repo: 'voltha'
Matteo Scandolo02108aa2022-06-30 17:31:22 -070084 dependency-jobs: 'version-tag_wildcard'
Joey Armstrongaf679da2023-01-31 14:22:41 -050085
Joey Armstrong56fdfec2024-03-01 13:43:36 -050086# [EOF]