summaryrefslogtreecommitdiffstats
path: root/jjb/vvp/vvp-test-engine.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/vvp/vvp-test-engine.yaml')
-rw-r--r--jjb/vvp/vvp-test-engine.yaml32
1 files changed, 0 insertions, 32 deletions
diff --git a/jjb/vvp/vvp-test-engine.yaml b/jjb/vvp/vvp-test-engine.yaml
deleted file mode 100644
index 8287c4811..000000000
--- a/jjb/vvp/vvp-test-engine.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
----
-- project:
- name: vvp-test-engine-sonar
- jobs:
- - gerrit-maven-sonar
- sonarcloud: true
- sonarcloud-project-organization: "{sonarcloud_project_organization}"
- sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}"
- sonar-mvn-goal: "{sonar_mvn_goal}"
- build-node: ubuntu1804-docker-8c-8g
- project: "vvp/test-engine"
- project-name: "vvp-test-engine"
- branch: "master"
- mvn-settings: "vvp-test-engine-settings"
- mvn-goals: "clean install"
- mvn-opts: "-Xmx1024m -XX:MaxPermSize=256m"
-
-- project:
- name: vvp-test-engine-verify
- project-name: "vvp-test-engine"
- project: "vvp/test-engine"
- stream:
- - "master":
- branch: "master"
- mvn-settings: "vvp-test-engine-settings"
- build-node: "centos8-builder-4c-4g"
- subproject:
- - "onap-client":
- path: "onap-client"
- pattern: "onap-client/**"
- jobs:
- - "{project-name}-{stream}-{subproject}-verify-python"