aboutsummaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJessica Gonzalez <jwagantall@linuxfoundation.org>2017-03-17 20:56:24 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-03-17 20:56:24 +0000
commit31c3911e9578a2d93eab3ff49b557d823995cb81 (patch)
treeb01a5ec426c29b66549e3e8e5b0577d5dde70be9 /jjb
parent5857d24f43095c35bd3d1c3550be2ad36f8e9ca2 (diff)
parent49d67d8c534b67c30acb773bad91f7470c1a4e04 (diff)
Merge "jjb: fix yamllint issues"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/test-lava/test-lava.yaml36
1 files changed, 18 insertions, 18 deletions
diff --git a/jjb/test-lava/test-lava.yaml b/jjb/test-lava/test-lava.yaml
index e30a8962..4f0a20c0 100644
--- a/jjb/test-lava/test-lava.yaml
+++ b/jjb/test-lava/test-lava.yaml
@@ -1,7 +1,8 @@
+---
- project:
name: test-lava
jobs:
- - test-lava
+ - test-lava
- job-template:
name: 'test-lava'
@@ -48,10 +49,10 @@
artifact-days-to-keep: -1
artifact-num-to-keep: 5
-# triggers:
-# - gerrit-trigger-patch-submitted-silent:
-# name: 'AGL/AGL-repo'
-# branch: 'refs/tags/chinook/**'
+ # triggers:
+ # - gerrit-trigger-patch-submitted-silent:
+ # name: 'AGL/AGL-repo'
+ # branch: 'refs/tags/chinook/**'
wrappers:
- agl-infra-wrappers:
@@ -66,16 +67,15 @@
builders:
- shell:
- !include-raw-escape:
- - ../common/include-agl-header.sh
- - ../common/include-agl-repo.sh
- - ../common/include-agl-select.sh
- - ../common/include-agl-source-aglsetup.sh
- - ../common/include-agl-auto-conf.sh
- - ../common/include-agl-limit-parallelism.sh
- - ../common/include-agl-cat-auto-conf.sh
- - ../common/include-agl-bitbake-image.sh
- - ../common/include-agl-run-test-prepare.sh
- - ../common/include-agl-run-test-rsync-changeid.sh
- - ../common/include-agl-run-test-short.sh
-
+ !include-raw-escape:
+ - ../common/include-agl-header.sh
+ - ../common/include-agl-repo.sh
+ - ../common/include-agl-select.sh
+ - ../common/include-agl-source-aglsetup.sh
+ - ../common/include-agl-auto-conf.sh
+ - ../common/include-agl-limit-parallelism.sh
+ - ../common/include-agl-cat-auto-conf.sh
+ - ../common/include-agl-bitbake-image.sh
+ - ../common/include-agl-run-test-prepare.sh
+ - ../common/include-agl-run-test-rsync-changeid.sh
+ - ../common/include-agl-run-test-short.sh