From eefb922b660fc02c16bb0289af53d7339f95dd88 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 25 Jan 2017 23:30:06 +0100 Subject: Add new ci jobs using multijob and control slave. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4cbfe33ec05b4de1558834a902fe7b55bea4c31e Signed-off-by: Jan-Simon Möller --- jjb/test-lava/test-lava.yaml | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) (limited to 'jjb/test-lava/test-lava.yaml') diff --git a/jjb/test-lava/test-lava.yaml b/jjb/test-lava/test-lava.yaml index c83d5ff7..e30a8962 100644 --- a/jjb/test-lava/test-lava.yaml +++ b/jjb/test-lava/test-lava.yaml @@ -12,7 +12,7 @@ parameters: - string: name: GERRIT_PROJECT - default: AGL/AGL-repo + default: AGL/meta-agl description: "Project to build" - string: name: GERRIT_BRANCH @@ -22,6 +22,14 @@ name: GERRIT_REFSPEC default: refs/heads/master description: "refspec to build" + - string: + name: GERRIT_CHANGE_NUMBER + default: "8313" + description: "refspec to build" + - string: + name: GERRIT_PATCHSET_NUMBER + default: "2" + description: "refspec to build" axes: - axis: type: user-defined @@ -36,7 +44,7 @@ build-discarder: days-to-keep: 30 - num-to-keep: 40 + num-to-keep: 2 artifact-days-to-keep: -1 artifact-num-to-keep: 5 @@ -53,9 +61,21 @@ credential-id: agl_main_lava_instance username: AGLLAVAUSER password: AGLLAVATOKEN + - openstack: + single-use: False builders: - shell: !include-raw-escape: - - ../common/include-agl-run-test-snapshot.sh + - ../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 -- cgit 1.2.3-korg