From 25e2a97a663c633797a91b14d5cc81d130f7f30f Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Mon, 27 Sep 2021 13:21:07 -0500 Subject: [PATCH] Chore: Archive ric-dashboard project 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 Change-Id: Ia712aca11ccc96fa9a35cbb99f51eaa4fcbc1a4a --- jjb/portal-ric-dashboard/portal-ric-dashboard.yaml | 77 ---------------------- 1 file changed, 77 deletions(-) delete mode 100644 jjb/portal-ric-dashboard/portal-ric-dashboard.yaml diff --git a/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml b/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml deleted file mode 100644 index 83c3945b..00000000 --- a/jjb/portal-ric-dashboard/portal-ric-dashboard.yaml +++ /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' -- 2.16.6