summaryrefslogtreecommitdiffstats
path: root/jjb/vfc
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2020-07-20 14:29:49 +0800
committerdyh <dengyuanhong@chinamobile.com>2020-07-20 14:30:00 +0800
commit7737a0110c1cf90b027e5ebf11035625e5e53b59 (patch)
tree10da13540342802706616453d213ff89ba9b4ab7 /jjb/vfc
parentf66f52405a6c8858957143814465f33275c827e4 (diff)
Remove Jenkins jobs related to components which are not in Guilin Release
Issue-ID: VFC-1708 Change-Id: Icc56dd6c96a7e6593cdee5d6e2d1e759bb4401f2 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'jjb/vfc')
-rwxr-xr-xjjb/vfc/build-driver-zte-sfc-docker-image.sh11
-rwxr-xr-xjjb/vfc/build-nfvo-catalog-docker-image.sh11
-rw-r--r--jjb/vfc/build-nfvo-multivimproxy-docker-image.sh11
-rwxr-xr-xjjb/vfc/build-nfvo-resmanagement-docker-image.sh11
-rw-r--r--jjb/vfc/vfc-nfvo-catalog.yaml71
-rw-r--r--jjb/vfc/vfc-nfvo-driver-sfc-csit.yaml14
-rw-r--r--jjb/vfc/vfc-nfvo-driver-sfc.yaml72
-rw-r--r--jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-juju.yaml39
-rw-r--r--jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-nokiav2.yaml98
-rw-r--r--jjb/vfc/vfc-nfvo-multivimproxy-csit.yaml14
-rw-r--r--jjb/vfc/vfc-nfvo-multivimproxy.yaml63
-rw-r--r--jjb/vfc/vfc-nfvo-resmanagement-csit.yaml14
-rw-r--r--jjb/vfc/vfc-nfvo-resmanagement.yaml63
13 files changed, 0 insertions, 492 deletions
diff --git a/jjb/vfc/build-driver-zte-sfc-docker-image.sh b/jjb/vfc/build-driver-zte-sfc-docker-image.sh
deleted file mode 100755
index 8435ae139..000000000
--- a/jjb/vfc/build-driver-zte-sfc-docker-image.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-#
-echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES ================='
-
-CURRENTDIR="$(pwd)"
-echo $CURRENTDIR
-
-chmod 755 ./zte/sfc-driver/plugin-standalone/src/main/assembly/docker/*.*
-
-./zte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh
-
diff --git a/jjb/vfc/build-nfvo-catalog-docker-image.sh b/jjb/vfc/build-nfvo-catalog-docker-image.sh
deleted file mode 100755
index d570d18a2..000000000
--- a/jjb/vfc/build-nfvo-catalog-docker-image.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-#
-echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES ================='
-
-CURRENTDIR="$(pwd)"
-echo $CURRENTDIR
-
-chmod 755 ./docker/*.*
-
-./docker/build_image.sh
-
diff --git a/jjb/vfc/build-nfvo-multivimproxy-docker-image.sh b/jjb/vfc/build-nfvo-multivimproxy-docker-image.sh
deleted file mode 100644
index d570d18a2..000000000
--- a/jjb/vfc/build-nfvo-multivimproxy-docker-image.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-#
-echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES ================='
-
-CURRENTDIR="$(pwd)"
-echo $CURRENTDIR
-
-chmod 755 ./docker/*.*
-
-./docker/build_image.sh
-
diff --git a/jjb/vfc/build-nfvo-resmanagement-docker-image.sh b/jjb/vfc/build-nfvo-resmanagement-docker-image.sh
deleted file mode 100755
index 539ea3e52..000000000
--- a/jjb/vfc/build-nfvo-resmanagement-docker-image.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-#
-echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES ================='
-
-CURRENTDIR="$(pwd)"
-echo $CURRENTDIR
-
-chmod 755 ./ResmanagementService/docker/*.*
-
-./ResmanagementService/docker/build_image.sh
-
diff --git a/jjb/vfc/vfc-nfvo-catalog.yaml b/jjb/vfc/vfc-nfvo-catalog.yaml
deleted file mode 100644
index 0e46c4037..000000000
--- a/jjb/vfc/vfc-nfvo-catalog.yaml
+++ /dev/null
@@ -1,71 +0,0 @@
----
-
-- project:
- name: vfc-nfvo-catalog
- project-name: 'vfc-nfvo-catalog'
- project: 'vfc/nfvo/catalog'
- stream:
- - 'master':
- branch: 'master'
- mvn-settings: 'vfc-nfvo-catalog-settings'
- subproject:
- - 'catalog':
- path: '.'
- pattern: '**'
- jobs:
- - '{project-name}-{stream}-{subproject}-verify-python'
- - '{project-name}-{stream}-verify-java'
- - '{project-name}-{stream}-merge-java'
- - gerrit-maven-stage:
- sign-artifacts: true
- build-node: centos7-builder-4c-4g
- maven-versions-plugin: true
- - '{project-name}-{stream}-docker-java-version-shell-daily':
- docker-pom: 'pom.xml'
- mvn-goals: 'install'
- script:
- !include-raw-escape: 'build-nfvo-catalog-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: centos7-redis-4c-4g
-
-- project:
- name: vfc-nfvo-catalog-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'
- build-node: centos7-redis-4c-4g
- project: 'vfc/nfvo/catalog'
- project-name: 'vfc-nfvo-catalog'
- branch: 'master'
- mvn-settings: 'vfc-nfvo-catalog-settings'
- mvn-goals: 'clean install'
- mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
-
-- project:
- name: vfc-nfvo-catalog-clm
- jobs:
- - gerrit-maven-clm
- nexus-iq-namespace: 'onap-'
- project: vfc/nfvo/catalog
- project-name: 'vfc-nfvo-catalog'
- build-node: centos7-redis-4c-4g
- branch: 'master'
- mvn-settings: 'vfc-nfvo-catalog-settings'
-
-- project:
- name: vfc-nfvo-catalog-info
- project-name: vfc-nfvo-catalog
- jobs:
- - gerrit-info-yaml-verify
- build-node: centos7-builder-2c-1g
- project: vfc/nfvo/catalog
- branch: master
diff --git a/jjb/vfc/vfc-nfvo-driver-sfc-csit.yaml b/jjb/vfc/vfc-nfvo-driver-sfc-csit.yaml
deleted file mode 100644
index 1905012dc..000000000
--- a/jjb/vfc/vfc-nfvo-driver-sfc-csit.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
----
-- project:
- name: vfc-nfvo-driver-sfc-csit
- jobs:
- - '{project-name}-{stream}-verify-csit-{functionality}'
- - '{project-name}-{stream}-csit-{functionality}'
- project-name: 'vfc-nfvo-driver-sfc'
- recipients: 'yangyanyj@chinamobile.com'
- stream: 'master'
- functionality:
- - 'sanity-check':
- trigger_jobs: 'vfc-nfvo-driver-sfc-master-docker-java-version-shell-daily'
- robot-options: ''
- branch: 'master'
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
diff --git a/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-juju.yaml b/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-juju.yaml
deleted file mode 100644
index 0f56d0c7c..000000000
--- a/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-juju.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
----
-
-- project:
- name: vfc-nfvo-driver-vnfm-gvnfm-juju
- project-name: 'vfc-nfvo-driver-vnfm-gvnfm'
- project: 'vfc/nfvo/driver/vnfm/gvnfm'
- stream:
- - 'master':
- branch: 'master'
- mvn-settings: 'vfc-nfvo-driver-vnfm-gvnfm-settings'
- subproject:
- - 'gvnfm-juju':
- pom: 'juju/juju-vnfmadapter/pom.xml'
- pattern: 'juju/juju-vnfmadapter/**'
- jobs:
- - '{project-name}-{stream}-{subproject}-verify-java'
- - '{project-name}-{stream}-{subproject}-merge-java'
- files: '**'
- archive-artifacts: ''
- build-node: ubuntu1804-builder-4c-4g
-
-- project:
- name: vfc-nfvo-driver-vnfm-gvnfm-juju-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'
- build-node: ubuntu1804-builder-4c-4g
- mvn-params: '-f juju/juju-vnfmadapter/pom.xml'
- project: 'vfc/nfvo/driver/vnfm/gvnfm'
- project-name: 'vfc-nfvo-driver-vnfm-gvnfm-juju'
- branch: 'master'
- mvn-settings: 'vfc-nfvo-driver-vnfm-gvnfm-settings'
- mvn-goals: 'clean install'
- mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
diff --git a/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-nokiav2.yaml b/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-nokiav2.yaml
deleted file mode 100644
index 88607ebf5..000000000
--- a/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-nokiav2.yaml
+++ /dev/null
@@ -1,98 +0,0 @@
----
-- project:
- name: vfc-nfvo-driver-vnfm-svnfm-nokiav2
- project: 'vfc/nfvo/driver/vnfm/svnfm'
- project-name: 'vfc-nfvo-driver-svnfm-nokiav2'
- stream:
- - 'master':
- branch: 'master'
- mvn-settings: 'vfc-nfvo-driver-vnfm-svnfm-settings'
- subproject:
- - 'drv-vnfm-nokiav2':
- pom: 'nokiav2/pom.xml'
- pattern: 'nokiav2/**'
- 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: 'nokiav2/pom.xml'
- mvn-params: '-f nokiav2/pom.xml'
- - '{project-name}-gerrit-release-jobs':
- build-node: centos7-docker-8c-8g
- files: 'nokiav2/**'
- archive-artifacts: ''
- build-node: ubuntu1804-builder-4c-4g
-
-- project:
- name: vfc-nfvo-driver-vnfm-svnfm-nokiav2-docker
- project: 'vfc/nfvo/driver/vnfm/svnfm'
- project-name: 'vfc-nfvo-driver-svnfm-nokiav2'
- stream:
- - 'master':
- branch: 'master'
- mvn-settings: 'vfc-nfvo-driver-vnfm-svnfm-settings'
- subproject:
- - 'docker-vnfm-nokiav2':
- pom: 'nokiav2/pom.xml'
- pattern: 'nokiav2/**'
- jobs:
- - '{project-name}-{subproject}-{stream}-verify-docker-cascade-trigger':
- docker_build_args: '--file Dockerfile.verify --build-arg MODE=-SNAPSHOT --build-arg REPO=snapshots'
- docker_name: 'onap/vfc/nfvo/svnfm/nokiav2'
- docker_root: '$WORKSPACE/nokiav2/deployment'
- parent_job: '{project-name}-{stream}-drv-vnfm-nokiav2-verify-java'
- - '{project-name}-{subproject}-{stream}-merge-docker-cascade-trigger':
- docker_build_args: '--build-arg MODE=-SNAPSHOT --build-arg REPO=snapshots'
- docker_name: 'onap/vfc/nfvo/svnfm/nokiav2'
- docker_root: '$WORKSPACE/nokiav2/deployment'
- parent_job: '{project-name}-{stream}-drv-vnfm-nokiav2-merge-java'
- - '{project-name}-{subproject}-{stream}-release-version-docker-daily-no-sonar-cascade-trigger':
- docker_build_args: '--build-arg MODE= --build-arg REPO=staging'
- docker_name: 'onap/vfc/nfvo/svnfm/nokiav2'
- docker_root: '$WORKSPACE/nokiav2/deployment'
- docker_registry: '$DOCKER_REGISTRY:10003'
- parent_job: '{project-name}-{stream}-drv-vnfm-nokiav2-release-version-java-daily'
-#Since the release is moved manually from the staging repo to the release repo this job can not
-#be triggered in a cascade way
- - '{project-name}-{subproject}-{stream}-release-version-docker-no-sonar':
- docker_build_args: '--build-arg MODE= --build-arg REPO=releases'
- docker_name: 'onap/vfc/nfvo/svnfm/nokiav2'
- docker_root: '$WORKSPACE/nokiav2/deployment'
- docker_registry: '$DOCKER_REGISTRY:10003'
- files: 'nokiav2/**'
- archive-artifacts: ''
- build-node: ubuntu1804-docker-8c-8g
-
-- project:
- name: vfc-nfvo-driver-vnfm-svnfm-nokiav2-sonar
- project: 'vfc/nfvo/driver/vnfm/svnfm'
- project-name: 'vfc-nfvo-driver-vnfm-svnfm-nokiav2'
- cron: '@daily'
- branch: 'master'
- mvn-params: '-f nokiav2/pom.xml'
- mvn-settings: 'vfc-nfvo-driver-vnfm-svnfm-settings'
- mvn-goals: 'clean install'
- mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
- 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"
- build-node: ubuntu1804-builder-4c-4g
-
-- project:
- name: vfc-nfvo-driver-vnfm-svnfm-nokiav2-clm
- jobs:
- - gerrit-maven-clm:
- mvn-params: '-f nokiav2/pom.xml'
- nexus-iq-namespace: 'onap-'
- project: vfc/nfvo/driver/vnfm/svnfm
- project-name: 'vfc-nfvo-driver-svnfm-nokiav2'
- build-node: ubuntu1804-builder-4c-4g
- branch: 'master'
- mvn-settings: 'vfc-nfvo-driver-vnfm-svnfm-settings'
diff --git a/jjb/vfc/vfc-nfvo-multivimproxy-csit.yaml b/jjb/vfc/vfc-nfvo-multivimproxy-csit.yaml
deleted file mode 100644
index 6a8377f1b..000000000
--- a/jjb/vfc/vfc-nfvo-multivimproxy-csit.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
----
-- project:
- name: vfc-nfvo-multivimproxy-csit
- jobs:
- - '{project-name}-{stream}-verify-csit-{functionality}'
- - '{project-name}-{stream}-csit-{functionality}'
- project-name: 'vfc-nfvo-multivimproxy'
- recipients: 'yangyanyj@chinamobile.com'
- stream: 'master'
- functionality:
- - 'sanity-check':
- trigger_jobs: 'vfc-nfvo-multivimproxy-master-docker-java-version-shell-daily'
- robot-options: ''
- branch: 'master'
diff --git a/jjb/vfc/vfc-nfvo-multivimproxy.yaml b/jjb/vfc/vfc-nfvo-multivimproxy.yaml
deleted file mode 100644
index 16866a8fa..000000000
--- a/jjb/vfc/vfc-nfvo-multivimproxy.yaml
+++ /dev/null
@@ -1,63 +0,0 @@
----
-- project:
- name: vfc-nfvo-multivimproxy
- project: 'vfc/nfvo/multivimproxy'
- project-name: 'vfc-nfvo-multivimproxy'
- mvn-settings: 'vfc-nfvo-multivimproxy-settings'
- stream:
- - 'master':
- branch: 'master'
- build-node: ubuntu1804-builder-4c-4g
- jobs:
- - '{project-name}-{stream}-verify-java'
- - '{project-name}-{stream}-merge-java'
- - gerrit-maven-stage:
- sign-artifacts: true
- build-node: centos7-builder-4c-4g
- maven-versions-plugin: true
- - '{project-name}-{stream}-docker-java-version-shell-daily':
- docker-pom: 'pom.xml'
- mvn-goals: 'install'
- script:
- !include-raw-escape: 'build-nfvo-multivimproxy-docker-image.sh'
- build-node: ubuntu1804-docker-8c-8g
- - '{project-name}-gerrit-release-jobs':
- build-node: centos7-docker-8c-8g
-
-- project:
- name: vfc-nfvo-multivimproxy-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'
- build-node: ubuntu1804-builder-4c-4g
- project: 'vfc/nfvo/multivimproxy'
- project-name: 'vfc-nfvo-multivimproxy'
- branch: 'master'
- mvn-settings: 'vfc-nfvo-multivimproxy-settings'
- mvn-goals: 'clean install'
- mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
-
-- project:
- name: vfc-nfvo-multivimproxy-clm
- jobs:
- - gerrit-maven-clm
- nexus-iq-namespace: 'onap-'
- project: vfc/nfvo/multivimproxy
- project-name: 'vfc-nfvo-multivimproxy'
- build-node: ubuntu1804-builder-4c-4g
- branch: 'master'
- mvn-settings: 'vfc-nfvo-multivimproxy-settings'
-
-- project:
- name: vfc-nfvo-multivimproxy-info
- project-name: vfc-nfvo-multivimproxy
- jobs:
- - gerrit-info-yaml-verify
- build-node: centos7-builder-2c-1g
- project: vfc/nfvo/multivimproxy
- branch: master
diff --git a/jjb/vfc/vfc-nfvo-resmanagement-csit.yaml b/jjb/vfc/vfc-nfvo-resmanagement-csit.yaml
deleted file mode 100644
index 1534fd5ea..000000000
--- a/jjb/vfc/vfc-nfvo-resmanagement-csit.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
----
-- project:
- name: vfc-nfvo-resmanagement-csit
- jobs:
- - '{project-name}-{stream}-verify-csit-{functionality}'
- - '{project-name}-{stream}-csit-{functionality}'
- project-name: 'vfc-nfvo-resmanagement'
- recipients: 'yangyanyj@chinamobile.com'
- stream: 'master'
- functionality:
- - 'sanity-check':
- trigger_jobs: 'vfc-nfvo-resmanagement-master-docker-java-version-shell-daily'
- robot-options: ''
- branch: 'master'
diff --git a/jjb/vfc/vfc-nfvo-resmanagement.yaml b/jjb/vfc/vfc-nfvo-resmanagement.yaml
deleted file mode 100644
index b162ab848..000000000
--- a/jjb/vfc/vfc-nfvo-resmanagement.yaml
+++ /dev/null
@@ -1,63 +0,0 @@
----
-- project:
- name: vfc-nfvo-resmanagement
- project: 'vfc/nfvo/resmanagement'
- project-name: 'vfc-nfvo-resmanagement'
- mvn-settings: 'vfc-nfvo-resmanagement-settings'
- stream:
- - 'master':
- branch: 'master'
- build-node: ubuntu1804-builder-4c-4g
- jobs:
- - '{project-name}-{stream}-verify-java'
- - '{project-name}-{stream}-merge-java'
- - gerrit-maven-stage:
- sign-artifacts: true
- build-node: centos7-builder-4c-4g
- maven-versions-plugin: true
- - '{project-name}-{stream}-docker-java-version-shell-daily':
- docker-pom: 'pom.xml'
- mvn-goals: 'install'
- script:
- !include-raw-escape: 'build-nfvo-resmanagement-docker-image.sh'
- build-node: ubuntu1804-docker-8c-8g
- - '{project-name}-gerrit-release-jobs':
- build-node: centos7-docker-8c-8g
-
-- project:
- name: vfc-nfvo-resmanagement-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'
- build-node: ubuntu1804-builder-4c-4g
- project: 'vfc/nfvo/resmanagement'
- project-name: 'vfc-nfvo-resmanagement'
- branch: 'master'
- mvn-settings: 'vfc-nfvo-resmanagement-settings'
- mvn-goals: 'clean install'
- mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
-
-- project:
- name: vfc-nfvo-resmanagement-clm
- jobs:
- - gerrit-maven-clm
- nexus-iq-namespace: 'onap-'
- project: vfc/nfvo/resmanagement
- project-name: 'vfc-nfvo-resmanagement'
- build-node: ubuntu1804-builder-4c-4g
- branch: 'master'
- mvn-settings: 'vfc-nfvo-resmanagement-settings'
-
-- project:
- name: vfc-nfvo-resmanagement-info
- project-name: vfc-nfvo-resmanagement
- jobs:
- - gerrit-info-yaml-verify
- build-node: centos7-builder-2c-1g
- project: vfc/nfvo/resmanagement
- branch: master