From 7737a0110c1cf90b027e5ebf11035625e5e53b59 Mon Sep 17 00:00:00 2001 From: dyh Date: Mon, 20 Jul 2020 14:29:49 +0800 Subject: Remove Jenkins jobs related to components which are not in Guilin Release Issue-ID: VFC-1708 Change-Id: Icc56dd6c96a7e6593cdee5d6e2d1e759bb4401f2 Signed-off-by: dyh --- jjb/vfc/vfc-nfvo-driver-sfc.yaml | 72 ---------------------------------------- 1 file changed, 72 deletions(-) delete mode 100644 jjb/vfc/vfc-nfvo-driver-sfc.yaml (limited to 'jjb/vfc/vfc-nfvo-driver-sfc.yaml') diff --git a/jjb/vfc/vfc-nfvo-driver-sfc.yaml b/jjb/vfc/vfc-nfvo-driver-sfc.yaml deleted file mode 100644 index 407a615e1..000000000 --- a/jjb/vfc/vfc-nfvo-driver-sfc.yaml +++ /dev/null @@ -1,72 +0,0 @@ ---- -- project: - name: vfc-nfvo-driver-sfc - project-name: 'vfc-nfvo-driver-sfc' - project: 'vfc/nfvo/driver/sfc' - stream: - - 'master': - branch: 'master' - mvn-settings: 'vfc-nfvo-driver-sfc-settings' - subproject: - - 'driver-sfc-zte': - pom: 'zte/sfc-driver/pom.xml' - pattern: 'zte/sfc-driver/**' - jobs: - - '{project-name}-{stream}-{subproject}-verify-java' - - '{project-name}-{stream}-{subproject}-merge-java' - - gerrit-maven-stage: - sign-artifacts: true - build-node: centos7-builder-4c-4g - maven-versions-plugin: true - mvn-pom: 'zte/sfc-driver/pom.xml' - mvn-params: '-f zte/sfc-driver/pom.xml' - - '{project-name}-{stream}-docker-java-version-shell-daily': - docker-pom: 'pom.xml' - mvn-goals: 'install' - script: - !include-raw-escape: 'build-driver-zte-sfc-docker-image.sh' - build-node: ubuntu1804-docker-8c-8g - - '{project-name}-gerrit-release-jobs': - build-node: centos7-docker-8c-8g - files: '**' - archive-artifacts: '' - build-node: ubuntu1804-builder-4c-4g - -- project: - name: vfc-nfvo-driver-sfc-sonar - jobs: - - gerrit-maven-sonar - 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: "org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.0.1398:sonar" - cron: '@daily' - mvn-params: '-f zte/sfc-driver/pom.xml' - build-node: ubuntu1804-builder-4c-4g - project: 'vfc/nfvo/driver/sfc' - project-name: 'vfc-nfvo-driver-sfc' - branch: 'master' - mvn-settings: 'vfc-nfvo-driver-sfc-settings' - mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - -- project: - name: vfc-nfvo-driver-sfc-clm - jobs: - - gerrit-maven-clm - nexus-iq-namespace: 'onap-' - project: vfc/nfvo/driver/sfc - project-name: 'vfc-nfvo-driver-sfc' - build-node: ubuntu1804-builder-4c-4g - branch: 'master' - mvn-settings: 'vfc-nfvo-driver-sfc-settings' - -- project: - name: vfc-nfvo-driver-sfc-info - project-name: vfc-nfvo-driver-sfc - jobs: - - gerrit-info-yaml-verify - build-node: centos7-builder-2c-1g - project: vfc/nfvo/driver/sfc - branch: master -- cgit 1.2.3-korg