blob: 4b90bda486e1859b0ebf83d205b4e4f4618ace38 [file] [log] [blame]
robert.tomczykd69f7452023-06-27 10:58:16 +01001---
2#
3# ============LICENSE_START=======================================================
halil.cakale7b3a922024-04-10 09:12:52 +01004# Copyright (C) 2023-2024 Nordix Foundation.
robert.tomczykd69f7452023-06-27 10:58:16 +01005# ================================================================================
6# Licensed under the Apache License, Version 2.0 (the "License");
7# you may not use this file except in compliance with the License.
8# You may obtain a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing, software
13# distributed under the License is distributed on an "AS IS" BASIS,
14# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15# See the License for the specific language governing permissions and
16# limitations under the License.
17#
18# SPDX-License-Identifier: Apache-2.0
19# ============LICENSE_END=========================================================
20# this job gets triggered on the specified timer and runs CPS performance
21# test in the Nordix environment.
22
23- project:
24 name: cps-performance-test
25 project: cps
26 project-name: cps
halil.cakala3bc5762024-06-07 09:40:27 +010027
28 # run every hour
29 timer: "0 * * * *"
30
robert.tomczykd69f7452023-06-27 10:58:16 +010031 mvn_params: "-P include-performance"
32
33 stream:
34 - 'master':
35 branch: '{stream}'
emaclee3f7158a2023-09-25 17:23:37 +010036 jdk-version: java-17
robert.tomczykd69f7452023-06-27 10:58:16 +010037
38 jobs:
robert.tomczyk9e42d672023-06-28 10:39:12 +010039 - 'onap-{project-name}-{stream}-performance-test-java'
emaclee5bbdfca2023-08-18 14:14:49 +010040
41- project:
42 name: cps-tests-plots
43 project: cps
44 project-name: cps
halil.cakala3bc5762024-06-07 09:40:27 +010045
46 # run 31 minutes past every hour
47 timer: "31 * * * *"
emaclee5bbdfca2023-08-18 14:14:49 +010048
49 jobs:
halil.cakal869f7942024-04-24 10:02:55 +010050 - 'onap-{project-name}-performance-tests-plots'
halil.cakalf6434912024-05-01 13:49:44 +010051
52- project:
53 name: cps-k6-tests
54 project: cps
55 project-name: cps
halil.cakala3bc5762024-06-07 09:40:27 +010056
halil.cakal9340d172024-06-25 10:59:23 +010057 # run every hour
58 timer: "0 * * * *"
halil.cakalf6434912024-05-01 13:49:44 +010059
60 jobs:
61 - 'onap-{project-name}-performance-test-k6'
halil.cakal25ff8e82024-05-31 11:18:54 +010062
63- project:
64 name: cps-k6-tests-plots
65 project: cps
66 project-name: cps
halil.cakala3bc5762024-06-07 09:40:27 +010067
halil.cakal9340d172024-06-25 10:59:23 +010068 # run 31 minutes past every hour
69 timer: "31 * * * *"
halil.cakal25ff8e82024-05-31 11:18:54 +010070
71 jobs:
halil.cakal9a4119d2024-11-20 16:57:23 +000072 - 'onap-{project-name}-k6-performance-tests-plots'
73
74- project:
75 name: cps-endurance-tests
76 project: cps
77 project-name: cps
78
79 # run every 3 hour(s)
80 timer: "0 0/3 * * *"
81
82 jobs:
83 - 'onap-{project-name}-endurance-test'