Deprecate unmaintained repos 62/120862/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 22 Apr 2021 18:48:28 +0000 (11:48 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 22 Apr 2021 18:48:28 +0000 (11:48 -0700)
We did a report of those repos 9+ months
without activity.
Catherine confirmed we can deprecate these.
Related to RELENG-3648

Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I4ee1dd38e70b1b86ffde0589653619d6e67a0bfd

jjb/aaf/aaf-luaplugin.yaml [deleted file]
jjb/aaf/aaf-sms.yaml [deleted file]
jjb/aaf/aaf-sshsm.yaml [deleted file]
jjb/appc/appc-cdt.yaml [deleted file]
jjb/appc/appc-deployment.yaml [deleted file]
jjb/appc/appc-parent.yaml [deleted file]
jjb/music/music-mdbc.yaml [deleted file]
jjb/music/music-prom.yaml [deleted file]
jjb/music/music.yaml [deleted file]

diff --git a/jjb/aaf/aaf-luaplugin.yaml b/jjb/aaf/aaf-luaplugin.yaml
deleted file mode 100644 (file)
index 8d65de8..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
----
-# Note: 202003, LF says ubuntu1604 is deprecated.  Use ubuntu1804 when needed
-- project:
-    name: aaf-luaplugin-clm
-    project-name: 'aaf-luaplugin'
-    jobs:
-      - gerrit-maven-clm
-    nexus-iq-namespace: 'onap-'
-    project: 'aaf/luaplugin'
-    branch: 'master'
-    mvn-settings: 'aaf-luaplugin-settings'
-
-- project:
-    name: aaf-luaplugin-info
-    project-name: aaf-luaplugin
-    jobs:
-      - gerrit-info-yaml-verify
-    build-node: centos7-builder-2c-1g
-    project: aaf/luaplugin
-    branch: master
diff --git a/jjb/aaf/aaf-sms.yaml b/jjb/aaf/aaf-sms.yaml
deleted file mode 100644 (file)
index 5997543..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
----
-# Note: 202003, LF says ubuntu1604 is deprecated.  Use ubuntu1804 when needed
-- project:
-    name: aaf-sms
-    project-name: 'aaf-sms'
-    subproject: 'aaf-sms-client'
-    path: 'sms-service/src'
-    golangver: 'golang111'
-    jobs:
-      - '{project-name}-gerrit-release-jobs':
-          build-node: centos7-docker-8c-8g
-      - '{project-name}-{stream}-verify-golang'
-      - '{project-name}-{stream}-merge-golang'
-      - gerrit-maven-stage:
-          sign-artifacts: true
-          build-node: centos7-docker-8c-8g
-          maven-versions-plugin: true
-          mvn-pom: 'sms-client/java/pom.xml'
-          mvn-params: '-f sms-client/java/pom.xml'
-      - '{project-name}-{stream}-docker-golang-shell-daily':
-          script:
-            !include-raw-escape: 'build-sms-docker-image.sh'
-    project: 'aaf/sms'
-    stream:
-      - 'master':
-          branch: 'master'
-      - 'frankfurt':
-          branch: 'frankfurt'
-    mvn-settings: 'aaf-sms-settings'
-    files: '**'
-    archive-artifacts: ''
-    build-node: ubuntu1804-builder-4c-4g
-
-- project:
-    name: aaf-sms-info
-    project-name: aaf-sms
-    jobs:
-      - gerrit-info-yaml-verify
-    build-node: centos7-builder-2c-1g
-    project: aaf/sms
-    branch: master
diff --git a/jjb/aaf/aaf-sshsm.yaml b/jjb/aaf/aaf-sshsm.yaml
deleted file mode 100644 (file)
index b3a45fb..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
----
-# Note: 202003, LF says ubuntu1604 is deprecated.  Use ubuntu1804 when needed
-- project:
-    name: aaf-sshsm
-    project-name: 'aaf-sshsm'
-    build-timeout: 120
-    project: 'aaf/sshsm'
-    jobs:
-      - gerrit-verify-c:
-         script:
-            !include-raw-escape: 'build-sshsm.sh'
-      - gerrit-docker-c-shell-daily:
-         script:
-            !include-raw-escape: 'build-sshsm-docker-images.sh'
-    stream:
-      - 'master':
-          branch: 'master'
-
-    mvn-settings: 'aaf-sshsm-settings'
-    files: '**'
-    archive-artifacts: ''
-    build-node: ubuntu1804-builder-4c-4g
-
-- project:
-    name: aaf-sshsm-info
-    project-name: aaf-sshsm
-    jobs:
-      - gerrit-info-yaml-verify
-    build-node: centos7-builder-2c-1g
-    project: aaf/sshsm
-    branch: master
diff --git a/jjb/appc/appc-cdt.yaml b/jjb/appc/appc-cdt.yaml
deleted file mode 100644 (file)
index 26764c6..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
----
-- project:
-    name: appc-cdt
-    project-name: 'appc-cdt'
-    jobs:
-      - '{project-name}-{stream}-verify-java'
-      - '{project-name}-{stream}-merge-java'
-      - gerrit-maven-stage:
-          sign-artifacts: true
-          build-node: centos7-docker-8c-8g
-          maven-versions-plugin: true
-      - '{project-name}-gerrit-release-jobs':
-          build-node: centos7-docker-8c-8g
-
-    project: 'appc/cdt'
-    stream:
-      - 'master':
-          branch: 'master'
-      - 'frankfurt':
-          branch: 'frankfurt'
-    mvn-settings: 'appc-cdt-settings'
-    files: '**'
-    archive-artifacts: ''
-    build-node: ubuntu1804-builder-4c-4g
-
-- project:
-    name: appc-cdt-clm
-    jobs:
-      - gerrit-maven-clm
-    nexus-iq-namespace: 'onap-'
-    project: 'appc/cdt'
-    project-name: 'appc-cdt'
-    branch: 'master'
-    mvn-settings: 'appc-cdt-settings'
-
-
-- project:
-    name: appc-cdt-info
-    project-name: appc-cdt
-    jobs:
-      - gerrit-info-yaml-verify
-    build-node: centos7-builder-2c-1g
-    project: appc/cdt
-    branch: master
diff --git a/jjb/appc/appc-deployment.yaml b/jjb/appc/appc-deployment.yaml
deleted file mode 100644 (file)
index edffd6b..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
----
-
-- project:
-    name: appc-deployment
-    project-name: 'appc-deployment'
-    jobs:
-      - '{project-name}-{stream}-verify-java'
-      - '{project-name}-{stream}-merge-java'
-
-    project: 'appc/deployment'
-    stream:
-      - 'master':
-          branch: 'master'
-      - 'frankfurt':
-          branch: 'frankfurt'
-    mvn-settings: 'appc-deployment-settings'
-    maven-version: "mvn35"
-    files: '**'
-    archive-artifacts: ''
-    docker-pom: 'pom.xml'
-    mvn-profile: docker
-    build-node: ubuntu1804-builder-4c-4g
-
-- project:
-    name: appc-deployment-docker
-    project-name: 'appc-deployment'
-    jobs:
-      - 'docker-java-daily':
-          mvn-params: '-Dmaven.test.skip=true'
-      - 'docker-version-java-daily':
-          mvn-params: '-Dmaven.test.skip=true'
-      - gerrit-maven-docker-stage:
-          build-node: ubuntu1804-docker-8c-8g
-          mvn-params: '-Dmaven.test.skip=true -P docker'
-          maven-versions-plugin: true
-          mvn-opts: "-Xmx4000m -XX:MaxPermSize=256m"
-          java-opts: "-Xmx4000m -XX:MaxPermSize=256m"
-      - '{project-name}-gerrit-release-jobs':
-          build-node: centos7-docker-8c-8g
-    project: 'appc/deployment'
-    stream:
-      - 'master':
-          branch: 'master'
-      - 'frankfurt':
-          branch: 'frankfurt'
-    mvn-settings: 'appc-deployment-settings'
-    maven-version: "mvn35"
-    files: '**'
-    archive-artifacts: ''
-    docker-pom: 'pom.xml'
-    mvn-profile: docker
-    build-node: ubuntu1804-docker-8c-8g
-
-#- project:
-#    name: appc-deployment-arm64-docker
-#    project-name: 'appc-deployment-arm64'
-#    jobs:
-#      - 'docker-java-daily':
-#          mvn-params: '-Dmaven.test.skip=true'
-#      - 'docker-version-java-daily':
-#          mvn-params: '-Dmaven.test.skip=true'
-#    project: 'appc/deployment'
-#    stream:
-#      - 'master':
-#          branch: 'master'
-#    mvn-settings: 'appc-deployment-settings'
-#    files: '**'
-#    archive-artifacts: ''
-#    docker-pom: 'pom.xml'
-#    mvn-profile: docker
-#    build-node: ubuntu1804-docker-arm64-4c-2g
-
-- project:
-    name: appc-deployment-info
-    project-name: appc-deployment
-    jobs:
-      - gerrit-info-yaml-verify
-    build-node: centos7-builder-2c-1g
-    project: appc/deployment
-    branch: master
diff --git a/jjb/appc/appc-parent.yaml b/jjb/appc/appc-parent.yaml
deleted file mode 100644 (file)
index c717284..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
----
-- project:
-    name: appc-project-view
-    project-name: appc
-    views:
-      - project-view
-
-- project:
-    name: appc-parent
-    project-name: 'appc-parent'
-    jobs:
-      - '{project-name}-{stream}-verify-java'
-      - '{project-name}-{stream}-merge-java'
-      - gerrit-maven-stage:
-          sign-artifacts: true
-          build-node: centos7-docker-8c-8g
-          maven-versions-plugin: true
-      - '{project-name}-gerrit-release-jobs':
-          build-node: centos7-docker-8c-8g
-
-    project: 'appc/parent'
-    stream:
-      - 'master':
-          branch: 'master'
-      - 'frankfurt':
-          branch: 'frankfurt'
-    mvn-settings: 'appc-parent-settings'
-    maven-version: "mvn35"
-    build-node: ubuntu1804-builder-4c-4g
-
-- project:
-    name: appc-parent-info
-    project-name: appc-parent
-    jobs:
-      - gerrit-info-yaml-verify
-    build-node: centos7-builder-2c-1g
-    project: appc/parent
-    branch: master
diff --git a/jjb/music/music-mdbc.yaml b/jjb/music/music-mdbc.yaml
deleted file mode 100644 (file)
index 5f2c154..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
----
-- project:
-    name: music-mdbc
-    project-name: 'music-mdbc'
-    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: 'music/mdbc'
-    stream:
-      - 'master':
-          branch: 'master'
-    mvn-settings: 'music-mdbc-settings'
-    files: '**'
-    archive-artifacts: ''
-    build-node: ubuntu1804-builder-4c-4g
-
-
-- project:
-    name: music-mdbc-clm
-    jobs:
-      - gerrit-maven-clm
-    nexus-iq-namespace: 'onap-'
-    project: music/mdbc
-    project-name: 'music-mdbc'
-    branch: 'master'
-    mvn-settings: 'music-mdbc-settings'
-
-- project:
-    name: music-mdbc-info
-    project-name: music-mdbc
-    jobs:
-      - gerrit-info-yaml-verify
-    build-node: centos7-builder-2c-1g
-    project: music/mdbc
-    branch: master
diff --git a/jjb/music/music-prom.yaml b/jjb/music/music-prom.yaml
deleted file mode 100644 (file)
index 93ffe45..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
----
-- project:
-    name: music-prom
-    project-name: 'music-prom'
-    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:
-          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: 'music/prom'
-    stream:
-      - 'master':
-          branch: 'master'
-      - 'casablanca':
-          branch: 'casablanca'
-    mvn-settings: 'music-prom-settings'
-    files: '**'
-    archive-artifacts: ''
-    build-node: ubuntu1804-builder-4c-4g
-
-
-- project:
-    name: music-prom-clm
-    jobs:
-      - gerrit-maven-clm
-    nexus-iq-namespace: 'onap-'
-    project: music/prom
-    project-name: 'music-prom'
-    branch: 'master'
-    mvn-settings: 'music-prom-settings'
-
-- project:
-    name: music-prom-info
-    project-name: music-prom
-    jobs:
-      - gerrit-info-yaml-verify
-    build-node: centos7-builder-2c-1g
-    project: music/prom
-    branch: master
diff --git a/jjb/music/music.yaml b/jjb/music/music.yaml
deleted file mode 100644 (file)
index 0d15236..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
----
-- project:
-    name: music-project-view
-    project-name: music
-    views:
-      - project-view
-
-- project:
-    name: music
-    project-name: 'music'
-    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:
-          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}-gerrit-release-jobs':
-          build-node: centos7-docker-8c-8g
-    project: 'music'
-    stream:
-      - 'master':
-          branch: 'master'
-      - 'frankfurt':
-          branch: 'frankfurt'
-    mvn-settings: 'music-settings'
-    files: '**'
-    archive-artifacts: ''
-    build-node: ubuntu1804-builder-4c-4g
-
-- project:
-    name: music-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: 'music'
-    project-name: 'music'
-    branch: 'master'
-    mvn-settings: 'music-settings'
-    mvn-goals: 'clean install'
-    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
-
-
-- project:
-    name: music-clm
-    jobs:
-      - gerrit-maven-clm
-    nexus-iq-namespace: 'onap-'
-    project: music
-    project-name: 'music'
-    branch: 'master'
-    mvn-settings: 'music-settings'
-
-- project:
-    name: music-info
-    project-name: music
-    jobs:
-      - gerrit-info-yaml-verify
-    build-node: centos7-builder-2c-1g
-    project: music
-    branch: master