From a12fc4ac05e0fc54d6596f9683d5940a7a17dbdf Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Wed, 19 Jul 2017 15:35:37 -0400 Subject: [PATCH] Apex: fix missing job for testsuite Change-Id: Ica77eb12fccfbb45479bbd75bbd8d3154f16a17b Signed-off-by: Tim Rozet --- jjb/apex/apex.yml | 1 + jjb/apex/apex.yml.j2 | 1 + 2 files changed, 2 insertions(+) diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 8ef498dbc..2b69d59c2 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -14,6 +14,7 @@ - 'apex-fdio-promote-daily-{stream}' - 'apex-verify-iso-{stream}' - 'apex-{scenario}-baremetal-{scenario_stream}' + - 'apex-testsuite-{scenario}-baremetal-{scenario_stream}' - 'apex-upload-snapshot' - 'apex-create-snapshot' # stream: branch with - in place of / (eg. stable-arno) diff --git a/jjb/apex/apex.yml.j2 b/jjb/apex/apex.yml.j2 index 316fe243a..06cc2ca2e 100644 --- a/jjb/apex/apex.yml.j2 +++ b/jjb/apex/apex.yml.j2 @@ -14,6 +14,7 @@ - 'apex-fdio-promote-daily-{stream}' - 'apex-verify-iso-{stream}' - 'apex-{scenario}-baremetal-{scenario_stream}' + - 'apex-testsuite-{scenario}-baremetal-{scenario_stream}' - 'apex-upload-snapshot' - 'apex-create-snapshot' # stream: branch with - in place of / (eg. stable-arno) -- 2.16.6