Skip to content

Commit 1ec3aec

Browse files
Merge pull request #8185 from vfreex/4.20-disable-canonical_builders_from_upstream
Set canonical_builders_from_upstream to false for 4.20
2 parents 5468d40 + 2205357 commit 1ec3aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

group.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ check_golang_versions: "x.y"
758758
# canonical_builders_from_upstream can be overridden by every single image
759759
# If set to False, it will use the default art config
760760
# If set to True, it will honor the image's config
761-
canonical_builders_from_upstream: True
761+
canonical_builders_from_upstream: false
762762

763763
# This is a toggle to allow streams prs to not yet be opened. This can be useful when golang
764764
# builders are not yet set up correctly for the release at branch cut time, and we want to limit

0 commit comments

Comments
 (0)