Merge "CI: publish AArch64 Debian/source images"
This commit is contained in:
commit
2df2273bbe
@ -11,9 +11,11 @@
|
|||||||
periodic:
|
periodic:
|
||||||
jobs:
|
jobs:
|
||||||
- kolla-publish-debian-source
|
- kolla-publish-debian-source
|
||||||
|
- kolla-publish-debian-source-aarch64
|
||||||
release:
|
release:
|
||||||
jobs:
|
jobs:
|
||||||
- kolla-publish-debian-source
|
- kolla-publish-debian-source
|
||||||
|
- kolla-publish-debian-source-aarch64
|
||||||
- kolla-publish-debian-binary
|
- kolla-publish-debian-binary
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
@ -63,3 +65,8 @@
|
|||||||
publisher: true
|
publisher: true
|
||||||
secrets:
|
secrets:
|
||||||
- kolla_dockerhub_creds
|
- kolla_dockerhub_creds
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: kolla-publish-debian-source-aarch64
|
||||||
|
parent: kolla-publish-debian-source
|
||||||
|
nodeset: kolla-debian-buster-aarch64
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
debug = true
|
debug = true
|
||||||
{% if publisher %}
|
{% if publisher %}
|
||||||
namespace = kolla
|
namespace = kolla
|
||||||
tag = {{ (zuul.tag if zuul.pipeline == "release" else zuul.branch | basename) }}
|
{% set tag_suffix = '-aarch64' if ansible_architecture == 'aarch64' else '' %}
|
||||||
|
tag = {{ (zuul.tag if zuul.pipeline == "release" else zuul.branch | basename) ~ tag_suffix }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
push = false
|
push = false
|
||||||
logs_dir = {{ kolla_build_logs_dir }}
|
logs_dir = {{ kolla_build_logs_dir }}
|
||||||
|
Loading…
Reference in New Issue
Block a user