diff options
author | sebdet <sebastien.determe@intl.att.com> | 2021-05-11 12:17:04 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2021-05-11 12:17:04 +0200 |
commit | 55f98a983f03012359afec1e008f5c26767f3504 (patch) | |
tree | 9c5eb954359dd29cfe013178639f6deb532d5efd /jjb | |
parent | 58f76756c5c9ab5df3aa252b976a00a59bc4a845 (diff) |
Remove clamp from JJB
Clamp will be archived so removing the clamp jenkins jobs
Issue-ID: CLAMP-1026
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I7710ecbce3fdeefcabaf7f15a0587719a14b068c
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/clamp/clamp-csit.yaml | 18 | ||||
-rw-r--r-- | jjb/clamp/clamp.yaml | 88 | ||||
-rw-r--r-- | jjb/clamp/dashboard/clamp-dashboard.yaml | 72 | ||||
-rw-r--r-- | jjb/clamp/dashboard/info-clamp-dashboard.yaml | 9 | ||||
-rw-r--r-- | jjb/clamp/ui/info-clamp-ui.yaml | 9 |
5 files changed, 0 insertions, 196 deletions
diff --git a/jjb/clamp/clamp-csit.yaml b/jjb/clamp/clamp-csit.yaml deleted file mode 100644 index bd8a69bc6..000000000 --- a/jjb/clamp/clamp-csit.yaml +++ /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 index fad773d0c..000000000 --- a/jjb/clamp/clamp.yaml +++ /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 index ce70c1903..000000000 --- a/jjb/clamp/dashboard/clamp-dashboard.yaml +++ /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 index efff6fcc0..000000000 --- a/jjb/clamp/dashboard/info-clamp-dashboard.yaml +++ /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 index c532356df..000000000 --- a/jjb/clamp/ui/info-clamp-ui.yaml +++ /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 |