blob: 66f2924af79e951c5cd0101a5309f808c66a6119 [file] [log] [blame]
robert.tomczyk8785eaa2022-02-09 15:39:29 +00001---
2# ============LICENSE_START=======================================================
rohithrajneeshaec245a2023-09-22 15:27:42 +01003# Copyright (C) 2023 Nordix Foundation.
robert.tomczyk8785eaa2022-02-09 15:39:29 +00004# ================================================================================
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:
rohithrajneeshc04abca2023-08-24 16:06:37 +010024 name: nonrtric-rapp-ransliceassurance-ics-verify-go
robert.tomczyk8785eaa2022-02-09 15:39:29 +000025 project: nonrtric/rapp/ransliceassurance
rohithrajneeshc04abca2023-08-24 16:06:37 +010026 project-name: nonrtric-rapp-ransliceassurance-ics
27 directory: icsversion
rohithrajneeshaec245a2023-09-22 15:27:42 +010028 trigger_files_path_pattern: "**/icsversion/**"
29 trigger_branch_pattern: '**'
rohithrajneeshc04abca2023-08-24 16:06:37 +010030
31 jobs:
32 - 'oransc-{project-name}-verify-go'
rohithrajneeshaec245a2023-09-22 15:27:42 +010033
rohithrajneeshc04abca2023-08-24 16:06:37 +010034- project:
35 name: nonrtric-rapp-ransliceassurance-smo-verify-go
36 project: nonrtric/rapp/ransliceassurance
37 project-name: nonrtric-rapp-ransliceassurance-smo
38 directory: smoversion
rohithrajneeshaec245a2023-09-22 15:27:42 +010039 trigger_files_path_pattern: "**/smoversion/**"
40 trigger_branch_pattern: '**'
41
robert.tomczyk8785eaa2022-02-09 15:39:29 +000042
43 jobs:
nauman55ba9412022-03-28 15:15:19 +000044 - 'oransc-{project-name}-verify-go'