Loading .gitlab-ci.yml +2 −4 Original line number Diff line number Diff line Loading @@ -639,8 +639,6 @@ workflow: - report-junit.xml .ivas-pytest-compare-to-input-anchor: &ivas-pytest-compare-to-input-anchor extends: - .job-linux stage: test needs: ["build-codec-linux-make"] timeout: "360 minutes" Loading Loading @@ -1200,8 +1198,8 @@ ivas-pytest-compare_to_ref-short-dec-lev+10: ### jobs that compare the output synthesis to the input files directly ivas-pytest-compare-to-input-short-dec: extends: - .rules-pytest-to-input-short - .test-job-linux - .rules-pytest-to-input-short before_script: - USE_LTV=0 - DUT_ENCODER_PATH=./$REF_ENCODER_PATH Loading @@ -1211,8 +1209,8 @@ ivas-pytest-compare-to-input-short-dec: ivas-pytest-compare-to-input-short-enc: extends: - .rules-pytest-to-input-short - .test-job-linux - .rules-pytest-to-input-short before_script: - USE_LTV=0 - DUT_DECODER_PATH=./$REF_DECODER_PATH Loading Loading
.gitlab-ci.yml +2 −4 Original line number Diff line number Diff line Loading @@ -639,8 +639,6 @@ workflow: - report-junit.xml .ivas-pytest-compare-to-input-anchor: &ivas-pytest-compare-to-input-anchor extends: - .job-linux stage: test needs: ["build-codec-linux-make"] timeout: "360 minutes" Loading Loading @@ -1200,8 +1198,8 @@ ivas-pytest-compare_to_ref-short-dec-lev+10: ### jobs that compare the output synthesis to the input files directly ivas-pytest-compare-to-input-short-dec: extends: - .rules-pytest-to-input-short - .test-job-linux - .rules-pytest-to-input-short before_script: - USE_LTV=0 - DUT_ENCODER_PATH=./$REF_ENCODER_PATH Loading @@ -1211,8 +1209,8 @@ ivas-pytest-compare-to-input-short-dec: ivas-pytest-compare-to-input-short-enc: extends: - .rules-pytest-to-input-short - .test-job-linux - .rules-pytest-to-input-short before_script: - USE_LTV=0 - DUT_DECODER_PATH=./$REF_DECODER_PATH Loading