summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2021-01-12 11:06:25 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2021-01-12 11:06:25 -0800
commit0ea433314810b8831d7d9be011cb8cb905dbed7d (patch)
tree5733261b3696b5a0b9bcf2c2a03b1aebc263d607
parent997ddd0677111108ee79f5d1916753fed88c0690 (diff)
Retire AAI repos
AAI needs aai-data-router and aai-search-data-service repos put into maintenance as their functionality is being retired in the ONAP Honolulu release. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I1e185a580f5716af1539a97662ceac84c52ef007
-rw-r--r--jjb/aai/aai-data-router.yaml72
-rw-r--r--jjb/aai/aai-search-data-service.yaml103
2 files changed, 0 insertions, 175 deletions
diff --git a/jjb/aai/aai-data-router.yaml b/jjb/aai/aai-data-router.yaml
deleted file mode 100644
index d273e073b..000000000
--- a/jjb/aai/aai-data-router.yaml
+++ /dev/null
@@ -1,72 +0,0 @@
----
-- project:
- name: aai-data-router-project-view
- project-name: aai-data-router
- views:
- - project-view
-
-- project:
- name: aai-data-router-master
- project-name: 'aai-data-router'
- 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
- - gerrit-maven-docker-stage:
- mvn-params: '-P docker -B -Dmaven.test.skip=true'
- build-node: ubuntu1804-docker-8c-8g
- container-public-registry: 'nexus3.onap.org:10001'
- container-staging-registry: 'nexus3.onap.org:10003'
- - '{project-name}-gerrit-release-jobs':
- build-node: centos7-docker-8c-8g
- project: 'aai/data-router'
- stream:
- - 'guilin':
- branch: 'guilin'
- - 'master':
- branch: 'master'
- mvn-settings: 'aai-data-router-settings'
- files: '**'
- archive-artifacts: ''
-
-- project:
- name: aai-data-router-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/data-router'
- project-name: 'aai-data-router'
- branch: 'master'
- mvn-settings: 'aai-data-router-settings'
- mvn-goals: 'clean install'
- mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
-
-- project:
- name: aai-data-router-clm
- jobs:
- - gerrit-maven-clm
- nexus-iq-namespace: 'onap-'
- project: 'aai/data-router'
- project-name: 'aai-data-router'
- stream:
- - 'master':
- branch: 'master'
- mvn-settings: 'aai-data-router-settings'
-
-- project:
- name: aai-data-router-info
- project-name: aai-data-router
- jobs:
- - gerrit-info-yaml-verify
- build-node: centos7-builder-2c-1g
- project: aai/data-router
- branch: master
diff --git a/jjb/aai/aai-search-data-service.yaml b/jjb/aai/aai-search-data-service.yaml
deleted file mode 100644
index b6139d25d..000000000
--- a/jjb/aai/aai-search-data-service.yaml
+++ /dev/null
@@ -1,103 +0,0 @@
----
-- project:
- name: aai-search-data-service-project-view
- project-name: aai-search-data-service
- views:
- - project-view
-
-- project:
- name: aai-search-data-service-master
- project-name: 'aai-search-data-service'
- 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
- - gerrit-maven-docker-stage:
- mvn-params: '-Pdocker -B -Dmaven.test.skip=true'
- build-node: ubuntu1804-docker-8c-8g
- container-public-registry: 'nexus3.onap.org:10001'
- container-staging-registry: 'nexus3.onap.org:10003'
- - '{project-name}-gerrit-release-jobs':
- build-node: centos7-docker-8c-8g
- project: 'aai/search-data-service'
- docker-image-name: 'onap/search-data-service'
- stream:
- - 'guilin':
- branch: 'guilin'
- - 'master':
- branch: 'master'
- mvn-settings: 'aai-search-data-service-settings'
- files: '**'
- archive-artifacts: ''
-
-- project:
- name: aai-search-data-service-searchguard
- project-name: 'aai-search-data-service-searchguard'
- jobs:
- - gerrit-maven-docker-stage:
- mvn-params: '-Pdocker -B -Dmaven.test.skip=true'
- build-node: ubuntu1804-docker-8c-8g
- container-public-registry: 'nexus3.onap.org:10001'
- container-staging-registry: 'nexus3.onap.org:10003'
- project: 'aai/search-data-service'
- docker-image-name: 'onap/elasticsearch-sg'
- stream:
- - 'master':
- branch: 'master'
- mvn-settings: 'aai-search-data-service-settings'
- files: '**'
- archive-artifacts: ''
-
-- project:
- name: aai-search-data-service-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/search-data-service'
- project-name: 'aai-search-data-service'
- branch: 'master'
- mvn-settings: 'aai-search-data-service-settings'
- mvn-goals: 'clean install'
- mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
-
-- project:
- name: aai-search-data-service-clm
- jobs:
- - gerrit-maven-clm
- nexus-iq-namespace: 'onap-'
- project: 'aai/search-data-service'
- project-name: 'aai-search-data-service'
- stream:
- - 'master':
- branch: 'master'
- mvn-settings: 'aai-search-data-service-settings'
-
-- project:
- name: aai-search-data-service-info
- project-name: aai-search-data-service
- jobs:
- - gerrit-info-yaml-verify
- build-node: centos7-builder-2c-1g
- project: aai/search-data-service
- branch: master
-
-- project:
- name: 'aai-search-data-service-whitesource'
- project-name: 'aai-search-data-service'
- build-node: ubuntu1804-docker-8c-8g
- jobs:
- - gerrit-whitesource-scan
- mvn-settings: 'aai-search-data-service-settings'
- wss-product-name: 'aai'
- mvn-clean-install: true
- project: 'aai/search-data-service'
- branch: master