From f605074924874eff9b2e13f3f181a90321d6f252 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 10 May 2024 09:47:42 -0400 Subject: [PATCH] config: drop application of COSA_USE_OSBUILD environment var The default in COSA is now to use OSBuild [1] so we don't need to set these any longer. [1] https://github.com/coreos/coreos-assembler/pull/3800 --- config.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/config.yaml b/config.yaml index fa2638a9..d4a1ab41 100644 --- a/config.yaml +++ b/config.yaml @@ -3,25 +3,15 @@ streams: type: production testing: type: production - env: - COSA_USE_OSBUILD: true next: type: production - env: - COSA_USE_OSBUILD: true 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: - COSA_USE_OSBUILD: true rawhide: type: mechanical - env: - COSA_USE_OSBUILD: true #branched: # type: mechanical # env: