diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2016-10-31 14:32:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-31 14:32:40 +0000 |
commit | 5559f4d344bfe26b39a01f76954ce864c589eae3 (patch) | |
tree | d5539591e96d3da01dc0e88b28608c86087d1a3d /jjb/armband/armband-project-jobs.yml | |
parent | b20e6f4e2e172ea33c6417733e79f8b4678be263 (diff) | |
parent | 7d1d2d530f5078a5797d2fc39feec7cfbf03b51c (diff) |
Merge "Add verify jobs for Armband"
Diffstat (limited to 'jjb/armband/armband-project-jobs.yml')
-rw-r--r-- | jjb/armband/armband-project-jobs.yml | 43 |
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 |