summaryrefslogtreecommitdiffstats
path: root/jjb/releng/functest-docker.yml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/releng/functest-docker.yml')
-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