Skip to content

Commit eb9cfa3

Browse files
bbezakAlex-Welsh
authored andcommitted
CI: use opendevmirror for debian/ubuntu builds
Depends-On: https://review.opendev.org/c/opendev/system-config/+/956760 Change-Id: I136bb702b20e941611dd90830e81c9d358a2e355 Signed-off-by: Bartosz Bezak <[email protected]> (cherry picked from commit 6ec5207)
1 parent 6307ea2 commit eb9cfa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playbooks/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
vars:
3030
kolla_mirror_config:
3131
DEFAULT:
32-
base_image: "quay.io/openstack.kolla/{{ base_distro }}"
32+
base_image: "quay.io/opendevmirror/{{ base_distro }}"
3333
ansible.builtin.set_fact:
3434
kolla_build_config: "{{ kolla_build_config | combine(kolla_mirror_config, recursive=True) }}"
3535
when: base_distro in ['debian', 'ubuntu']

0 commit comments

Comments
 (0)