2 name: 'onap-{project-name}-{stream}-verify-java'
3 disabled_job_var: false
6 disabled: '{obj:disabled_job_var}'
8 mvn_settings_xml_version:
17 project: 'onap/{project}'
19 - nordix-gerrit-parameters
22 default: '/usr/lib/jvm/{jdk-version}-openjdk-amd64'
23 description: Java home
26 default: '{mvn_version}'
27 description: Maven version
30 default: https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/$MVN_VERSION/apache-maven-${{MVN_VERSION}}-bin.zip
31 description: URL to download Maven
34 default: $WORKSPACE/apache-maven-${{MVN_VERSION}}/bin/mvn
35 description: Path to mvn executable
37 name: MVN_SETTINGS_XML_VERSION
38 default: '{mvn_settings_xml_version}'
39 description: Commit ID of ONAP Oparent repository (https://git.onap.org/oparent/) to pull. Used for Maven settings file. Can be left blank to pull the latest version.
42 default: '{mvn_params}'
43 description: Maven build parameters
46 default: '{subdirectory}'
47 description: Subdirectory of the workspace for which the pom.xml will be called. This allows the verify to be called against a specific directory
51 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
53 refspec: $GERRIT_REFSPEC
58 - nordix-gerrit-trigger-patchset-created:
59 project: 'onap/{project}'
69 !include-raw-escape: ./verify-jobs.sh
71 # A job to perform CSIT on policy components
73 name: 'onap-{project-name}-{stream}-policy-csit-verify-java'
74 disabled_job_var: false
77 disabled: '{obj:disabled_job_var}'
79 mvn_settings_xml_version:
88 project: 'onap/{project}'
90 - nordix-gerrit-parameters
93 default: '/usr/lib/jvm/{jdk-version}-openjdk-amd64'
94 description: Java home
97 default: '{mvn_version}'
98 description: Maven version
101 default: https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/$MVN_VERSION/apache-maven-${{MVN_VERSION}}-bin.zip
102 description: URL to download Maven
105 default: $WORKSPACE/apache-maven-${{MVN_VERSION}}/bin/mvn
106 description: Path to mvn executable
108 name: MVN_SETTINGS_XML_VERSION
109 default: '{mvn_settings_xml_version}'
110 description: Commit ID of ONAP Oparent repository (https://git.onap.org/oparent/) to pull. Used for Maven settings file. Can be left blank to pull the latest version.
113 default: '{mvn_params}'
114 description: Maven build parameters
117 default: '{csit-name}'
118 description: The name of the csit-test to run
121 default: '{subdirectory}'
122 description: Subdirectory of the workspace for which the pom.xml will be called. This allows the verify to be called against a specific directory
126 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
128 refspec: $GERRIT_REFSPEC
133 - nordix-gerrit-trigger-patchset-created:
134 project: 'onap/{project}'
144 !include-raw-escape: ./verify-jobs.sh
146 !include-raw-escape: ./verify-policy-csit.sh
149 name: 'onap-{project-name}-performance-tests-plots'
150 disabled_job_var: false
152 wipe_workspace: false
159 !include-raw-escape: ./cps/prepare-performance-tests-data.sh
163 name: "Performance Review"
165 files: "index.html,createOperation.html,readOperation.html,updateOperation.html,deleteOperation.html"
168 name: 'onap-{project-name}-{stream}-performance-test-java'
169 disabled_job_var: false
172 disabled: '{obj:disabled_job_var}'
174 mvn_settings_xml_version:
182 - project-parameters:
183 project: 'onap/{project}'
185 - nordix-gerrit-parameters
188 default: '/usr/lib/jvm/{jdk-version}-openjdk-amd64'
189 description: Java home
192 default: '{mvn_version}'
193 description: Maven version
196 default: https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/$MVN_VERSION/apache-maven-${{MVN_VERSION}}-bin.zip
197 description: URL to download Maven
200 default: $WORKSPACE/apache-maven-${{MVN_VERSION}}/bin/mvn
201 description: Path to mvn executable
203 name: MVN_SETTINGS_XML_VERSION
204 default: '{mvn_settings_xml_version}'
205 description: Commit ID of ONAP Oparent repository (https://git.onap.org/oparent/) to pull. Used for Maven settings file. Can be left blank to pull the latest version.
208 default: '{mvn_params}'
209 description: Maven build parameters
212 default: '{subdirectory}'
213 description: Subdirectory of the workspace for which the pom.xml will be called. This allows the verify to be called against a specific directory
217 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
226 server-name: 'Nordix Gerrit'
228 - comment-added-contains-event:
229 comment-contains-value: 'performance-test'
231 - project-compare-type: 'ANT'
232 project-pattern: 'onap/{project}'
234 - branch-compare-type: 'ANT'
235 branch-pattern: '**/{branch}'
237 - compare-type: 'ANT'
246 !include-raw-escape: ./verify-jobs.sh
248 # csits for diferent projects are different so need to have special handling
250 name: 'onap-policy-docker-{stream}-csit-java'
251 disabled_job_var: false
252 node: onap-ubuntu1804
254 disabled: '{obj:disabled_job_var}'
260 - project-parameters:
261 project: 'onap/{project}'
263 - nordix-gerrit-parameters
266 default: '/usr/lib/jvm/{jdk-version}-openjdk-amd64'
267 description: Java home
269 name: CSIT_TEST_NAMES
270 default: '{csit_test_names}'
271 description: The name of the csits test to run
274 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
276 refspec: $GERRIT_REFSPEC
281 - nordix-gerrit-trigger-patchset-created:
282 project: 'onap/{project}'
291 - 'wait-pkg-mgr-macro'
293 !include-raw-escape: ./policy-docker-csit-jobs.sh