Zack Williams | 0b072cf | 2019-09-27 11:00:11 -0700 | [diff] [blame] | 1 | --- |
Joey Armstrong | 054d831 | 2024-02-22 12:19:37 -0500 | [diff] [blame] | 2 | # ----------------------------------------------------------------------- |
| 3 | # Copyright 2018-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: 2018-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-api-server' repo |
| 23 | # Note: voltha-api-server is unmaintained, should we keep running tests? |
| 24 | # ----------------------------------------------------------------------- |
Matteo Scandolo | 42f6e57 | 2021-01-25 15:11:34 -0800 | [diff] [blame] | 25 | |
Zack Williams | 0b072cf | 2019-09-27 11:00:11 -0700 | [diff] [blame] | 26 | - project: |
| 27 | name: voltha-api-server |
| 28 | project: '{name}' |
| 29 | |
| 30 | jobs: |
| 31 | - 'verify-voltha-api-server-jobs': |
| 32 | branch-regexp: '{all-branches-regexp}' |
| 33 | - 'publish-voltha-api-server-jobs': |
| 34 | branch-regexp: '{all-branches-regexp}' |
| 35 | |
Joey Armstrong | a516c32 | 2023-01-25 17:40:42 -0500 | [diff] [blame] | 36 | # ----------------------------------------------------------------------- |
| 37 | # verify-voltha-api-server-jobs |
| 38 | # o explicitly dependent on v2.8 |
| 39 | # o copied to job verify-voltha-api-server-jobs-voltha-2.8 |
| 40 | # o updated verify-voltha-api-server-jobs to depend on v2.11 |
| 41 | # o is this another element that should be deleted with v2.11 ? |
| 42 | # o if not deprecated rename job to contain *-voltha-x.y to be clear |
| 43 | # the job is not intended for master branch. |
| 44 | # ----------------------------------------------------------------------- |
Zack Williams | 0b072cf | 2019-09-27 11:00:11 -0700 | [diff] [blame] | 45 | - job-group: |
| 46 | name: 'verify-voltha-api-server-jobs' |
| 47 | jobs: |
| 48 | - 'verify-licensed' |
Zack Williams | 0b072cf | 2019-09-27 11:00:11 -0700 | [diff] [blame] | 49 | - 'make-unit-test': |
Hung-Wei Chiu | f6cbde2 | 2021-04-22 22:15:23 -0700 | [diff] [blame] | 50 | build-node: 'ubuntu18.04-basebuild-2c-4g' |
Zack Williams | 0b072cf | 2019-09-27 11:00:11 -0700 | [diff] [blame] | 51 | dest-gopath: "github.com/opencord" |
Andy Bavier | 8b0b2d3 | 2019-10-23 09:58:19 -0700 | [diff] [blame] | 52 | unit-test-targets: 'lint sca test' |
Joey Armstrong | 5226fb2 | 2023-02-02 18:16:07 -0500 | [diff] [blame] | 53 | unit-test-keep-going: 'false' |
Zack Williams | 0b072cf | 2019-09-27 11:00:11 -0700 | [diff] [blame] | 54 | junit-allow-empty-results: true |
Scott Baker | 5521fd4 | 2019-10-02 09:41:06 -0700 | [diff] [blame] | 55 | - 'voltha-patch-test': |
Joey Armstrong | a516c32 | 2023-01-25 17:40:42 -0500 | [diff] [blame] | 56 | pipeline-script: 'voltha/voltha-2.11/bbsim-tests.groovy' |
Jan Klare | 41a44fc | 2023-09-27 10:20:57 +0200 | [diff] [blame] | 57 | pipeline-branch: 'voltha-2.11' |
Joey Armstrong | a516c32 | 2023-01-25 17:40:42 -0500 | [diff] [blame] | 58 | |
| 59 | - job-group: |
| 60 | name: 'verify-voltha-api-server-jobs-voltha-2.8' |
| 61 | jobs: |
| 62 | - 'verify-licensed' |
Joey Armstrong | a516c32 | 2023-01-25 17:40:42 -0500 | [diff] [blame] | 63 | - 'make-unit-test': |
| 64 | build-node: 'ubuntu18.04-basebuild-2c-4g' |
| 65 | dest-gopath: "github.com/opencord" |
| 66 | unit-test-targets: 'lint sca test' |
Joey Armstrong | 5226fb2 | 2023-02-02 18:16:07 -0500 | [diff] [blame] | 67 | unit-test-keep-going: 'false' |
Joey Armstrong | a516c32 | 2023-01-25 17:40:42 -0500 | [diff] [blame] | 68 | junit-allow-empty-results: true |
| 69 | - 'voltha-patch-test': |
Hardik Windlass | 6d9a82e | 2021-07-08 16:23:21 +0000 | [diff] [blame] | 70 | pipeline-script: 'voltha/voltha-2.8/bbsim-tests.groovy' |
Jan Klare | 41a44fc | 2023-09-27 10:20:57 +0200 | [diff] [blame] | 71 | pipeline-branch: 'voltha-2.8' |
Zack Williams | 0b072cf | 2019-09-27 11:00:11 -0700 | [diff] [blame] | 72 | |
| 73 | - job-group: |
| 74 | name: 'publish-voltha-api-server-jobs' |
| 75 | jobs: |
| 76 | - 'docker-publish': |
| 77 | build-timeout: 30 |
| 78 | docker-repo: 'voltha' |
Matteo Scandolo | 02108aa | 2022-06-30 17:31:22 -0700 | [diff] [blame] | 79 | dependency-jobs: 'version-tag_wildcard' |
Joey Armstrong | af679da | 2023-01-31 14:22:41 -0500 | [diff] [blame] | 80 | |
| 81 | # [EOF] |