blob: a5a8f557842d532dcb2f9b47d3eafbe0011cb730 [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}'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040034 - 'verify-bbsim-jobs-voltha-2.12':
35 name-extension: '-voltha-2.12'
36 override-branch: 'voltha-2.12'
37 branch-regexp: '^voltha-2.12$'
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:
81 name: 'verify-bbsim-jobs-voltha-2.12'
82 jobs:
83 - 'voltha-patch-test':
Joey Armstrong6aa5ec02024-01-31 18:27:50 -050084 pipeline-script: 'voltha/bbsim-tests.groovy'
Jan Klare41a44fc2023-09-27 10:20:57 +020085 pipeline-branch: 'voltha-2.12'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040086 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Hardik Windlass0a18e4e2021-07-13 12:19:20 +000087 testTargets: |
88 - target: sanity-bbsim-att
89 workflow: att
90 flags: ""
91 teardown: true
Hardik Windlasse44ef712021-10-20 10:36:33 +000092 logging: true
Hardik Windlass0a18e4e2021-07-13 12:19:20 +000093 - target: sanity-bbsim-dt
94 workflow: dt
95 flags: ""
96 teardown: true
Hardik Windlasse44ef712021-10-20 10:36:33 +000097 logging: true
Hardik Windlass0a18e4e2021-07-13 12:19:20 +000098 - target: sanity-bbsim-tt
99 workflow: tt
100 flags: ""
101 teardown: true
Hardik Windlasse44ef712021-10-20 10:36:33 +0000102 logging: true
Zack Williamsd1ba6412019-08-28 11:18:32 -0700103
104- job-group:
Joey Armstrong7adbfb02023-01-24 17:02:37 -0500105 name: 'verify-bbsim-jobs-voltha-2.11'
106 jobs:
107 - 'voltha-patch-test':
108 pipeline-script: 'voltha/voltha-2.11/bbsim-tests.groovy'
Jan Klare41a44fc2023-09-27 10:20:57 +0200109 pipeline-branch: 'voltha-2.11'
Joey Armstrong7adbfb02023-01-24 17:02:37 -0500110 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
111 testTargets: |
112 - target: sanity-bbsim-att
113 workflow: att
114 flags: ""
115 teardown: true
116 logging: true
117 - target: sanity-bbsim-dt
118 workflow: dt
119 flags: ""
120 teardown: true
121 logging: true
122 - target: sanity-bbsim-tt
123 workflow: tt
124 flags: ""
125 teardown: true
126 logging: true
Joey Armstrong56fdfec2024-03-01 13:43:36 -0500127
Matteo Scandolo42f6e572021-01-25 15:11:34 -0800128- job-group:
Zack Williamsd1ba6412019-08-28 11:18:32 -0700129 name: 'publish-bbsim-jobs'
130 jobs:
131 - 'docker-publish':
Joey Armstrongca4cb462023-01-12 17:51:05 -0500132 maintainers: "onf-bat-admin@opennetworking.org"
Zack Williamsd1ba6412019-08-28 11:18:32 -0700133 docker-repo: 'voltha'
Matteo Scandolo02108aa2022-06-30 17:31:22 -0700134 dependency-jobs: 'version-tag_wildcard'
Matteo Scandolob50daac2019-10-22 16:45:47 -0700135 - 'github-release':
Joey Armstrongca4cb462023-01-12 17:51:05 -0500136 dependency-jobs: 'version-tag_wildcard'
137 github-organization: 'opencord'
138 release-targets: 'release'
139 artifact-glob: 'release/*'
Joey Armstrongaf679da2023-01-31 14:22:41 -0500140
Joey Armstrong56fdfec2024-03-01 13:43:36 -0500141# [EOF]