Commit 3702d9f6 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

Merge branch 'split_rendering_masa_and_mc_fixes' into 'main'

[split-non-BE][non-BE] Fix for #627 Split Rendering outstanding tasks

See merge request !865
parents c2d78611 d1edf7a4
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -587,7 +587,7 @@ split-rendering-pytest-on-merge-request:
    - .rules-merge-request
  needs: ["build-codec-linux-make"]
  # TODO: set reasonable timeout, will most likely take less
  timeout: "20 minutes"
  timeout: "30 minutes"
  stage: compare
  script:
    - *print-common-info
+0 −11
Original line number Diff line number Diff line
[SPLITREND]
BITRATE = 512000;
DOF = 2;
HQMODE = 0;
CODEC = LCLD;

[GENERAL]
RENDERER = CREND;

[ROOMACOUSTICS]
REVERB = FALSE;
+0 −11
Original line number Diff line number Diff line
[SPLITREND]
BITRATE = 768000;
DOF = 1;
HQMODE = 0;
CODEC = LCLD;

[GENERAL]
RENDERER = CREND;

[ROOMACOUSTICS]
REVERB = FALSE;
+0 −11
Original line number Diff line number Diff line
[SPLITREND]
BITRATE = 512000;
DOF = 2;
HQMODE = 0;
CODEC = LCLD;

[GENERAL]
RENDERER = FASTCONV;

[ROOMACOUSTICS]
REVERB = FALSE;
+0 −11
Original line number Diff line number Diff line
[SPLITREND]
BITRATE = 768000;
DOF = 1;
HQMODE = 0;
CODEC = LCLD;

[GENERAL]
RENDERER = FASTCONV;

[ROOMACOUSTICS]
REVERB = FALSE;
Loading