summaryrefslogtreecommitdiffstats
path: root/jjb/oscar
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2016-05-19 10:50:00 +0200
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2016-05-19 10:50:00 +0200
commit133f43ee79028d63d929af6f23f37bf0bc8a6f82 (patch)
tree8c69352ed301a38ec1b3ddcb6c5bb79e57edcdf5 /jjb/oscar
parent598be795dec8fa11bee7b6e140b33947ab35b8f0 (diff)
Remove jobs for terminated and none-active projects
oscar: terminated project. genesis: installers and genesisreq have their own jobs so genesis jobs are obsolete. Change-Id: I1f5e869d0bae0c6c199c7dd439ec035f9f59205b Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/oscar')
-rw-r--r--jjb/oscar/oscar.yml62
1 files changed, 0 insertions, 62 deletions
diff --git a/jjb/oscar/oscar.yml b/jjb/oscar/oscar.yml
deleted file mode 100644
index 786d44b3e..000000000
--- a/jjb/oscar/oscar.yml
+++ /dev/null
@@ -1,62 +0,0 @@
-###################################################
-# All the jobs except verify have been removed!
-# They will only be enabled on request by projects!
-###################################################
-- project:
- name: oscar
-
- project: '{name}'
-
- jobs:
- - 'oscar-verify-{stream}'
-
-# only master branch is enabled at the moment to keep no of jobs sane
- stream:
- - master:
- branch: 'master'
- gs-pathname: ''
-# - brahmaputra:
-# branch: 'stable/brahmaputra'
-# gs-pathname: '/brahmaputra'
-
-- job-template:
- name: 'oscar-verify-{stream}'
-
- parameters:
- - project-parameter:
- project: '{project}'
- - gerrit-parameter:
- branch: '{branch}'
- - 'opnfv-build-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!"