diff options
-rw-r--r-- | jjb/dcaegen2/dcaegen2-services-slice-analysis-ms-csit.yaml | 15 | ||||
-rw-r--r-- | jjb/policy-clamp/policy-clamp.yaml | 14 | ||||
-rw-r--r-- | jjb/policy/policy-clamp.yaml | 78 |
3 files changed, 93 insertions, 14 deletions
diff --git a/jjb/dcaegen2/dcaegen2-services-slice-analysis-ms-csit.yaml b/jjb/dcaegen2/dcaegen2-services-slice-analysis-ms-csit.yaml new file mode 100644 index 000000000..8c57bea18 --- /dev/null +++ b/jjb/dcaegen2/dcaegen2-services-slice-analysis-ms-csit.yaml @@ -0,0 +1,15 @@ +- project: + name: dcaegen2-services-slice-analysis-ms-csit + jobs: + - '{project-name}-{stream}-verify-csit-{functionality}' + - '{project-name}-{stream}-csit-{functionality}' + project-name: 'dcaegen2-services-slice-analysis-ms' + recipients: 'vv770d@att.com ahila.pandaram@wipro.com niranjana.y60@wipro.com' + stream: + - 'master': + branch: 'master' + functionality: + - 'testsuites': + trigger_jobs: + - '{project-name}-{stream}-merge-java' + robot-options: '' diff --git a/jjb/policy-clamp/policy-clamp.yaml b/jjb/policy-clamp/policy-clamp.yaml deleted file mode 100644 index 124d84814..000000000 --- a/jjb/policy-clamp/policy-clamp.yaml +++ /dev/null @@ -1,14 +0,0 @@ ---- -- project: - name: policy-clamp-project-view - project-name: policy-clamp - views: - - project-view - -- project: - name: policy-clamp-info - project: policy/clamp - project-name: policy-clamp - build-node: centos7-builder-2c-1g - jobs: - - gerrit-info-yaml-verify diff --git a/jjb/policy/policy-clamp.yaml b/jjb/policy/policy-clamp.yaml new file mode 100644 index 000000000..2fbbf7084 --- /dev/null +++ b/jjb/policy/policy-clamp.yaml @@ -0,0 +1,78 @@ +--- +- project: + name: policy-clamp + project-name: 'policy-clamp' + jobs: + - gerrit-maven-stage: + build-node: ubuntu1804-docker-8c-16g + maven-versions-plugin: true + sign-artifacts: true + - gerrit-maven-docker-stage: + build-node: ubuntu1804-docker-8c-8g + maven-versions-plugin: true + container-public-registry: 'nexus3.onap.org:10001' + container-staging-registry: 'nexus3.onap.org:10003' + mvn-params: '-Dmaven.test.skip=true -P docker' + - '{project-name}-{stream}-verify-java': + mvn-params: '-P docker' + build-node: ubuntu1804-docker-8c-16g + - '{project-name}-{stream}-merge-java': + mvn-params: '-P docker' + - '{project-name}-gerrit-release-jobs': + build-node: centos7-docker-8c-8g + + project: 'policy/clamp' + stream: + - 'master': + branch: 'master' + - 'frankfurt': + branch: 'frankfurt' + - 'guilin': + branch: 'guilin' + - 'tosca-poc': + branch: 'tosca-poc' + mvn-settings: 'policy-clamp-settings' + java-version: openjdk11 + files: '**' + archive-artifacts: '' + build-node: ubuntu1804-docker-8c-8g + +- project: + name: policy-clamp-sonar + jobs: + - gerrit-maven-sonar: + sonarcloud: true + sonarcloud-project-organization: '{sonarcloud_project_organization}' + sonarcloud-api-token: '{sonarcloud_api_token}' + sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' + sonar-mvn-goal: '{sonar_mvn_goal}' + cron: '@daily' + build-node: ubuntu1804-docker-8c-8g + project: 'policy/clamp' + project-name: 'policy-clamp' + branch: 'master' + mvn-settings: 'policy-clamp-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + java-version: openjdk11 + +- project: + name: policy-clamp-clm + jobs: + - gerrit-maven-clm: + nexus-iq-namespace: 'onap-' + project: 'policy/clamp' + project-name: 'policy-clamp' + branch: 'master' + mvn-settings: 'policy-clamp-settings' + build-node: ubuntu1804-docker-8c-8g + java-version: openjdk11 + +- project: + name: policy-clamp-info + project-name: policy-clamp + jobs: + - gerrit-info-yaml-verify + build-node: centos7-builder-2c-1g + project: policy/clamp + branch: master |