From 27bc4818ac64691e10a8490ddaec07dca7d66640 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Tue, 23 Apr 2024 10:35:52 -0400 Subject: [PATCH] config: enable OSBuild for testing/testing-devel They are now on F40 and we can roll this out! xref: https://github.com/coreos/fedora-coreos-tracker/issues/1653 --- config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.yaml b/config.yaml index 4176700c..d3035fad 100644 --- a/config.yaml +++ b/config.yaml @@ -3,6 +3,8 @@ streams: type: production testing: type: production + env: + COSA_USE_OSBUILD: true next: type: production env: @@ -10,6 +12,8 @@ streams: testing-devel: type: development default: true + env: + COSA_USE_OSBUILD: true next-devel: # do not touch; line managed by `next-devel/manage.py` type: development # do not touch; line managed by `next-devel/manage.py` env: