diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2022-02-23 18:04:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-02-23 18:04:02 +0000 |
commit | 73dbab24dfb1760b1d871084cbd240c272191a5c (patch) | |
tree | 9896c693db5fcff87281d1bf9966c6ed7fe875e5 /jjb | |
parent | a952c20f05ea6de6f29df700617306dacf9ae556 (diff) | |
parent | 6569a266048e4bbdd2aaad05af510d941c847ecc (diff) |
Merge "CI: Remove portal-sdk jobs"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/portal-sdk/portal-sdk.yaml | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/jjb/portal-sdk/portal-sdk.yaml b/jjb/portal-sdk/portal-sdk.yaml deleted file mode 100644 index 86b4e69c8..000000000 --- a/jjb/portal-sdk/portal-sdk.yaml +++ /dev/null @@ -1,73 +0,0 @@ ---- -- project: - name: portal-sdk - project-name: 'portal-sdk' - subproject: - - 'onap-sdk': - pom: 'ecomp-sdk/pom.xml' - pattern: 'ecomp-sdk/**' - subproject-name: 'onap-sdk' - - jobs: - - gerrit-maven-stage: - sign-artifacts: true - build-node: centos7-builder-4c-4g - maven-versions-plugin: true - mvn-pom: 'ecomp-sdk/pom.xml' - mvn-params: '-f ecomp-sdk/pom.xml -Dskiptests=true' - pattern: 'ecomp-sdk/**' - - '{project-name}-{stream}-{subproject}-verify-java' - - '{project-name}-{stream}-{subproject}-merge-java' - - '{project-name}-gerrit-release-jobs': - build-node: centos7-docker-8c-8g - project: 'portal/sdk' - stream: - - 'master': - branch: 'master' - - 'release-3.4.0': - branch: 'release-3.4.0' - mvn-settings: 'portal-sdk-settings' - files: '**' - archive-artifacts: '' - build-node: ubuntu1804-builder-4c-4g - -- project: - name: portal-sdk-sonar - jobs: - - gerrit-maven-sonar-prescan-script - 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-builder-4c-4g - project: 'portal/sdk' - project-name: 'portal-sdk' - branch: 'master' - mvn-params: '-f ecomp-sdk/pom.xml' - mvn-settings: 'portal-settings' - mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - sonar-prescan-script: !include-raw-escape: ../ubuntu-latest-nodejs.sh - -- project: - name: portal-sdk-clm - jobs: - - gerrit-maven-clm: - mvn-params: '-f ecomp-sdk/pom.xml' - nexus-iq-namespace: 'onap-' - build-node: ubuntu1804-builder-4c-4g - project: portal/sdk - project-name: 'portal-sdk' - branch: 'master' - mvn-settings: 'portal-sdk-settings' - -- project: - name: portal-sdk-info - project-name: portal-sdk - jobs: - - gerrit-info-yaml-verify - build-node: centos7-builder-2c-1g - project: portal/sdk - branch: master |