From 086ae4cadaf910388dc6d5d8c7bc49442c08a568 Mon Sep 17 00:00:00 2001 From: Erik Norvell Date: Thu, 20 Mar 2025 09:03:35 +0100 Subject: [PATCH] Add MLD, SSNR and ODG to COMPARE_DMX jobs --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91fbd0569..bd43a0294 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -403,9 +403,9 @@ stages: - if [ "$ENCODER_TEST" = "true" ]; then comp_args="${comp_args} --enc_stats"; fi - if [ "$DELTA_ODG" = "true" ]; then comp_args="${comp_args} --odg_bin"; summary_args="${summary_args} DELTA_ODG"; REPORT_ARG="--delta_odg"; fi - # DMX comparison only in manual job with no other metrics + # DMX comparison only in manual job with MLD, SSNR and ODG - if [ "$COMPARE_DMX" = "true" ]; then - - comp_args="--compare_enc_dmx" + - comp_args="--compare_enc_dmx --mld --ssnr --odg" - fi - echo "$comp_args" -- GitLab