Merge "CI: Rm sonar jobs for unmaintained projects"
authorBengt Thuree <bthuree@linuxfoundation.org>
Fri, 21 May 2021 08:20:51 +0000 (08:20 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 21 May 2021 08:20:51 +0000 (08:20 +0000)
jjb/clamp/clamp-csit.yaml [deleted file]
jjb/clamp/clamp.yaml [deleted file]
jjb/clamp/dashboard/clamp-dashboard.yaml [deleted file]
jjb/clamp/dashboard/info-clamp-dashboard.yaml [deleted file]
jjb/clamp/ui/info-clamp-ui.yaml [deleted file]
jjb/cps/cps-cps-temporal.yaml
jjb/modeling/modeling-toscaparsers-nfvparser.yaml [deleted file]

diff --git a/jjb/clamp/clamp-csit.yaml b/jjb/clamp/clamp-csit.yaml
deleted file mode 100644 (file)
index bd8a69b..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
----
-- project:
-    name: clamp-csit
-    jobs:
-      - '{project-name}-{stream}-verify-csit-{functionality}'
-      - '{project-name}-{stream}-csit-{functionality}'
-    project-name: 'clamp'
-    disabled: true
-    recipients: 'gervais-martial.ngueko@intl.att.com'
-    stream:
-        - 'master':
-              branch: 'master'
-    functionality:
-      - 'APIs':
-          trigger_jobs:
-      - 'UIs':
-          trigger_jobs:
-    robot-options: ''
diff --git a/jjb/clamp/clamp.yaml b/jjb/clamp/clamp.yaml
deleted file mode 100644 (file)
index fad773d..0000000
+++ /dev/null
@@ -1,88 +0,0 @@
----
-- project:
-    name: clamp-project-view
-    project-name: clamp
-    views:
-      - project-view
-
-- project:
-    name: clamp
-    project-name: 'clamp'
-    jobs:
-      - gerrit-maven-stage:
-          build-node: ubuntu1804-docker-8c-8g
-          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}-{stream}-verify-java-checkstyle':
-          mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001'
-          build-node: ubuntu1804-docker-8c-16g
-      - '{project-name}-{stream}-merge-properties-java':
-         mvn_properties:
-            - docker.pull.registry=nexus3.onap.org:10001
-            - docker.push.registry=nexus3.onap.org:10003
-      - '{project-name}-gerrit-release-jobs':
-          build-node: centos7-docker-8c-8g
-
-    project: 'clamp'
-    stream:
-        - 'master':
-              branch: 'master'
-        - 'frankfurt':
-              branch: 'frankfurt'
-        - 'guilin':
-              branch: 'guilin'
-        - 'tosca-poc':
-              branch: 'tosca-poc'
-    mvn-settings: 'clamp-settings'
-    java-version: openjdk11
-    files: '**'
-    archive-artifacts: ''
-    build-node: ubuntu1804-docker-8c-8g
-
-- project:
-    name: clamp-sonar
-    jobs:
-      - gerrit-maven-sonar:
-          mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001'
-    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: 'clamp'
-    project-name: 'clamp'
-    branch: 'master'
-    mvn-settings: 'clamp-settings'
-    mvn-goals: 'clean install'
-    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
-    java-version: openjdk11
-
-- project:
-    name: clamp-clm
-    jobs:
-      - gerrit-maven-clm:
-         mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001'
-    nexus-iq-namespace: 'onap-'
-    project: 'clamp'
-    project-name: 'clamp'
-    branch: 'master'
-    mvn-settings: 'clamp-settings'
-    build-node: ubuntu1804-docker-8c-8g
-    build-timeout: 120
-    java-version: openjdk11
-
-- project:
-    name: clamp-info
-    project-name: clamp
-    jobs:
-      - gerrit-info-yaml-verify
-    build-node: centos7-builder-2c-1g
-    project: clamp
-    branch: master
diff --git a/jjb/clamp/dashboard/clamp-dashboard.yaml b/jjb/clamp/dashboard/clamp-dashboard.yaml
deleted file mode 100644 (file)
index ce70c19..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
----
-- project:
-    name: clamp-dashboard-project-view
-    project-name: clamp-dashboard
-    views:
-      - project-view
-
-- project:
-    name: clamp-dashboard
-    project-name: 'clamp-dashboard'
-    jobs:
-      - gerrit-maven-stage:
-          build-node: ubuntu1804-docker-8c-8g
-          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}-{stream}-verify-java-checkstyle':
-         mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001'
-      - '{project-name}-{stream}-merge-properties-java':
-         mvn_properties:
-            - docker.pull.registry=nexus3.onap.org:10001
-            - docker.push.registry=nexus3.onap.org:10003
-      - '{project-name}-gerrit-release-jobs':
-          build-node: centos7-docker-8c-8g
-
-    project: 'clamp/dashboard'
-    stream:
-        - 'master':
-              branch: 'master'
-    mvn-settings: 'clamp-settings'
-    java-version: openjdk11
-    files: '**'
-    archive-artifacts: ''
-    build-node: ubuntu1804-docker-8c-8g
-
-#- project:
-#    name: clamp-dashboard-sonar
-#    jobs:
-#      - gerrit-maven-sonar:
-#          mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001'
-#    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: 'clamp/dashboard'
-#    project-name: 'clamp-dashboard'
-#    branch: 'master'
-#    mvn-settings: 'clamp-settings'
-#    mvn-goals: 'clean install'
-#    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
-#    java-version: openjdk11
-#
-- project:
-    name: clamp-dashboard-clm
-    jobs:
-      - gerrit-maven-clm:
-         mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001'
-    nexus-iq-namespace: 'onap-'
-    project: 'clamp/dashboard'
-    project-name: 'clamp-dashboard'
-    branch: 'master'
-    mvn-settings: 'clamp-settings'
-    build-node: ubuntu1804-docker-8c-8g
-    build-timeout: 120
-    java-version: openjdk11
diff --git a/jjb/clamp/dashboard/info-clamp-dashboard.yaml b/jjb/clamp/dashboard/info-clamp-dashboard.yaml
deleted file mode 100644 (file)
index efff6fc..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
----
-- project:
-    name: clamp-dashboard-info
-    project-name: clamp-dashboard
-    jobs:
-      - gerrit-info-yaml-verify
-    build-node: centos7-builder-2c-1g
-    project: clamp/dashboard
-    branch: master
diff --git a/jjb/clamp/ui/info-clamp-ui.yaml b/jjb/clamp/ui/info-clamp-ui.yaml
deleted file mode 100644 (file)
index c532356..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
----
-- project:
-    name: clamp-ui-info
-    project-name: clamp-ui
-    jobs:
-      - gerrit-info-yaml-verify
-    build-node: centos7-builder-2c-1g
-    project: clamp/ui
-    branch: master
index 129e299..a6172e1 100644 (file)
     mvn-snapshot-id: 'ecomp-snapshots'
     nexus-snapshot-repo: 'snapshots'
     jobs:
