From 406a637e2c8b409e722939e7118ad5d7630dd873 Mon Sep 17 00:00:00 2001 From: Vanessa Valderrama Date: Wed, 16 Feb 2022 14:47:15 -0600 Subject: CI: Remove vid jobs Issue-ID: CIMAN-33 Signed-off-by: Vanessa Valderrama Change-Id: I428f3f8ee498a6652998cccaa55ff58a1090b399 --- jjb/vid/vid-csit.yaml | 15 --------- jjb/vid/vid.yaml | 90 --------------------------------------------------- 2 files changed, 105 deletions(-) delete mode 100644 jjb/vid/vid-csit.yaml delete mode 100644 jjb/vid/vid.yaml (limited to 'jjb/vid') diff --git a/jjb/vid/vid-csit.yaml b/jjb/vid/vid-csit.yaml deleted file mode 100644 index 7722ce035..000000000 --- a/jjb/vid/vid-csit.yaml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- project: - name: vid-csit - jobs: - - '{project-name}-{stream}-verify-csit-{functionality}' - - '{project-name}-{stream}-csit-{functionality}' - project-name: 'vid' - recipients: 'ittay.stern@intl.att.com' - stream: - - 'master': - branch: 'master' - functionality: - - 'healthCheck': - trigger_jobs: - robot-options: '' diff --git a/jjb/vid/vid.yaml b/jjb/vid/vid.yaml deleted file mode 100644 index 748bb5e16..000000000 --- a/jjb/vid/vid.yaml +++ /dev/null @@ -1,90 +0,0 @@ ---- -- project: - name: vid-project-view - project-name: vid - views: - - project-view - -- project: - name: vid - project-name: 'vid' - 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 - - gerrit-maven-docker-stage: - build-node: queue-docker-4c-4g - maven-versions-plugin: true - mvn-params: '-P docker' - container-public-registry: 'nexus3.onap.org:10001' - container-staging-registry: 'nexus3.onap.org:10003' - - '{project-name}-gerrit-release-jobs': - build-node: centos7-docker-8c-8g - project: 'vid' - stream: - - 'master': - branch: 'master' - - 'guilin': - branch: 'guilin' - mvn-settings: 'vid-settings' - files: '**' - archive-artifacts: '' - build-node: ubuntu1804-builder-4c-4g - -#- project: -# name: vid-docker-arm64 -# project-name: 'vid-arm64' -# jobs: -# - 'docker-version-java-daily': -# docker-pom: 'pom.xml' -# mvn-profile: 'docker' -# project: 'vid' -# stream: -# - 'master': -# branch: 'master' -# mvn-settings: 'vid-settings' -# files: '**' -# archive-artifacts: '' -# build-node: ubuntu1804-docker-arm64-4c-2g -# -- project: - name: vid-sonar - jobs: - - gerrit-maven-sonar-prescan-script - 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: 'vid' - project-name: 'vid' - branch: 'master' - mvn-settings: 'vid-settings' - mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - sonar-prescan-script: !include-raw-escape: ../ubuntu-latest-nodejs.sh - -- project: - name: vid-clm - jobs: - - gerrit-maven-clm - nexus-iq-namespace: 'onap-' - project: vid - project-name: 'vid' - build-node: ubuntu1804-builder-4c-4g - branch: 'master' - mvn-settings: 'vid-settings' - -- project: - name: vid-info - project-name: vid - jobs: - - gerrit-info-yaml-verify - build-node: centos7-builder-2c-1g - project: vid - branch: master -- cgit 1.2.3-korg