summaryrefslogtreecommitdiffstats
path: root/jjb/vsap/vsap.yaml
blob: 31c4b43201971f71dd816dfb7b6f185536d13993 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
---
#########################################################################
#
# Copyright (c) 2019 Intel and/or its affiliates.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#########################################################################

- project:
    name: vsap
    jobs:
      - 'vsap-verify-{stream}-{os}-{mode}'
      - 'vsap-merge-{stream}-{os}-{mode}'

    project: 'vsap'
    os:
      - ubuntu1804:
          repo-os-part: 'ubuntu.bionic.main'
    stream:
      - '2005':
          branch: 'stable/2005'
          repo-stream-part: 'stable.2005'
    mode:
      - vcl:
          repo-mode-part: 'vcl'
      - ldp:
          repo-mode-part: 'ldp'

- project:
    name: vsap-view
    views:
      - project-view
    project-name: vsap

- job-template:
    name: 'vsap-verify-{stream}-{os}-{mode}'

    project-type: freestyle
    node: 'builder-{os}-prod-x86_64'
    concurrent: true

    build-discarder:
      daysToKeep: '{build-days-to-keep}'
      numToKeep: 100
      artifactDaysToKeep: '{build-artifact-days-to-keep}'
      artifactNumToKeep: '{build-artifact-num-to-keep}'

    parameters:
      - project-parameter:
          project: '{project}'
      - gerrit-parameter:
          branch: '{branch}'
      - gerrit-refspec-parameter
      - os-parameter:
          os: '{os}'
      - repo-name-parameter:
          repo-name: '{repo-stream-part}.{repo-os-part}.{repo-mode-part}'
      - stream-parameter:
          stream: '{stream}'
      - mode-parameter:
          mode: '{mode}'
      - string:
          name: ARCHIVE_ARTIFACTS
          default: '{archive-artifacts}'
          description: Artifacts to archive to the logs server.

    scm:
      - gerrit-trigger-scm-recursive:
          credentials-id: 'jenkins-gerrit-credentials'
          refspec: '$GERRIT_REFSPEC'
          choosing-strategy: 'gerrit'
          submodule-recursive: true
          submodule:
            recursive: true

    wrappers:
      - fdio-infra-wrappers:
          build-timeout: 120

    triggers:
      - gerrit-trigger-patch-submitted:
          name: '{project}'
          branch: '{branch}'

    builders:
      - shell:
          !include-raw-escape:
          - include-raw-vsap-build.sh

    publishers:
      - fdio-infra-publish

- job-template:
    name: 'vsap-merge-{stream}-{os}-{mode}'

    project-type: freestyle
    node: 'builder-{os}-prod-x86_64'

    build-discarder:
      daysToKeep: '{build-days-to-keep}'
      numToKeep: 100
      artifactDaysToKeep: '{build-artifact-days-to-keep}'
      artifactNumToKeep: '{build-artifact-num-to-keep}'

    parameters:
      - project-parameter:
          project: '{project}'
      - gerrit-parameter:
          branch: '{branch}'
      - gerrit-refspec-parameter
      - os-parameter:
          os: '{os}'
      - stream-parameter:
          stream: '{stream}'
      - mode-parameter:
          mode: '{mode}'
      - repo-name-parameter:
          repo-name: '{repo-stream-part}.{repo-os-part}.{repo-mode-part}'
      - string:
          name: ARCHIVE_ARTIFACTS
          default: '{archive-artifacts}'
          description: Artifacts to archive to the logs server.

    scm:
      - gerrit-trigger-scm-recursive:
          credentials-id: 'jenkins-gerrit-credentials'
          refspec: '$GERRIT_REFSPEC'
          choosing-strategy: 'gerrit'
          submodule-recursive: true
          submodule:
            recursive: true

    wrappers:
      - fdio-infra-wrappers:
          build-timeout: '{build-timeout}'

    triggers:
      - gerrit-trigger-patch-merged:
          name: '{project}'
          branch: '{branch}'

    builders:
      - config-file-provider:
          files:
            - file-id: '.packagecloud'
              target: '/root'
      - config-file-provider:
          files:
            - file-id: 'packagecloud_api'
              target: '/root'
      - shell:
          !include-raw-escape:
          - include-raw-vsap-build.sh
      - shell:
          !include-raw-escape:
          - ../scripts/packagecloud_push.sh

    publishers:
      - fdio-infra-publish

- project:
    name: vsap-info
    project-name: vsap
    jobs:
      - gerrit-info-yaml-verify
    build-node: centos7-builder-2c-2g
    project: vsap
    branch: master

- project:
    name: vsap-sonar
    project: vsap
    project-name: vsap
    mvn-settings: vsap-settings
    sonarcloud: true
    sonarcloud-project-organization: '{sonarcloud_project_organization}'
    sonarcloud-api-token: '{sonarcloud_api_token}'
    sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
    branch: master
    build-node: centos7-docker-4c-4g
    jobs:
      - gerrit-maven-sonar