From afff1f88a918215eeb9060c4f43c5a332c8eb32c Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Wed, 16 May 2018 16:23:56 -0700 Subject: 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 --- jjb/dpacc/dpacc.yaml | 8 ++++++++ jjb/dpacc/dpacc.yml | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 jjb/dpacc/dpacc.yaml delete mode 100644 jjb/dpacc/dpacc.yml (limited to 'jjb/dpacc') diff --git a/jjb/dpacc/dpacc.yaml b/jjb/dpacc/dpacc.yaml new file mode 100644 index 000000000..a9a091413 --- /dev/null +++ b/jjb/dpacc/dpacc.yaml @@ -0,0 +1,8 @@ +--- +- project: + name: dpacc + + project: '{name}' + + jobs: + - '{project}-verify-basic' diff --git a/jjb/dpacc/dpacc.yml b/jjb/dpacc/dpacc.yml deleted file mode 100644 index a9a091413..000000000 --- a/jjb/dpacc/dpacc.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -- project: - name: dpacc - - project: '{name}' - - jobs: - - '{project}-verify-basic' -- cgit 1.2.3-korg