CI: Update to latest JJB version, fix code
The latest version of JJB is more restrictive, so several non-existent
jobs that were defined without error before needed to be removed from
all job definitions.
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: I8722fa5d6edfa778183ddb9bbee5c22db4c830d8
diff --git a/jjb/api-test.yaml b/jjb/api-test.yaml
index c0f8c81..a46502f 100644
--- a/jjb/api-test.yaml
+++ b/jjb/api-test.yaml
@@ -66,6 +66,6 @@
project-type: pipeline
concurrent: true
- dsl: !include-raw: pipeline/{pipeline-script}
+ dsl: !include-raw-verbatim: pipeline/{pipeline-script}
# [EOF]