CSIT: Replace 2402 jobs by 2406 jobs
[ci-management.git] / jjb / csit / csit.yaml
1 # Copyright (c) 2023 Cisco and/or its affiliates.
2 # Licensed under the Apache License, Version 2.0 (the "License");
3 # you may not use this file except in compliance with the License.
4 # You may obtain a copy of the License at:
5 #
6 #     http://www.apache.org/licenses/LICENSE-2.0
7 #
8 # Unless required by applicable law or agreed to in writing, software
9 # distributed under the License is distributed on an "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 # See the License for the specific language governing permissions and
12 # limitations under the License.
13
14 ---
15 - project:
16     name: csit-view
17     views:
18       - project-view
19     project-name: csit
20
21 - project:
22     name: csit-info
23     project-name: csit
24     jobs:
25       - gerrit-info-yaml-verify
26     build-node: centos7-builder-2c-2g
27     project: csit
28     branch: master
29
30 - project:
31     name: csit-sonar
32     project: csit
33     project-name: csit
34     mvn-settings: csit-settings
35     sonarcloud: true
36     sonarcloud-project-organization: '{sonarcloud_project_organization}'
37     sonarcloud-api-token: '{sonarcloud_api_token}'
38     sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
39     branch: master
40     build-node: centos7-builder-2c-2g
41     jobs:
42       - gerrit-maven-sonar