From 29272b3c61d7c8484d57215bb3b8816b9591b0d9 Mon Sep 17 00:00:00 2001 From: Ximin han Date: Tue, 14 Jan 2025 18:43:12 +0800 Subject: [PATCH] disable canonical_builder_from_upstream --- group.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group.yml b/group.yml index ad59805e1..ce9b31bf8 100644 --- a/group.yml +++ b/group.yml @@ -526,7 +526,7 @@ check_golang_versions: exact # canonical_builders_from_upstream can be overridden by every single image # If set to False, it will use the default art config # If set to True, it will honor the image's config -canonical_builders_from_upstream: True +canonical_builders_from_upstream: False # To decide whether to build and use signed RPMs, and to decide if a strict bug validation flow is necessary. # Possible values are defined here: https://github.com/openshift-eng/art-tools/blob/main/artcommon/artcommonlib/release_util.py#L55-L59