robert.tomczyk | 8785eaa | 2022-02-09 15:39:29 +0000 | [diff] [blame] | 1 | --- |
| 2 | # ============LICENSE_START======================================================= |
rohithrajneesh | aec245a | 2023-09-22 15:27:42 +0100 | [diff] [blame] | 3 | # Copyright (C) 2023 Nordix Foundation. |
robert.tomczyk | 8785eaa | 2022-02-09 15:39:29 +0000 | [diff] [blame] | 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-License-Identifier: Apache-2.0 |
| 18 | # ============LICENSE_END========================================================= |
| 19 | |
| 20 | # this job gets triggered when a change is proposed to |
| 21 | # nonrtric/rapp/ransliceassurance project on Nordix Gerrit. |
| 22 | |
| 23 | - project: |
rohithrajneesh | c04abca | 2023-08-24 16:06:37 +0100 | [diff] [blame] | 24 | name: nonrtric-rapp-ransliceassurance-ics-verify-go |
robert.tomczyk | 8785eaa | 2022-02-09 15:39:29 +0000 | [diff] [blame] | 25 | project: nonrtric/rapp/ransliceassurance |
rohithrajneesh | c04abca | 2023-08-24 16:06:37 +0100 | [diff] [blame] | 26 | project-name: nonrtric-rapp-ransliceassurance-ics |
| 27 | directory: icsversion |
rohithrajneesh | aec245a | 2023-09-22 15:27:42 +0100 | [diff] [blame] | 28 | trigger_files_path_pattern: "**/icsversion/**" |
| 29 | trigger_branch_pattern: '**' |
rohithrajneesh | c04abca | 2023-08-24 16:06:37 +0100 | [diff] [blame] | 30 | |
| 31 | jobs: |
| 32 | - 'oransc-{project-name}-verify-go' |
rohithrajneesh | aec245a | 2023-09-22 15:27:42 +0100 | [diff] [blame] | 33 | |
rohithrajneesh | c04abca | 2023-08-24 16:06:37 +0100 | [diff] [blame] | 34 | - project: |
| 35 | name: nonrtric-rapp-ransliceassurance-smo-verify-go |
| 36 | project: nonrtric/rapp/ransliceassurance |
| 37 | project-name: nonrtric-rapp-ransliceassurance-smo |
| 38 | directory: smoversion |
rohithrajneesh | aec245a | 2023-09-22 15:27:42 +0100 | [diff] [blame] | 39 | trigger_files_path_pattern: "**/smoversion/**" |
| 40 | trigger_branch_pattern: '**' |
| 41 | |
robert.tomczyk | 8785eaa | 2022-02-09 15:39:29 +0000 | [diff] [blame] | 42 | |
| 43 | jobs: |
nauman | 55ba941 | 2022-03-28 15:15:19 +0000 | [diff] [blame] | 44 | - 'oransc-{project-name}-verify-go' |