blob: 4c65fdfa24f000b04f12faba2acdfeab10e8dccb [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
57 # run 30 minutes past every hour
58 timer: "30 * * * *"
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
68 # run 1 minutes past every hour
69 timer: "1 * * * *"
halil.cakal25ff8e82024-05-31 11:18:54 +010070
71 jobs:
72 - 'onap-{project-name}-k6-performance-tests-plots'