Unverified Commit 26231ba3 authored by norvell's avatar norvell
Browse files

Change BINAURAL_ROOM_IR to BINAURAL_ROOM_REVERB in overview plots

parent 45156f04
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2566,10 +2566,10 @@ ivas-long-term-job-logs-overview:
    # Create overview pages from logs
    - python3 ci/process_long_term_logs.py logs long_term_mld_enc.html --measure MLD --job-include enc
    - python3 ci/process_long_term_logs.py logs long_term_mld_dec.html --measure MLD --job-include dec
    - python3 ci/process_long_term_logs.py logs long_term_mld_dec_reject_JBM_BINAURAL_ROOM_IR.html --measure MLD --job-include dec --reject JBM BINAURAL_ROOM_IR
    - python3 ci/process_long_term_logs.py logs long_term_mld_dec_reject_JBM_BINAURAL_ROOM_REVERB.html --measure MLD --job-include dec --reject JBM BINAURAL_ROOM_REVERB
    - python3 ci/process_long_term_logs.py logs long_term_max_abs_diff_enc.html --measure MAX_ABS_DIFF --job-include enc
    - python3 ci/process_long_term_logs.py logs long_term_max_abs_diff_dec.html --measure MAX_ABS_DIFF --job-include dec
    - python3 ci/process_long_term_logs.py logs long_term_max_abs_diff_dec_reject_JBM_BINAURAL_ROOM_IR.html --measure MAX_ABS_DIFF --job-include dec --reject JBM BINAURAL_ROOM_IR
    - python3 ci/process_long_term_logs.py logs long_term_max_abs_diff_dec_reject_JBM_BINAURAL_ROOM_REVERB.html --measure MAX_ABS_DIFF --job-include dec --reject JBM BINAURAL_ROOM_REVERB
    - python3 scripts/detect_regressions.py logs detect_regressions.html --csv detect_regressions.csv --days 30

  artifacts:
@@ -2579,10 +2579,10 @@ ivas-long-term-job-logs-overview:
    paths:
      - long_term_mld_enc.html
      - long_term_mld_dec.html
      - long_term_mld_dec_reject_JBM_BINAURAL_ROOM_IR.html
      - long_term_mld_dec_reject_JBM_BINAURAL_ROOM_REVERB.html
      - long_term_max_abs_diff_enc.html
      - long_term_max_abs_diff_dec.html
      - long_term_max_abs_diff_dec_reject_JBM_BINAURAL_ROOM_IR.html
      - long_term_max_abs_diff_dec_reject_JBM_BINAURAL_ROOM_REVERB.html
      - detect_regressions.html
      - detect_regressions.csv
    expose_as: "ivas long term job logs overview"