blob: fbfed252ed6aab942a30a7fbeaccdff29a48bd4c [file] [log] [blame]
Zack Williamsfdf8a192019-10-09 15:57:42 -07001---
Joey Armstrong054d8312024-02-22 12:19:37 -05002# -----------------------------------------------------------------------
3# Copyright 2019-2024 Open Networking Foundation Contributors
4#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16#
17# SPDX-FileCopyrightText: 2019-2024 Open Networking Foundation Contributors
18# SPDX-License-Identifier: Apache-2.0
19# -----------------------------------------------------------------------
20# Entropy: 0fcb5ffa-d1a4-11ee-be5e-9f44b7181764
21# -----------------------------------------------------------------------
22# Intent: verification jobs for 'voltha-lib-go' repo
23# -----------------------------------------------------------------------
Zack Williamsfdf8a192019-10-09 15:57:42 -070024
25- project:
26 name: voltha-lib-go
27 project: '{name}'
28
29 jobs:
30 - 'verify-voltha-lib-go-jobs':
31 branch-regexp: '{all-branches-regexp}'
32
33- job-group:
34 name: 'verify-voltha-lib-go-jobs'
35 jobs:
36 - 'verify-licensed'
37 - 'tag-collision-reject':
38 dependency-jobs: 'verify_voltha-lib-go_licensed'
39 - 'make-unit-test':
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -070040 build-node: 'ubuntu18.04-basebuild-4c-8g'
Zack Williamsfdf8a192019-10-09 15:57:42 -070041 build-timeout: 20
42 dest-gopath: "github.com/opencord"
Zack Williamsddaf98e2020-02-19 09:58:51 -070043 unit-test-targets: 'lint sca test'
Joey Armstrong5226fb22023-02-02 18:16:07 -050044 unit-test-keep-going: 'false'
Joey Armstrongaf679da2023-01-31 14:22:41 -050045
46# [EOF]