X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fonap%2Fglobal-templates-onap-java.yaml;h=da068a144a64b9e65d2cdc81bf65383ec01478b5;hb=3b589c4455e7dbd2b585925b54ee3ae2ec045695;hp=083b01112c06967e3fbe8725b4daf62d0ec8b6d4;hpb=49aae69872959ca1a4fc23576be38ec2acbb8830;p=infra%2Fcicd.git diff --git a/jjb/onap/global-templates-onap-java.yaml b/jjb/onap/global-templates-onap-java.yaml index 083b0111..da068a14 100644 --- a/jjb/onap/global-templates-onap-java.yaml +++ b/jjb/onap/global-templates-onap-java.yaml @@ -1,31 +1,194 @@ - job-template: name: 'onap-{project-name}-{stream}-verify-java' + disabled_job_var: false + node: onap-ubuntu1804 - node: onap-ubuntu1604 + disabled: '{obj:disabled_job_var}' + concurrent: true + mvn_settings_xml_version: + mvn_params: + mvn_version: 3.5.4 + subdirectory: + properties: + - logrotate - disabled: false + parameters: + - project-parameters: + project: 'onap/{project}' + branch: '{branch}' + - nordix-gerrit-parameters + - string: + name: JAVA_HOME + default: '/usr/lib/jvm/{jdk-version}-openjdk-amd64' + description: Java home + - string: + name: MVN_VERSION + default: '{mvn_version}' + description: Maven version + - string: + name: MVN_URL + default: https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/$MVN_VERSION/apache-maven-${{MVN_VERSION}}-bin.zip + description: URL to download Maven + - string: + name: MVN + default: $WORKSPACE/apache-maven-${{MVN_VERSION}}/bin/mvn + description: Path to mvn executable + - string: + name: MVN_SETTINGS_XML_VERSION + default: '{mvn_settings_xml_version}' + 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. + - string: + name: MVN_PARAMS + default: '{mvn_params}' + description: Maven build parameters + - string: + name: SUBDIRECTORY + default: '{subdirectory}' + description: Subdirectory of the workspace for which the pom.xml will be called. This allows the verify to be called against a specific directory - concurrent: true + scm: + - git-scm-gerrit: + ssh-credentials-id: nordixinfra-nordix-gerrit-ssh + branch: '{branch}' + refspec: $GERRIT_REFSPEC + wipe_workspace: true + clean_before: false + triggers: + - nordix-gerrit-trigger-patchset-created: + project: 'onap/{project}' + branch: '{branch}' + files: '**' + + wrappers: + - build-timeout: + timeout: 45 + + builders: + - shell: + !include-raw-escape: ./verify-jobs.sh + +# A job to perform CSIT on policy components +- job-template: + name: 'onap-{project-name}-{stream}-policy-csit-verify-java' + disabled_job_var: false + node: onap-ubuntu1804 + + disabled: '{obj:disabled_job_var}' + concurrent: true + mvn_settings_xml_version: + mvn_params: + mvn_version: 3.5.4 + subdirectory: properties: - logrotate parameters: + - project-parameters: + project: 'onap/{project}' + branch: '{branch}' + - nordix-gerrit-parameters - string: - name: NODE - default: '{node}' - description: node to do build on + name: JAVA_HOME + default: '/usr/lib/jvm/{jdk-version}-openjdk-amd64' + description: Java home + - string: + name: MVN_VERSION + default: '{mvn_version}' + description: Maven version + - string: + name: MVN_URL + default: https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/$MVN_VERSION/apache-maven-${{MVN_VERSION}}-bin.zip + description: URL to download Maven + - string: + name: MVN + default: $WORKSPACE/apache-maven-${{MVN_VERSION}}/bin/mvn + description: Path to mvn executable + - string: + name: MVN_SETTINGS_XML_VERSION + default: '{mvn_settings_xml_version}' + 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. + - string: + name: MVN_PARAMS + default: '{mvn_params}' + description: Maven build parameters + - string: + name: CSIT_NAME + default: '{csit-name}' + description: The name of the csit-test to run + - string: + name: SUBDIRECTORY + default: '{subdirectory}' + description: Subdirectory of the workspace for which the pom.xml will be called. This allows the verify to be called against a specific directory + + scm: + - git-scm-gerrit: + ssh-credentials-id: nordixinfra-nordix-gerrit-ssh + branch: '{branch}' + refspec: $GERRIT_REFSPEC + wipe_workspace: true + clean_before: false + + triggers: + - nordix-gerrit-trigger-patchset-created: + project: 'onap/{project}' + branch: '{branch}' + files: '**' + + wrappers: + - build-timeout: + timeout: 45 + + builders: + - shell: + !include-raw-escape: ./verify-jobs.sh + - shell: + !include-raw-escape: ./verify-policy-csit.sh + +- job-template: + name: 'onap-{project-name}-performance-tests-plots' + disabled_job_var: false + node: xerces-cps-hw + + triggers: + - timed: '{timer}' + + builders: + - shell: + !include-raw-escape: ./cps/prepare-performance-tests-data.sh + + publishers: + - html-publisher: + name: "Performance Review" + dir: "." + files: "index.html,createOperation.html,readOperation.html,updateOperation.html,deleteOperation.html" + +- job-template: + name: 'onap-{project-name}-{stream}-performance-test-java' + disabled_job_var: false + node: xerces-cps-hw + + disabled: '{obj:disabled_job_var}' + concurrent: true + mvn_settings_xml_version: + mvn_params: + mvn_version: 3.5.4 + subdirectory: + properties: + - logrotate + + parameters: - project-parameters: project: 'onap/{project}' branch: '{branch}' - nordix-gerrit-parameters - string: name: JAVA_HOME - default: /usr/lib/jvm/java-1.8.0-openjdk-amd64 + default: '/usr/lib/jvm/{jdk-version}-openjdk-amd64' description: Java home - string: name: MVN_VERSION - default: 3.3.9 + default: '{mvn_version}' description: Maven version - string: name: MVN_URL @@ -35,12 +198,80 @@ name: MVN default: $WORKSPACE/apache-maven-${{MVN_VERSION}}/bin/mvn description: Path to mvn executable + - string: + name: MVN_SETTINGS_XML_VERSION + default: '{mvn_settings_xml_version}' + 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. + - string: + name: MVN_PARAMS + default: '{mvn_params}' + description: Maven build parameters + - string: + name: SUBDIRECTORY + default: '{subdirectory}' + description: Subdirectory of the workspace for which the pom.xml will be called. This allows the verify to be called against a specific directory + + scm: + - git-scm: + ssh-credentials-id: nordixinfra-nordix-gerrit-ssh + branch: '{branch}' + refspec: '' + wipe_workspace: true + clean_before: false + triggers: + - timed: '{timer}' + - gerrit: + server-name: 'Nordix Gerrit' + trigger-on: + - comment-added-contains-event: + comment-contains-value: 'performance-test' + projects: + - project-compare-type: 'ANT' + project-pattern: 'onap/{project}' + branches: + - branch-compare-type: 'ANT' + branch-pattern: '**/{branch}' + file-paths: + - compare-type: 'ANT' + pattern: '**' + wrappers: + - build-timeout: + timeout: 45 + + builders: + - shell: + !include-raw-escape: ./verify-jobs.sh + +# csits for diferent projects are different so need to have special handling +- job-template: + name: 'onap-policy-docker-{stream}-csit-java' + disabled_job_var: false + node: onap-ubuntu1804 + + disabled: '{obj:disabled_job_var}' + concurrent: true + properties: + - logrotate + + parameters: + - project-parameters: + project: 'onap/{project}' + branch: '{branch}' + - nordix-gerrit-parameters + - string: + name: JAVA_HOME + default: '/usr/lib/jvm/{jdk-version}-openjdk-amd64' + description: Java home + - string: + name: CSIT_TEST_NAMES + default: '{csit_test_names}' + description: The name of the csits test to run scm: - git-scm-gerrit: ssh-credentials-id: nordixinfra-nordix-gerrit-ssh - branch: '{branch}' + branch: 'master' refspec: $GERRIT_REFSPEC wipe_workspace: true clean_before: false @@ -56,5 +287,6 @@ timeout: 45 builders: + - 'wait-pkg-mgr-macro' - shell: - !include-raw-escape: ../global/verify-jobs.sh + !include-raw-escape: ./policy-docker-csit-jobs.sh