blob: 72649db78b5ed7660c9c68570ecd8e2bface022a [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 Balleeb0dd82025-08-07 15:06:12 -070033 - 'verify-bbsim-sadis-server-jobs-voltha-2.14':
34 name-extension: '-voltha-2.14'
35 branch-regexp: '^voltha-2.14$'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080036 - 'verify-bbsim-sadis-server-jobs-master':
37 branch-regexp: '^master$'
Matteo Scandolod7771d12020-12-01 18:18:49 -080038 - 'publish-bbsim-sadis-server-jobs':
39 branch-regexp: '{all-branches-regexp}'
40
41- job-group:
42 name: 'verify-bbsim-sadis-server-jobs'
43 jobs:
44 - 'verify-licensed'
Matteo Scandolod7771d12020-12-01 18:18:49 -080045 - 'make-unit-test':
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -070046 build-node: 'ubuntu18.04-basebuild-1c-2g'
Matteo Scandolod7771d12020-12-01 18:18:49 -080047 dest-gopath: "github.com/opencord"
48 unit-test-targets: 'lint sca test'
Joey Armstrong5226fb22023-02-02 18:16:07 -050049 unit-test-keep-going: 'false'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080050
51- job-group:
Matteo Scandolo42f6e572021-01-25 15:11:34 -080052 name: 'verify-bbsim-sadis-server-jobs-master'
53 jobs:
54 - 'voltha-patch-test':
Joey Armstrong56fdfec2024-03-01 13:43:36 -050055 extraHelmFlags: >
Mahir Gunyel1b432072025-01-06 11:07:16 -080056 --set global.image_tag=master
Joey Armstrong56fdfec2024-03-01 13:43:36 -050057 --set onos-classic.image.tag=master
58
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040059- job-group:
Eric Balleeb0dd82025-08-07 15:06:12 -070060 name: 'verify-bbsim-sadis-server-jobs-voltha-2.14'
Eric Ball0d5a51a2025-01-22 16:55:16 -080061 jobs:
62 - 'voltha-patch-test':
63 pipeline-script: 'voltha/bbsim-tests.groovy'
Eric Balleeb0dd82025-08-07 15:06:12 -070064 pipeline-branch: 'voltha-2.14'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080065
66- job-group:
Matteo Scandolod7771d12020-12-01 18:18:49 -080067 name: 'publish-bbsim-sadis-server-jobs'
68 jobs:
69 - 'docker-publish':
Eric Ball122196c2024-11-06 16:48:12 -080070 maintainers: "releng+voltha-build@linuxfoundation.org"
Matteo Scandolod7771d12020-12-01 18:18:49 -080071 docker-repo: 'voltha'
Matteo Scandolo02108aa2022-06-30 17:31:22 -070072 dependency-jobs: 'version-tag_wildcard'
Joey Armstrongaf679da2023-01-31 14:22:41 -050073
Joey Armstrong56fdfec2024-03-01 13:43:36 -050074# [EOF]