Merge "remove Infra Engine jobs"
[infra/cicd.git] / jjb / nsm / meridio-e2e-test-kind.yaml
1 ---
2 # ============LICENSE_START=======================================================
3 #  Copyright (C) 2021 Nordix Foundation.
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 - project:
21     name: 'meridio-e2e-test-kind'
22
23     project: 'meridio-e2e-test-kind'
24
25     jobs:
26       - 'meridio-e2e-test-kind'
27
28 - job-template:
29     name: 'meridio-e2e-test-kind'
30     project-type: pipeline
31     disabled: '{obj:disabled}'
32
33     concurrent: false
34
35     properties:
36       - github:
37           url: https://github.com/Nordix/Meridio-Operator
38       - build-discarder:
39           days-to-keep: 60
40           num-to-keep: 2000
41           artifact-days-to-keep: 60
42           artifact-num-to-keep: 2000
43
44
45     parameters:
46       - string:
47           name: GITHUB_ORGANIZATION
48           default: 'Nordix'
49           description: GitHub Organization
50       - string:
51           name: PROJECT
52           default: 'Meridio'
53           description: GitHub project
54       - string:
55           name: GIT_PROJECT
56           default: "https://github.com/$GITHUB_ORGANIZATION/$PROJECT.git"
57           description: Git URL of the project
58       - string:
59           name: CURRENT_BRANCH
60           default: "master"
61           description: Current Git branch
62       - string:
63           name: DEFAULT_BRANCH
64           default: "master"
65           description: default branch
66       - bool:
67           name: NEXT
68           default: false
69           description: Does the job run has to call for a next run?
70       - string:
71           name: MERIDIO_VERSION
72           default: 'latest'
73           description: Version of Meridio
74       - string:
75           name: TAPA_VERSION
76           default: 'latest'
77           description: Version of Meridio TAPA
78       - string:
79           name: KUBERNETES_VERSION
80           default: 'v1.25'
81           description: Version of Kubernetes
82       - string:
83           name: NSM_VERSION
84           default: 'v1.6.0'
85           description: Version of NSM
86       - string:
87           name: IP_FAMILY
88           default: 'dualstack'
89           description: IP Family
90       - string:
91           name: NUMBER_OF_WORKERS
92           default: "2"
93           description: Number of Kubernetes Workers
94       - string:
95           name: ENVIRONMENT_NAME
96           default: "kind-operator"
97           description: Name of the environment (under test/e2e/environment directory in Meridio)
98       - string:
99           name: SEED
100           default: "1"
101           description: Order in which the tests are running
102       - string:
103           name: SKIP
104           default: ""
105           description: e2e tests to skip
106       - string:
107           name: FOCUS
108           default: ""
109           description: e2e tests to focus
110       - bool:
111           name: DRY_RUN
112           default: false
113           description: Dry Run
114
115     dsl: 
116       !include-raw-escape: e2e.Jenkinsfile