diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-08-24 20:30:47 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-08-24 21:26:16 +0200 |
commit | 68ee9a9a5a3cdb77d8e48a7d57f633cabdfae532 (patch) | |
tree | 2550332ffbac4b0d0b3332e2715f44b2140dcf26 /jjb/snaps/snaps.yml | |
parent | 6be64db117f494bdb6d59b17676e5341c2f9c3a9 (diff) |
snaps: Configure job to execute run_tests.sh against existing deployment
Change-Id: I14de06073f8ed1fd6ef29020f64816f31c6ff074
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/snaps/snaps.yml')
-rw-r--r-- | jjb/snaps/snaps.yml | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/jjb/snaps/snaps.yml b/jjb/snaps/snaps.yml deleted file mode 100644 index 50b7c3070..000000000 --- a/jjb/snaps/snaps.yml +++ /dev/null @@ -1,63 +0,0 @@ -################################################### -# All the jobs except verify have been removed! -# They will only be enabled on request by projects! -################################################### -- project: - name: snaps - - project: '{name}' - - jobs: - - 'snaps-verify-{stream}' - - stream: - - master: - branch: '{stream}' - gs-pathname: '' - disabled: false - - danube: - branch: 'stable/{stream}' - gs-pathname: '/{stream}' - disabled: false - -- job-template: - name: 'snaps-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!" |