blob: 25a66e9e9aac32d07a23110246a0da70bb5055df [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'
Matteo Scandolod7771d12020-12-01 18:18:49 -080048 - 'make-unit-test':
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -070049 build-node: 'ubuntu18.04-basebuild-1c-2g'
Matteo Scandolod7771d12020-12-01 18:18:49 -080050 dest-gopath: "github.com/opencord"
51 unit-test-targets: 'lint sca test'
Joey Armstrong5226fb22023-02-02 18:16:07 -050052 unit-test-keep-going: 'false'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080053
54- job-group:
Matteo Scandolo42f6e572021-01-25 15:11:34 -080055 name: 'verify-bbsim-sadis-server-jobs-master'
56 jobs:
57 - 'voltha-patch-test':
Joey Armstrong56fdfec2024-03-01 13:43:36 -050058 extraHelmFlags: >
59 set global.image_tag=master
60 --set onos-classic.image.tag=master
61
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040062- job-group:
63 name: 'verify-bbsim-sadis-server-jobs-voltha-2.12'
64 jobs:
65 - 'voltha-patch-test':
Joey Armstrong6aa5ec02024-01-31 18:27:50 -050066 pipeline-script: 'voltha/bbsim-tests.groovy'
Jan Klare41a44fc2023-09-27 10:20:57 +020067 pipeline-branch: 'voltha-2.12'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040068
69- job-group:
70 name: 'verify-bbsim-sadis-server-jobs-voltha-2.11'
71 jobs:
72 - 'voltha-patch-test':
73 pipeline-script: 'voltha/voltha-2.11/bbsim-tests.groovy'
Jan Klare41a44fc2023-09-27 10:20:57 +020074 pipeline-branch: 'voltha-2.11'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080075
76- job-group:
Matteo Scandolod7771d12020-12-01 18:18:49 -080077 name: 'publish-bbsim-sadis-server-jobs'
78 jobs:
79 - 'docker-publish':
Joey Armstrongca4cb462023-01-12 17:51:05 -050080 maintainers: "onf-bat-admin@opennetworking.org"
Matteo Scandolod7771d12020-12-01 18:18:49 -080081 docker-repo: 'voltha'
Matteo Scandolo02108aa2022-06-30 17:31:22 -070082 dependency-jobs: 'version-tag_wildcard'
Joey Armstrongaf679da2023-01-31 14:22:41 -050083
Joey Armstrong56fdfec2024-03-01 13:43:36 -050084# [EOF]