summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
Diffstat (limited to 'jjb')
-rw-r--r--jjb/vvp/pre-build-csv.sh10
-rw-r--r--jjb/vvp/vvp-test-engine.yaml32
-rw-r--r--jjb/vvp/vvp-validation-scripts.yaml55
3 files changed, 0 insertions, 97 deletions
diff --git a/jjb/vvp/pre-build-csv.sh b/jjb/vvp/pre-build-csv.sh
deleted file mode 100644
index f17b3db3c..000000000
--- a/jjb/vvp/pre-build-csv.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-python3 -m venv $WORKSPACE/venv-tox
-source $WORKSPACE/venv-tox/bin/activate
-pip3 install --upgrade pip
-pip3 install --no-use-pep517 -r requirements.txt
-ls
-wget -O $WORKSPACE/ice_validator/heat_requirements.json "https://nexus.onap.org/content/sites/raw/org.onap.vnfrqts.requirements/master/needs.json" && echo "Copied newest needs." || exit 1
-cd ice_validator/
-pytest --self-test tests/ \ No newline at end of file
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"
diff --git a/jjb/vvp/vvp-validation-scripts.yaml b/jjb/vvp/vvp-validation-scripts.yaml
deleted file mode 100644
index 4e7f45f5d..000000000
--- a/jjb/vvp/vvp-validation-scripts.yaml
+++ /dev/null
@@ -1,55 +0,0 @@
----
-- project:
- name: vvp-validation-scripts
- project-name: "vvp-validation-scripts"
- project: "vvp/validation-scripts"
- stream:
- - "master":
- branch: "master"
- subproject:
- - validation-scripts:
- path: "."
- pattern: "**"
- mvn-settings: "vvp-validation-scripts-settings"
- build-node: ubuntu1804-docker-8c-8g
- jobs:
- - "{project-name}-{stream}-{subproject}-verify-python"
- - "{project-name}-{stream}-docker-java-daily":
- mvn-params: "-Dmaven.test.skip=true"
- - "{project-name}-gerrit-release-jobs":
- build-node: centos7-docker-2c-1g
- docker-pom: "pom.xml"
- mvn-profile: "default"
-
-- project:
- name: vvp-validation-scripts-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/validation-scripts"
- project-name: "vvp-validation-scripts"
- branch: "master"
- mvn-settings: "vvp-validation-scripts-settings"
- mvn-goals: "clean install"
- mvn-opts: "-Xmx1024m -XX:MaxPermSize=256m"
-
-- project:
- name: vvp-validation-scripts-tracability-matrix
- project: "vvp/validation-scripts"
- project-name: "vvp-validation-scripts"
- build-node: ubuntu1804-docker-8c-8g
- mvn-settings: "vvp-validation-scripts-settings"
- mvn-global-settings: "global-settings"
- stream:
- - "master":
- branch: "master"
- jobs:
- - "{project-name}-{stream}-build-and-upload":
- pre_script: !include-raw-escape: pre-build-csv.sh
- artifact_name: traceability.csv rst.csv
- project_id: org.onap.vvp.validation-scripts
- post_script: !include-raw-escape: ../vnfrqts/post-upload-artifact.sh