From: wr148d Date: Wed, 2 Feb 2022 19:03:09 +0000 (-0500) Subject: [AAI] Retiring event-client microservice X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F35%2F126935%2F1;p=ci-management.git [AAI] Retiring event-client microservice The aai mS event-client is no longer being used so it is being retired in Jakarta Issue-ID: AAI-3293 Signed-off-by: wr148d Change-Id: I90d23bc80cc8e439dc86cebf3f14f21d5ecfa98f --- diff --git a/jjb/aai/aai-event-client.yaml b/jjb/aai/aai-event-client.yaml deleted file mode 100644 index 8e1418c78..000000000 --- a/jjb/aai/aai-event-client.yaml +++ /dev/null @@ -1,69 +0,0 @@ ---- -- project: - name: aai-event-client-project-view - project-name: aai-event-client - views: - - project-view - -- project: - name: aai-event-client-master - project-name: 'aai-event-client' - jobs: - - '{project-name}-{stream}-verify-java' - - '{project-name}-{stream}-merge-java' - - gerrit-maven-stage: - sign-artifacts: true - build-node: centos7-builder-4c-4g - maven-versions-plugin: true - - '{project-name}-gerrit-release-jobs': - build-node: centos7-docker-8c-8g - project: 'aai/event-client' - stream: - - 'istanbul': - branch: 'istanbul' - - 'master': - branch: 'master' - mvn-settings: 'aai-event-client-settings' - files: '**' - archive-artifacts: '' - -- project: - name: aai-event-client-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-builder-4c-4g - project: 'aai/event-client' - project-name: 'aai-event-client' - branch: 'master' - mvn-settings: 'aai-event-client-settings' - mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - -- project: - name: aai-event-client-clm - jobs: - - gerrit-maven-clm - nexus-iq-namespace: 'onap-' - project: 'aai/event-client' - project-name: 'aai-event-client' - stream: - - 'master': - branch: 'master' - - 'istanbul': - branch: 'istanbul' - mvn-settings: 'aai-event-client-settings' - -- project: - name: aai-event-client-info - project-name: aai-event-client - jobs: - - gerrit-info-yaml-verify - build-node: centos7-builder-2c-1g - project: aai/event-client - branch: master