File tree Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 23
23
name : kolla-build-centos9s-aarch64
24
24
parent : kolla-build-centos9s
25
25
nodeset : kolla-centos-9-stream
26
+ vars :
27
+ base_arch : aarch64
26
28
voting : false
27
29
28
30
- job :
Original file line number Diff line number Diff line change 70
70
name : kolla-build-rocky9-aarch64
71
71
parent : kolla-build-rocky9
72
72
nodeset : kolla-rockylinux-9
73
+ vars :
74
+ base_arch : aarch64
73
75
voting : false
74
76
75
77
- job :
Original file line number Diff line number Diff line change 70
70
name : kolla-build-ubuntu-aarch64
71
71
parent : kolla-build-ubuntu
72
72
nodeset : kolla-ubuntu-noble
73
+ vars :
74
+ base_arch : aarch64
73
75
voting : false
74
76
75
77
- job :
Original file line number Diff line number Diff line change 12
12
--work-dir {{ kolla_build_logs_dir }}/work_dir
13
13
14
14
- name : Run kolla-build
15
+ vars :
16
+ platform : " {{ '--platform linux/arm64' if base_arch == 'aarch64' and base_arch != ansible_facts.architecture }}"
15
17
ansible.builtin.command :
16
- cmd : " {{ kolla_build_venv_path }}/bin/kolla-build"
18
+ cmd : " {{ kolla_build_venv_path }}/bin/kolla-build {{ platform }} "
You can’t perform that action at this time.
0 commit comments