Zack Williams | fdf8a19 | 2019-10-09 15:57:42 -0700 | [diff] [blame] | 1 | --- |
Joey Armstrong | 054d831 | 2024-02-22 12:19:37 -0500 | [diff] [blame] | 2 | # ----------------------------------------------------------------------- |
| 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 Williams | fdf8a19 | 2019-10-09 15:57:42 -0700 | [diff] [blame] | 24 | |
| 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 Chiu | f6cbde2 | 2021-04-22 22:15:23 -0700 | [diff] [blame] | 40 | build-node: 'ubuntu18.04-basebuild-4c-8g' |
Zack Williams | fdf8a19 | 2019-10-09 15:57:42 -0700 | [diff] [blame] | 41 | build-timeout: 20 |
| 42 | dest-gopath: "github.com/opencord" |
Zack Williams | ddaf98e | 2020-02-19 09:58:51 -0700 | [diff] [blame] | 43 | unit-test-targets: 'lint sca test' |
Joey Armstrong | 5226fb2 | 2023-02-02 18:16:07 -0500 | [diff] [blame] | 44 | unit-test-keep-going: 'false' |
Joey Armstrong | af679da | 2023-01-31 14:22:41 -0500 | [diff] [blame] | 45 | |
| 46 | # [EOF] |