summaryrefslogtreecommitdiffstats
path: root/jjb/releng/testresults-verify.yml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/releng/testresults-verify.yml')
-rw-r--r--jjb/releng/testresults-verify.yml78
1 files changed, 0 insertions, 78 deletions
diff --git a/jjb/releng/testresults-verify.yml b/jjb/releng/testresults-verify.yml
deleted file mode 100644
index 958833c0f..000000000
--- a/jjb/releng/testresults-verify.yml
+++ /dev/null
@@ -1,78 +0,0 @@
----
-- project:
- name: testresults-verify
- stream:
- - master:
- branch: '{stream}'
-
- module:
- - 'testapi'
- - 'reporting'
-
- jobs:
- - '{module}-verify-{stream}'
- - '{module}-client-verify-{stream}'
-
- project: 'releng-testresults'
-
-- job-template:
- name: '{module}-verify-{stream}'
-
- parameters:
- - project-parameter:
- project: '{project}'
- branch: '{branch}'
- - 'opnfv-build-ubuntu-defaults'
-
- scm:
- - git-scm-gerrit
-
- triggers:
- - gerrit-trigger-patchset-created:
- server: 'gerrit.opnfv.org'
- project: '**'
- branch: '{branch}'
- files: '{module}/**'
-
- builders:
- - shell: |
- cd {module}/
- tox
- if [ -e *.xml ];then
- cp *.xml $WORKSPACE
- fi
-
- publishers:
- - publish-coverage
- - email-jenkins-admins-on-failure
-
-- job-template:
- name: '{module}-client-verify-{stream}'
-
- parameters:
- - project-parameter:
- project: '{project}'
- branch: '{branch}'
- - 'opnfv-build-ubuntu-defaults'
-
- scm:
- - git-scm-gerrit
-
- triggers:
- - gerrit-trigger-patchset-created:
- server: 'gerrit.opnfv.org'
- project: '**'
- branch: '{branch}'
- files: '{module}/{module}-client/**'
-
- builders:
- - shell: |
- cd {module}/{module}-client
- tox
- if [ -e *.xml ];then
- cp *.xml $WORKSPACE
- fi
-
- publishers:
- - publish-coverage
- - email-jenkins-admins-on-failure