-      - gerrit-maven-verify
-      - gerrit-maven-merge
-      - gerrit-maven-stage:
-          sign-artifacts: true
-          build-node: centos7-docker-8c-8g
-          maven-versions-plugin: true
+      - gerrit-maven-docker-verify:
+          container-public-registry: nexus3.onap.org:10001
+      - gerrit-maven-docker-merge:
+          container-public-registry: nexus3.onap.org:10001
+          container-snapshot-registry: nexus3.onap.org:10003
       - gerrit-maven-docker-stage:
           build-node: centos7-docker-8c-8g
           maven-versions-plugin: true
diff --git a/jjb/modeling/modeling-toscaparsers-nfvparser.yaml b/jjb/modeling/modeling-toscaparsers-nfvparser.yaml
deleted file mode 100644 (file)
index e816422..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
----
-- project:
-    name: modeling-toscaparsers-nfvparser
-    project-name: 'modeling-toscaparsers-nfvparser'
-    project: 'modeling/toscaparsers'
-    stream:
-      - 'master':
-          branch: 'master'
-    mvn-settings: 'modeling-toscaparsers-settings'
-    build-node: ubuntu1804-builder-4c-4g
-    subproject:
-      - 'nfvparser':
-          path: 'nfvparser/'
-          pattern: 'nfvparser/**'
-          pom: 'nfvparser/pom.xml'
-    jobs:
-      - '{project-name}-{stream}-{subproject}-verify-python'
-      - '{project-name}-{stream}-{subproject}-verify-java'
-      - '{project-name}-{stream}-{subproject}-merge-java'
-      - gerrit-maven-stage:
-          sign-artifacts: true
-          build-node: centos7-docker-8c-8g
-          maven-versions-plugin: true
-          mvn-pom: 'nfvparser/pom.xml'
-          mvn-params: '-f nfvparser/pom.xml'
-
-- project:
-    name: modeling-toscaparsers-nfvparser-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: 'modeling/toscaparsers'
-    project-name: 'modeling-toscaparsers-nfvparser'
-    branch: 'master'
-    mvn-params: '-f nfvparser/pom.xml'
-    mvn-settings: 'modeling-toscaparsers-settings'
-    mvn-goals: 'clean install'
-    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
-
-- project:
-    name: modeling-toscaparsers-nfvparser-clm
-    jobs:
-      - gerrit-maven-clm:
-          mvn-params: '-f nfvparser/pom.xml'
-    nexus-iq-namespace: 'onap-'
-    project: modeling/toscaparsers
-    project-name: 'modeling-toscaparsers-nfvparser'
-    branch: 'master'
-    mvn-settings: 'modeling-toscaparsers-settings'