blob: 218463ae7c3a5bf06fb10bc4d8fdd0aa467bf3b4 [file] [log] [blame]
Lionel Jouinab2f8972022-12-15 11:14:43 +01001---
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-long-run-test-kind'
22
23 project: 'meridio-e2e-long-run-test-kind'
24
25 jobs:
26 - 'meridio-e2e-long-run-test-kind'
27
28- job-template:
29 name: 'meridio-e2e-long-run-test-kind'
30 project-type: pipeline
31 disabled: '{obj:disabled}'
32
Lionel Jouinab2f8972022-12-15 11:14:43 +010033 properties:
34 - github:
35 url: https://github.com/Nordix/Meridio-Operator
36
37 parameters:
38 - string:
39 name: GITHUB_ORGANIZATION
40 default: 'Nordix'
41 description: GitHub Organization
42 - string:
43 name: PROJECT
44 default: 'Meridio'
45 description: GitHub project
46 - string:
47 name: GIT_PROJECT
48 default: "https://github.com/$GITHUB_ORGANIZATION/$PROJECT.git"
49 description: Git URL of the project
50 - string:
51 name: CURRENT_BRANCH
52 default: "master"
53 description: Current Git branch
54 - string:
55 name: DEFAULT_BRANCH
56 default: "master"
57 description: default branch
58 - string:
59 name: MERIDIO_VERSION
60 default: 'latest'
61 description: Version of Meridio
62 - string:
63 name: TAPA_VERSION
64 default: 'latest'
65 description: Version of Meridio TAPA
66 - string:
67 name: KUBERNETES_VERSION
68 default: 'v1.25'
69 description: Version of Kubernetes
70 - string:
71 name: NSM_VERSION
72 default: 'v1.6.0'
73 description: Version of NSM
74 - string:
75 name: IP_FAMILY
76 default: 'dualstack'
77 description: IP Family
78 - string:
79 name: NUMBER_OF_WORKERS
80 default: "2"
81 description: Number of Kubernetes Workers
82 - string:
83 name: ENVIRONMENT_NAME
84 default: "kind-operator"
85 description: Name of the environment (under test/e2e/environment directory in Meridio)
86 - string:
87 name: SKIP
88 default: ""
89 description: e2e tests to skip
90 - string:
91 name: FOCUS
92 default: ""
93 description: e2e tests to focus
94 - string:
95 name: NUMBER_OF_RUNS
96 default: "100"
97 description: Number of e2e runs
98 - string:
99 name: INTERVAL
100 default: "7200"
Lionel Jouin5737e072023-03-21 17:40:21 +0100101 description: Interval between each e2e test run (in seconds). This also defines the timeout of the e2e test runs.
Lionel Jouinab2f8972022-12-15 11:14:43 +0100102 - bool:
103 name: DRY_RUN
104 default: false
105 description: Dry Run
106
107 dsl:
108 !include-raw-escape: e2e-long-run.Jenkinsfile