summaryrefslogtreecommitdiffstats
path: root/jjb/armband/armband-project-jobs.yml
diff options
context:
space:
mode:
authorAndrei Varvara <andrei.varvara@enea.com>2016-10-21 13:35:15 +0200
committerAndrei Varvara <andrei.varvara@enea.com>2016-10-24 16:58:02 +0200
commit7d1d2d530f5078a5797d2fc39feec7cfbf03b51c (patch)
tree457735fdf8721be4c622c0413a4684433750ece2 /jjb/armband/armband-project-jobs.yml
parentd9ab655653e2d343a8eac7560c50c6bed632a09f (diff)
Add verify jobs for Armband
This patch is similar to what releng/jjb/fuel does for verifying build and deploy. JIRA: ARMBAND-99 Change-Id: Ic6524e921acf458b55fbbb3453638c5fc30db15c Signed-off-by: Andrei Varvara <andrei.varvara@enea.com>
Diffstat (limited to 'jjb/armband/armband-project-jobs.yml')
-rw-r--r--jjb/armband/armband-project-jobs.yml43
1 files changed, 0 insertions, 43 deletions
diff --git a/jjb/armband/armband-project-jobs.yml b/jjb/armband/armband-project-jobs.yml
index 10f8d6531..4b2a7b50e 100644
--- a/jjb/armband/armband-project-jobs.yml
+++ b/jjb/armband/armband-project-jobs.yml
@@ -10,7 +10,6 @@
installer: 'fuel'
jobs:
- - 'armband-verify-{stream}'
- 'armband-{installer}-build-daily-{stream}'
stream:
@@ -22,48 +21,6 @@
gs-pathname: '/{stream}'
- job-template:
- name: 'armband-verify-{stream}'
-
- parameters:
- - project-parameter:
- project: '{project}'
- - gerrit-parameter:
- branch: '{branch}'
- - 'opnfv-build-ubuntu-defaults'
-
- scm:
- - gerrit-trigger-scm:
- credentials-id: '{ssh-credentials}'
- refspec: '$GERRIT_REFSPEC'
- choosing-strategy: 'gerrit'
-
- triggers:
- - gerrit:
- trigger-on:
- - patchset-created-event:
- exclude-drafts: 'false'
- exclude-trivial-rebase: 'false'
- exclude-no-code-change: 'false'
- - draft-published-event
- - comment-added-contains-event:
- comment-contains-value: 'recheck'
- - comment-added-contains-event:
- comment-contains-value: 'reverify'
- projects:
- - project-compare-type: 'ANT'
- project-pattern: '{project}'
- branches:
- - branch-compare-type: 'ANT'
- branch-pattern: '**/{branch}'
- forbidden-file-paths:
- - compare-type: ANT
- pattern: 'docs/**|.gitignore'
-
- builders:
- - shell: |
- echo "Nothing to verify!"
-
-- job-template:
name: 'armband-{installer}-build-daily-{stream}'
concurrent: false