Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading