summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Lausuch <jalausuch@suse.com>2018-01-12 12:39:56 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-01-12 12:39:56 +0000
commit42f9908705ce1699f2645015edc50c5c3d77ab4a (patch)
tree13782de2bcd545babde3856bd4676978ed4c000c
parente47b91acf5b085fcc87a8b962a36292726e3e516 (diff)
parent99b50b98dace59352df35211c5f812ebba3238e1 (diff)
Merge "Create vnf and restapi images-built job for arm"
-rw-r--r--jjb/releng/functest-docker.yml20
1 files changed, 8 insertions, 12 deletions
diff --git a/jjb/releng/functest-docker.yml b/jjb/releng/functest-docker.yml
index 92dd54eaf..cc8df6b7d 100644
--- a/jjb/releng/functest-docker.yml
+++ b/jjb/releng/functest-docker.yml
@@ -132,8 +132,12 @@
<<: *build-job-settings
- name: 'functest-vnf-docker-build-amd64-{stream}'
<<: *build-job-settings
+ - name: 'functest-vnf-docker-build-arm64-{stream}'
+ <<: *build-job-settings
- name: 'functest-restapi-docker-build-amd64-{stream}'
<<: *build-job-settings
+ - name: 'functest-restapi-docker-build-arm64-{stream}'
+ <<: *build-job-settings
- multijob:
name: 'publish all manifests'
condition: SUCCESSFUL
@@ -215,18 +219,10 @@
*)
tag="{stream}" ;;
esac
- case "{image}" in
- "vnf"|"restapi")
- sudo manifest-tool push from-args \
- --platforms linux/amd64 \
- --template opnfv/functest-{image}:ARCH-$tag \
- --target opnfv/functest-{image}:$tag ;;
- *)
- sudo manifest-tool push from-args \
- --platforms linux/amd64,linux/arm64 \
- --template opnfv/functest-{image}:ARCH-$tag \
- --target opnfv/functest-{image}:$tag ;;
- esac
+ sudo manifest-tool push from-args \
+ --platforms linux/amd64,linux/arm64 \
+ --template opnfv/functest-{image}:ARCH-$tag \
+ --target opnfv/functest-{image}:$tag ;;
exit $?
# parameter macro