diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-01-11 20:31:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-11 20:31:48 +0000 |
commit | 07730ca7325c1a1370874a801df5698a81ebc392 (patch) | |
tree | b3e7a7843ad278be60dd1bcac8b96335a2d0cc68 /jjb/pharos | |
parent | 74b989b9a2d8c815f8c17bbba8bffd1a1454a918 (diff) | |
parent | 62d5bf9536dd7e03be5b7bd5770e930a97ba10fa (diff) |
Merge "Reduce Basic Job Duplication"
Diffstat (limited to 'jjb/pharos')
-rw-r--r-- | jjb/pharos/pharos.yml | 58 |
1 files changed, 1 insertions, 57 deletions
diff --git a/jjb/pharos/pharos.yml b/jjb/pharos/pharos.yml index d7067c497..9f4feb42e 100644 --- a/jjb/pharos/pharos.yml +++ b/jjb/pharos/pharos.yml @@ -1,8 +1,4 @@ --- -################################################### -# All the jobs except verify have been removed! -# They will only be enabled on request by projects! -################################################### - project: name: pharos @@ -11,61 +7,9 @@ - '{name}-tools' jobs: - - '{project}-verify-{stream}' + - '{project}-verify-basic' - 'backup-pharos-dashboard' - stream: - - master: - branch: '{stream}' - gs-pathname: '' - disabled: false - - euphrates: - branch: 'stable/{stream}' - gs-pathname: '/{stream}' - disabled: false - -- job-template: - name: '{project}-verify-{stream}' - - disabled: '{obj:disabled}' - - parameters: - - project-parameter: - project: '{project}' - branch: '{branch}' - - 'opnfv-build-ubuntu-defaults' - - scm: - - git-scm-gerrit - - triggers: - - gerrit: - server-name: 'gerrit.opnfv.org' - 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}' - disable-strict-forbidden-file-verification: 'true' - forbidden-file-paths: - - compare-type: ANT - pattern: 'docs/**|.gitignore' - - builders: - - shell: | - echo "Nothing to verify!" - - job-template: name: 'backup-pharos-dashboard' |