Skip to content

Commit 31176fb

Browse files
committed
config: enable osbuild_experimental for testing/testing-devel
F42 GA is GO for next Tuesday so we'll go ahead and enable more artifacts for OSBuild building for those streams.
1 parent 8cf2e4a commit 31176fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ streams:
33
type: production
44
testing:
55
type: production
6+
osbuild_experimental: true
67
next:
78
type: production
89
osbuild_experimental: true
910
testing-devel:
1011
type: development
1112
default: true
13+
osbuild_experimental: true
1214
next-devel: # do not touch; line managed by `next-devel/manage.py`
1315
type: development # do not touch; line managed by `next-devel/manage.py`
1416
osbuild_experimental: true

0 commit comments

Comments
 (0)