diff options
author | Tim Rozet <trozet@redhat.com> | 2018-08-09 20:49:39 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-08-09 20:59:01 -0400 |
commit | be7daca688f483a05f32ad8acf49bfe65b76a976 (patch) | |
tree | ae24e52581c10157f57c56eb7d41cb14235095d3 /jjb/apex | |
parent | 37a38451ebf17ae617037844ed0f6b7eeab5985e (diff) |
Apex: Fix missing fetch job
Change-Id: I4a14a7c6bc474b17b3bb04603187c18d0c8c1cf2
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex')
-rw-r--r-- | jjb/apex/apex.yaml | 3 | ||||
-rw-r--r-- | 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: |