Skip to content

Commit 99772cd

Browse files
dustymabejlebon
authored andcommitted
config: set COSA_TESTISO_DEBUG on non-prod streams for now
We're trying to get more information on the root cause for coreos/fedora-coreos-tracker#1796 and maybe this will help us find a clue.
1 parent 98690ae commit 99772cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ streams:
88
testing-devel:
99
type: development
1010
default: true
11+
env:
12+
COSA_TESTISO_DEBUG: true
1113
next-devel: # do not touch; line managed by `next-devel/manage.py`
1214
type: development # do not touch; line managed by `next-devel/manage.py`
15+
env:
16+
COSA_TESTISO_DEBUG: true
1317
rawhide:
1418
type: mechanical
19+
env:
20+
COSA_TESTISO_DEBUG: true
1521
# branched:
1622
# type: mechanical
1723
# env:

0 commit comments

Comments
 (0)