robert.tomczyk | d69f745 | 2023-06-27 10:58:16 +0100 | [diff] [blame] | 1 | --- |
| 2 | # |
| 3 | # ============LICENSE_START======================================================= |
halil.cakal | e7b3a92 | 2024-04-10 09:12:52 +0100 | [diff] [blame] | 4 | # Copyright (C) 2023-2024 Nordix Foundation. |
robert.tomczyk | d69f745 | 2023-06-27 10:58:16 +0100 | [diff] [blame] | 5 | # ================================================================================ |
| 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.cakal | a3bc576 | 2024-06-07 09:40:27 +0100 | [diff] [blame] | 27 | |
| 28 | # run every hour |
| 29 | timer: "0 * * * *" |
| 30 | |
robert.tomczyk | d69f745 | 2023-06-27 10:58:16 +0100 | [diff] [blame] | 31 | mvn_params: "-P include-performance" |
| 32 | |
| 33 | stream: |
| 34 | - 'master': |
| 35 | branch: '{stream}' |
emaclee | 3f7158a | 2023-09-25 17:23:37 +0100 | [diff] [blame] | 36 | jdk-version: java-17 |
robert.tomczyk | d69f745 | 2023-06-27 10:58:16 +0100 | [diff] [blame] | 37 | |
| 38 | jobs: |
robert.tomczyk | 9e42d67 | 2023-06-28 10:39:12 +0100 | [diff] [blame] | 39 | - 'onap-{project-name}-{stream}-performance-test-java' |
emaclee | 5bbdfca | 2023-08-18 14:14:49 +0100 | [diff] [blame] | 40 | |
| 41 | - project: |
| 42 | name: cps-tests-plots |
| 43 | project: cps |
| 44 | project-name: cps |
halil.cakal | a3bc576 | 2024-06-07 09:40:27 +0100 | [diff] [blame] | 45 | |
| 46 | # run 31 minutes past every hour |
| 47 | timer: "31 * * * *" |
emaclee | 5bbdfca | 2023-08-18 14:14:49 +0100 | [diff] [blame] | 48 | |
| 49 | jobs: |
halil.cakal | 869f794 | 2024-04-24 10:02:55 +0100 | [diff] [blame] | 50 | - 'onap-{project-name}-performance-tests-plots' |
halil.cakal | f643491 | 2024-05-01 13:49:44 +0100 | [diff] [blame] | 51 | |
| 52 | - project: |
| 53 | name: cps-k6-tests |
| 54 | project: cps |
| 55 | project-name: cps |
halil.cakal | a3bc576 | 2024-06-07 09:40:27 +0100 | [diff] [blame] | 56 | |
halil.cakal | 9340d17 | 2024-06-25 10:59:23 +0100 | [diff] [blame] | 57 | # run every hour |
| 58 | timer: "0 * * * *" |
halil.cakal | f643491 | 2024-05-01 13:49:44 +0100 | [diff] [blame] | 59 | |
| 60 | jobs: |
| 61 | - 'onap-{project-name}-performance-test-k6' |
halil.cakal | 25ff8e8 | 2024-05-31 11:18:54 +0100 | [diff] [blame] | 62 | |
| 63 | - project: |
| 64 | name: cps-k6-tests-plots |
| 65 | project: cps |
| 66 | project-name: cps |
halil.cakal | a3bc576 | 2024-06-07 09:40:27 +0100 | [diff] [blame] | 67 | |
halil.cakal | 9340d17 | 2024-06-25 10:59:23 +0100 | [diff] [blame] | 68 | # run 31 minutes past every hour |
| 69 | timer: "31 * * * *" |
halil.cakal | 25ff8e8 | 2024-05-31 11:18:54 +0100 | [diff] [blame] | 70 | |
| 71 | jobs: |
halil.cakal | 9a4119d | 2024-11-20 16:57:23 +0000 | [diff] [blame^] | 72 | - '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' |