From a7853de1744f01395b13db24d2e7358e844b1a98 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 12 Oct 2023 12:28:37 +0200 Subject: [PATCH] overlay coreos-base/common-oem-files: Add some arch info about OEM For now we don't have a single place where we could learn about which OEMs with a sysext image gets built for certain architecture. So add it for now to the coreos-base/common-oem-files package. Missing architecture info for an OEM that gets built only in a certain arch is not going to be fatal for the image changes job - we will just get a report for this OEM with messages about failures to download some files. --- .../common-oem-files/common-oem-files-0-r4.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/common-oem-files/common-oem-files-0-r4.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/common-oem-files/common-oem-files-0-r4.ebuild index 108c67b88d..16b385bac9 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/common-oem-files/common-oem-files-0-r4.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/common-oem-files/common-oem-files-0-r4.ebuild @@ -3,14 +3,20 @@ EAPI=8 +# One OEM ID per line, a comment at the end of the line to denote +# which arch this OEM is for (not necessary if OEM is built for all of +# them). The arches should be space separated. +# +# This is used by the ci-automation/image_changes.sh script to figure +# out the per-arch OEM IDs. OEMIDS=( ami azure - digitalocean + digitalocean # amd64 openstack packet qemu - vmware + vmware # amd64 ) DESCRIPTION='Common OEM files'