diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2022-02-23 18:04:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-02-23 18:04:07 +0000 |
commit | ca8497643ba127004e9e30542c688cf65b3f5eb9 (patch) | |
tree | 9e6fc7ced067646f9a4a3416bef33bd8b368048d /jjb | |
parent | 73dbab24dfb1760b1d871084cbd240c272191a5c (diff) | |
parent | 406a637e2c8b409e722939e7118ad5d7630dd873 (diff) |
Merge "CI: Remove vid jobs"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/vid/vid-csit.yaml | 15 | ||||
-rw-r--r-- | jjb/vid/vid.yaml | 90 |
2 files changed, 0 insertions, 105 deletions
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 |