diff options
author | xudan <xudan16@huawei.com> | 2017-09-13 23:10:21 -0400 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2017-09-13 23:15:52 -0400 |
commit | a02a290eda99dd6650b03df350be87f5c60f887d (patch) | |
tree | 32cb23e75477705c3be24056c13bb07478fba488 /jjb/apex | |
parent | 89d4fdff5458510fcc74c52af13ee6f76cb79fb7 (diff) |
Bugfix: Add job-template to jobs
The last patch to add apex danube jobs on huawei-pod4 forget to add the
job-template to the jobs list.
Change-Id: I671faa2068bab517adc59ad8597e9c05330d528f
Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'jjb/apex')
-rw-r--r-- | jjb/apex/apex.yml | 1 | ||||
-rw-r--r-- | jjb/apex/apex.yml.j2 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 228423889..baad8d353 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -16,6 +16,7 @@ - 'apex-upload-snapshot' - 'apex-create-snapshot' - '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) # branch: branch (eg. stable/arno) stream: diff --git a/jjb/apex/apex.yml.j2 b/jjb/apex/apex.yml.j2 index 0ec81c064..df8cf92c0 100644 --- a/jjb/apex/apex.yml.j2 +++ b/jjb/apex/apex.yml.j2 @@ -16,6 +16,7 @@ - 'apex-upload-snapshot' - 'apex-create-snapshot' - '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) # branch: branch (eg. stable/arno) stream: |