blob: f7b67e685415d410f877d599f345ae56241da6a6 [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}'
Eric Ball0d5a51a2025-01-22 16:55:16 -080033 - 'verify-bbsim-sadis-server-jobs-voltha-2.13':
34 name-extension: '-voltha-2.13'
35 branch-regexp: '^voltha-2.13$'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040036 - 'verify-bbsim-sadis-server-jobs-voltha-2.12':
37 name-extension: '-voltha-2.12'
38 branch-regexp: '^voltha-2.12$'
Joey Armstrong1a2ee172023-01-27 17:20:37 -050039 - 'verify-bbsim-sadis-server-jobs-voltha-2.11':
40 name-extension: '-voltha-2.11'
41 branch-regexp: '^voltha-2.11$'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080042 - 'verify-bbsim-sadis-server-jobs-master':
43 branch-regexp: '^master$'
Matteo Scandolod7771d12020-12-01 18:18:49 -080044 - 'publish-bbsim-sadis-server-jobs':
45 branch-regexp: '{all-branches-regexp}'
46
47- job-group:
48 name: 'verify-bbsim-sadis-server-jobs'
49 jobs:
50 - 'verify-licensed'
Matteo Scandolod7771d12020-12-01 18:18:49 -080051 - 'make-unit-test':
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -070052 build-node: 'ubuntu18.04-basebuild-1c-2g'
Matteo Scandolod7771d12020-12-01 18:18:49 -080053 dest-gopath: "github.com/opencord"
54 unit-test-targets: 'lint sca test'
Joey Armstrong5226fb22023-02-02 18:16:07 -050055 unit-test-keep-going: 'false'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080056
57- job-group:
Matteo Scandolo42f6e572021-01-25 15:11:34 -080058 name: 'verify-bbsim-sadis-server-jobs-master'
59 jobs:
60 - 'voltha-patch-test':
Joey Armstrong56fdfec2024-03-01 13:43:36 -050061 extraHelmFlags: >
Mahir Gunyel1b432072025-01-06 11:07:16 -080062 --set global.image_tag=master
Joey Armstrong56fdfec2024-03-01 13:43:36 -050063 --set onos-classic.image.tag=master
64
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040065- job-group:
Eric Ball0d5a51a2025-01-22 16:55:16 -080066 name: 'verify-bbsim-sadis-server-jobs-voltha-2.13'
67 jobs:
68 - 'voltha-patch-test':
69 pipeline-script: 'voltha/bbsim-tests.groovy'
70 pipeline-branch: 'voltha-2.13'
71
72- job-group:
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040073 name: 'verify-bbsim-sadis-server-jobs-voltha-2.12'
74 jobs:
75 - 'voltha-patch-test':
Joey Armstrong6aa5ec02024-01-31 18:27:50 -050076 pipeline-script: 'voltha/bbsim-tests.groovy'
Jan Klare41a44fc2023-09-27 10:20:57 +020077 pipeline-branch: 'voltha-2.12'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040078
79- job-group:
80 name: 'verify-bbsim-sadis-server-jobs-voltha-2.11'
81 jobs:
82 - 'voltha-patch-test':
83 pipeline-script: 'voltha/voltha-2.11/bbsim-tests.groovy'
Jan Klare41a44fc2023-09-27 10:20:57 +020084 pipeline-branch: 'voltha-2.11'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080085
86- job-group:
Matteo Scandolod7771d12020-12-01 18:18:49 -080087 name: 'publish-bbsim-sadis-server-jobs'
88 jobs:
89 - 'docker-publish':
Eric Ball122196c2024-11-06 16:48:12 -080090 maintainers: "releng+voltha-build@linuxfoundation.org"
Matteo Scandolod7771d12020-12-01 18:18:49 -080091 docker-repo: 'voltha'
Matteo Scandolo02108aa2022-06-30 17:31:22 -070092 dependency-jobs: 'version-tag_wildcard'
Joey Armstrongaf679da2023-01-31 14:22:41 -050093
Joey Armstrong56fdfec2024-03-01 13:43:36 -050094# [EOF]