From be7daca688f483a05f32ad8acf49bfe65b76a976 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Thu, 9 Aug 2018 20:49:39 -0400 Subject: Apex: Fix missing fetch job Change-Id: I4a14a7c6bc474b17b3bb04603187c18d0c8c1cf2 Signed-off-by: Tim Rozet --- jjb/apex/apex.yaml | 3 ++- jjb/apex/apex.yaml.j2 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/jjb/apex/apex.yaml b/jjb/apex/apex.yaml index 8b48fb4cf..89338d822 100644 --- a/jjb/apex/apex.yaml +++ b/jjb/apex/apex.yaml @@ -14,6 +14,7 @@ - 'apex-testsuite-{scenario}-baremetal-{scenario_stream}' - 'apex-upload-snapshot' - 'apex-create-snapshot' + - 'apex-fetch-snap-info' - 'apex-flex-daily-os-nosdn-nofeature-ha-{stream}' - 'apex-dovetail-daily-os-nosdn-nofeature-ha-baremetal-danube' # stream: branch with - in place of / (eg. stable-arno) @@ -769,7 +770,7 @@ builders: - shell: - !include-raw: ./apex-fetch-snap-info.sh + !include-raw-escape: ./apex-fetch-snap-info.sh # snapshot create - job-template: diff --git a/jjb/apex/apex.yaml.j2 b/jjb/apex/apex.yaml.j2 index 10ad5fbba..865dc69eb 100644 --- a/jjb/apex/apex.yaml.j2 +++ b/jjb/apex/apex.yaml.j2 @@ -14,6 +14,7 @@ - 'apex-testsuite-{scenario}-baremetal-{scenario_stream}' - 'apex-upload-snapshot' - 'apex-create-snapshot' + - 'apex-fetch-snap-info' - 'apex-flex-daily-os-nosdn-nofeature-ha-{stream}' - 'apex-dovetail-daily-os-nosdn-nofeature-ha-baremetal-danube' # stream: branch with - in place of / (eg. stable-arno) @@ -657,7 +658,7 @@ builders: - shell: - !include-raw: ./apex-fetch-snap-info.sh + !include-raw-escape: ./apex-fetch-snap-info.sh # snapshot create - job-template: -- cgit 1.2.3-korg