Skip to content

Commit 2b1345d

Browse files
committed
Fix apt config path
1 parent d737b56 commit 2b1345d

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -198,14 +198,6 @@ jobs:
198198
- name: Create build logs output directory
199199
run: mkdir image-build-logs
200200

201-
- name: Write apt config to file
202-
run: |
203-
cat > stackhpc-apt-preferences <<EOF
204-
Package: openvswitch-switch openvswitch-common openvswitch-common-dpdk python3-openvswitch
205-
Pin: version 3.3.*
206-
Pin-Priority: 1001
207-
EOF
208-
209201
- name: Build kolla overcloud images
210202
id: build_overcloud_images
211203
continue-on-error: true

etc/kayobe/kolla/kolla-build.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{# This tag should be updated when Ubuntu package repo snapshot versions are changed. #}
55
{% if kolla_base_distro == 'ubuntu' %}
66
base_tag = noble-20241118.1
7-
apt_preferences = /home/runner/_work/stackhpc-kayobe-config/stackhpc-kayobe-config/etc/kayobe/environments/ci-builder/builder-apt-preferences
7+
apt_preferences = /home/runner/_work/stackhpc-kayobe-config/stackhpc-kayobe-config/src/kayobe-config/etc/kayobe/environments/ci-builder/builder-apt-preferences
88
{# Similarly pinning to Rocky 9 minor version used in our repos #}
99
{% elif kolla_base_distro == 'rocky' %}
1010
base_tag = 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}

0 commit comments

Comments
 (0)