Chore: Archive ric-dashboard project 62/6762/1
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Mon, 27 Sep 2021 18:21:07 +0000 (13:21 -0500)
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Mon, 27 Sep 2021 18:21:07 +0000 (13:21 -0500)
Archiving the portal/ric-dashboard project

JSD: IT-22893

TSC approval:
https://wiki.o-ran-sc.org/display/TOC#ORANSCTechnicalOversightCommittee(TOC)-20210915

Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Change-Id: Ia712aca11ccc96fa9a35cbb99f51eaa4fcbc1a4a

jjb/portal-ric-dashboard/portal-ric-dashboard.yaml [deleted file]

diff --git a/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml b/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml
deleted file mode 100644 (file)
index 83c3945..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
----
-- project:
-    name: portal-ric-dashboard-project-view
-    project-name: portal-ric-dashboard
-    views:
-      - project-view
-
-- project:
-    name: portal-ric-dashboard-info
-    project: portal/ric-dashboard
-    project-name: portal-ric-dashboard
-    build-node: centos8-builder-1c-1g
-    jobs:
-      - gerrit-info-yaml-verify
-
-- portal_ric_dashboard_common: &portal_ric_dashboard_common
-    # values apply to all projects here
-    name: portal-ric-dashboard-common
-    # git repo
-    project: portal/ric-dashboard
-    # jenkins job name prefix
-    project-name: portal-ric-dashboard
-    # maven settings file has docker credentials
-    mvn-settings: portal-ric-dashboard-settings
-    # defaults.yaml value is NOT used due to value set in lf-maven-jobs.yaml
-    java-version: openjdk11
-
-# build docker images from code
-- project:
-    <<: *portal_ric_dashboard_common
-    name: portal-ric-dashboard-project
-    mvn-params: -f dashboard -Dbuild.number=${{BUILD_NUMBER}}
-    gerrit_trigger_file_paths:
-      - compare-type: REG_EXP
-        pattern: 'dashboard/.*'
-    jobs:
-      - gerrit-maven-docker-verify
-      - gerrit-maven-docker-merge
-      - gerrit-maven-docker-stage:
-          # stage every Saturday, not daily
-          cron: 'H H * * 6'
-    stream:
-      - master:
-          branch: master
-
-# analyze code periodically
-- project:
-    <<: *portal_ric_dashboard_common
-    name: portal-ric-dashboard-clm
-    # template goal install builds docker image unnecessarily
-    mvn-params: -f dashboard -Ddocker.skip=true
-    nexus-iq-namespace: 'oran-'
-    jobs:
-      - gerrit-maven-clm
-
-# report test coverage periodically
-- project:
-    <<: *portal_ric_dashboard_common
-    name: portal-ric-dashboard-sonar
-    # template goal install builds docker image unnecessarily
-    mvn-params: -f dashboard -Ddocker.skip=true
-    sonarcloud: true
-    sonarcloud-api-token: '{sonarcloud_api_token}'
-    sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
-    sonarcloud-project-organization: '{sonarcloud_project_organization}'
-    jobs:
-      - gerrit-maven-sonar
-
-# promote container images to release registry
-- project:
-    <<: *portal_ric_dashboard_common
-    name: portal-ric-dashboard-release
-    # maven release requires sigul which requires centos
-    # container release requires docker
-    build-node: centos7-docker-2c-8g
-    jobs:
-      - '{project-name}-gerrit-release-jobs'