Skip to content

Commit 2d19d48

Browse files
authored
Re-enable loopback video on d2g workers (bug 1996745) (mozilla-releng#607)
In mozilla-releng#605 I mistakenly disabled loopback video and enabled loopback audio instead of the other way around.
1 parent 9757dbd commit 2d19d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

worker-pools.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ worker-defaults:
149149
allowHostSharedMemory: false
150150
allowInteractive: true
151151
allowKVM: false
152-
allowLoopbackAudio: true
153-
allowLoopbackVideo: false
152+
allowLoopbackAudio: false
153+
allowLoopbackVideo: true
154154
allowPrivileged: false
155155
generic-worker/linux-d2g-trusted:
156156
genericWorker:

0 commit comments

Comments
 (0)