blob: 27f8d3592dffc078eeecc92e6f6f11321a5d9e91 [file] [log] [blame]
Zack Williamsd1ba6412019-08-28 11:18:32 -07001---
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' repo
24# -----------------------------------------------------------------------
Zack Williamsd1ba6412019-08-28 11:18:32 -070025
26- project:
27 name: bbsim
28 project: '{name}'
Amol Jaikarbc9549a2023-01-27 16:53:06 -050029 dest-gopath: "github.com/opencord"
Zack Williamsd1ba6412019-08-28 11:18:32 -070030
31 jobs:
32 - 'verify-bbsim-jobs':
33 branch-regexp: '{all-branches-regexp}'
Eric Ball0d5a51a2025-01-22 16:55:16 -080034 - 'verify-bbsim-jobs-voltha-2.13':
35 name-extension: '-voltha-2.13'
36 override-branch: 'voltha-2.13'
37 branch-regexp: '^voltha-2.13$'
Joey Armstrong7adbfb02023-01-24 17:02:37 -050038 - 'verify-bbsim-jobs-voltha-2.11':
39 name-extension: '-voltha-2.11'
40 override-branch: 'voltha-2.11'
41 branch-regexp: '^voltha-2.11$'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080042 - 'verify-bbsim-jobs-master':
43 branch-regexp: '^master$'
Zack Williamsd1ba6412019-08-28 11:18:32 -070044 - 'publish-bbsim-jobs':
45 branch-regexp: '{all-branches-regexp}'
46
47- job-group:
48 name: 'verify-bbsim-jobs'
49 jobs:
50 - 'verify-licensed'
Zack Williamsd1ba6412019-08-28 11:18:32 -070051 - 'make-unit-test':
Joey Armstrongc5194c42024-07-23 15:31:18 -040052 # build-node: 'ubuntu18.04-basebuild-4c-8g'
Joey Armstrong6fb53fb2024-08-27 16:44:29 -040053 build-node: 'ubuntu18.04-basebuild-8c-15g'
Zack Williamsd1ba6412019-08-28 11:18:32 -070054 dest-gopath: "github.com/opencord"
Shrey Baidaa897cd2020-07-22 11:26:47 -040055 unit-test-targets: 'lint sca test'
Joey Armstrong5226fb22023-02-02 18:16:07 -050056 unit-test-keep-going: 'false'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080057
58- job-group:
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040059 name: 'verify-bbsim-jobs-master'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080060 jobs:
Andy Baviera6f8e482019-10-24 08:22:30 -070061 - 'voltha-patch-test':
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040062 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
63 testTargets: |
64 - target: sanity-bbsim-att
65 workflow: att
66 flags: ""
67 teardown: true
68 logging: true
69 - target: sanity-bbsim-dt
70 workflow: dt
71 flags: ""
72 teardown: true
73 logging: true
74 - target: sanity-bbsim-tt
75 workflow: tt
76 flags: ""
77 teardown: true
78 logging: true
79
80- job-group:
Eric Ball0d5a51a2025-01-22 16:55:16 -080081 name: 'verify-bbsim-jobs-voltha-2.13'
82 jobs:
83 - 'voltha-patch-test':
84 pipeline-script: 'voltha/bbsim-tests.groovy'
85 pipeline-branch: 'voltha-2.13'
86 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
87 testTargets: |
88 - target: sanity-bbsim-dt
89 workflow: dt
90 flags: ""
91 teardown: true
92 logging: true
93 - target: sanity-bbsim-tt
94 workflow: tt
95 flags: ""
96 teardown: true
97 logging: true
98
99- job-group:
Joey Armstrong7adbfb02023-01-24 17:02:37 -0500100 name: 'verify-bbsim-jobs-voltha-2.11'
101 jobs:
102 - 'voltha-patch-test':
103 pipeline-script: 'voltha/voltha-2.11/bbsim-tests.groovy'
Jan Klare41a44fc2023-09-27 10:20:57 +0200104 pipeline-branch: 'voltha-2.11'
Joey Armstrong7adbfb02023-01-24 17:02:37 -0500105 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
106 testTargets: |
107 - target: sanity-bbsim-att
108 workflow: att
109 flags: ""
110 teardown: true
111 logging: true
112 - target: sanity-bbsim-dt
113 workflow: dt
114 flags: ""
115 teardown: true
116 logging: true
117 - target: sanity-bbsim-tt
118 workflow: tt
119 flags: ""
120 teardown: true
121 logging: true
Joey Armstrong56fdfec2024-03-01 13:43:36 -0500122
Matteo Scandolo42f6e572021-01-25 15:11:34 -0800123- job-group:
Zack Williamsd1ba6412019-08-28 11:18:32 -0700124 name: 'publish-bbsim-jobs'
125 jobs:
126 - 'docker-publish':
Eric Ball122196c2024-11-06 16:48:12 -0800127 maintainers: "releng+voltha-build@linuxfoundation.org"
Zack Williamsd1ba6412019-08-28 11:18:32 -0700128 docker-repo: 'voltha'
Matteo Scandolo02108aa2022-06-30 17:31:22 -0700129 dependency-jobs: 'version-tag_wildcard'
Matteo Scandolob50daac2019-10-22 16:45:47 -0700130 - 'github-release':
Joey Armstrongca4cb462023-01-12 17:51:05 -0500131 dependency-jobs: 'version-tag_wildcard'
132 github-organization: 'opencord'
133 release-targets: 'release'
134 artifact-glob: 'release/*'
Joey Armstrongaf679da2023-01-31 14:22:41 -0500135
Joey Armstrong56fdfec2024-03-01 13:43:36 -0500136# [EOF]