summaryrefslogtreecommitdiffstats
path: root/jjb/global/basic-jobs.yml
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2018-05-16 16:23:56 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2018-05-16 16:28:04 -0700
commitafff1f88a918215eeb9060c4f43c5a332c8eb32c (patch)
tree7767640d2b3c9dbb469b912856b221c1784c9db8 /jjb/global/basic-jobs.yml
parent7bf9e576ff0fffdac04b5892e0e41b63c0735d4e (diff)
Rename files under jjb from 'yml' to 'yaml'
global-jjb only supports the .yaml file ending for jjb jobs. Instead of waiting for a release we're going to rename the files. Change-Id: Icf3339eacd2320c583333e02250998cf6b1881f7 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb/global/basic-jobs.yml')
-rw-r--r--jjb/global/basic-jobs.yml46
1 files changed, 0 insertions, 46 deletions
diff --git a/jjb/global/basic-jobs.yml b/jjb/global/basic-jobs.yml
deleted file mode 100644
index a8b9cffbc..000000000
--- a/jjb/global/basic-jobs.yml
+++ /dev/null
@@ -1,46 +0,0 @@
----
-##
-# Basic Job Config
-#
-# This is used for project which don't have any jobs of substance
-# defined yet, but still need 'Verified+1'.
-##
-- job-group:
- name: '{project}-verify-basic'
-
- stream:
- - master:
- branch: '{stream}'
- gs-pathname: ''
- disabled: false
- - fraser:
- branch: 'stable/{stream}'
- gs-pathname: '/{stream}'
- disabled: false
-
- jobs:
- - '{project}-verify-{stream}'
-
-- job-template:
- name: '{project}-verify-{stream}'
-
- disabled: '{obj:disabled}'
-
- parameters:
- - project-parameter:
- project: '{project}'
- branch: '{branch}'
- - 'opnfv-build-defaults'
-
- scm:
- - git-scm-gerrit
-
- triggers:
- - gerrit-trigger-patchset-created:
- project: '{project}'
- branch: '{branch}'
- files: 'docs/**|.gitignore'
-
- builders:
- - shell: |
- echo "Nothing to verify!"