Loading .gitlab-ci.yml +8 −11 Original line number Diff line number Diff line Loading @@ -243,8 +243,8 @@ stages: .test-job-linux-needs-testv-dir: extends: .test-job-linux before_script: - python3 scripts/prepare_combined_format_inputs.py - if [ ! -d "$TESTV_DIR" ]; then mkdir -p $TESTV_DIR; fi - python3 scripts/prepare_combined_format_inputs.py - cp -r scripts/testv/* $TESTV_DIR/ # --------------------------------------------------------------- Loading Loading @@ -441,7 +441,7 @@ codec-smoke-test: # code selftest testvectors with memory-sanitizer binaries codec-msan: extends: - .test-job-linux - .test-job-linux-needs-testv-dir - .rules-merge-request stage: test needs: ["build-codec-sanitizers-linux"] Loading @@ -464,7 +464,7 @@ codec-msan: # code selftest testvectors with address-sanitizer binaries codec-asan: extends: - .test-job-linux - .test-job-linux-needs-testv-dir - .rules-merge-request stage: test needs: ["build-codec-sanitizers-linux"] Loading @@ -487,7 +487,7 @@ codec-asan: # code selftest testvectors with address-sanitizer binaries codec-usan: extends: - .test-job-linux - .test-job-linux-needs-testv-dir - .rules-merge-request stage: test needs: ["build-codec-sanitizers-linux"] Loading Loading @@ -608,7 +608,7 @@ renderer-usan: # compare renderer bitexactness between target and source branch renderer-pytest-on-merge-request: extends: - .test-job-linux - .test-job-linux-needs-testv-dir - .rules-merge-request needs: ["build-codec-linux-make"] # TODO: set reasonable timeout, will most likely take less Loading Loading @@ -683,7 +683,7 @@ split-rendering-smoke-test: # compare split-rendering bitexactness between target and source branch split-rendering-pytest-on-merge-request: extends: - .test-job-linux - .test-job-linux-needs-testv-dir - .rules-merge-request needs: ["build-codec-linux-make"] # TODO: set reasonable timeout, will most likely take less Loading Loading @@ -756,7 +756,7 @@ split-rendering-pytest-on-merge-request: # compare bit exactness between target and source branch ivas-pytest-on-merge-request: extends: - .test-job-linux - .test-job-linux-needs-testv-dir - .rules-merge-request stage: compare needs: ["build-codec-linux-cmake", "codec-smoke-test"] Loading Loading @@ -813,7 +813,7 @@ ivas-pytest-on-merge-request: # Check interop IVAS_cod_test -> IVAS_dec_ref ivas-interop-on-merge-request: extends: - .test-job-linux - .test-job-linux-needs-testv-dir - .rules-merge-request stage: test needs: ["build-codec-linux-cmake"] Loading @@ -835,9 +835,6 @@ ivas-interop-on-merge-request: # create short test vectors - python3 tests/create_short_testvectors.py # create combined format input files - python3 scripts/prepare_combined_format_inputs.py # Run reference creation, using source branch encoder and main decoder (see .merge-request-comparison-setup-codec) - exit_code=0 - exit_code2=0 Loading Loading
.gitlab-ci.yml +8 −11 Original line number Diff line number Diff line Loading @@ -243,8 +243,8 @@ stages: .test-job-linux-needs-testv-dir: extends: .test-job-linux before_script: - python3 scripts/prepare_combined_format_inputs.py - if [ ! -d "$TESTV_DIR" ]; then mkdir -p $TESTV_DIR; fi - python3 scripts/prepare_combined_format_inputs.py - cp -r scripts/testv/* $TESTV_DIR/ # --------------------------------------------------------------- Loading Loading @@ -441,7 +441,7 @@ codec-smoke-test: # code selftest testvectors with memory-sanitizer binaries codec-msan: extends: - .test-job-linux - .test-job-linux-needs-testv-dir - .rules-merge-request stage: test needs: ["build-codec-sanitizers-linux"] Loading @@ -464,7 +464,7 @@ codec-msan: # code selftest testvectors with address-sanitizer binaries codec-asan: extends: - .test-job-linux - .test-job-linux-needs-testv-dir - .rules-merge-request stage: test needs: ["build-codec-sanitizers-linux"] Loading @@ -487,7 +487,7 @@ codec-asan: # code selftest testvectors with address-sanitizer binaries codec-usan: extends: - .test-job-linux - .test-job-linux-needs-testv-dir - .rules-merge-request stage: test needs: ["build-codec-sanitizers-linux"] Loading Loading @@ -608,7 +608,7 @@ renderer-usan: # compare renderer bitexactness between target and source branch renderer-pytest-on-merge-request: extends: - .test-job-linux - .test-job-linux-needs-testv-dir - .rules-merge-request needs: ["build-codec-linux-make"] # TODO: set reasonable timeout, will most likely take less Loading Loading @@ -683,7 +683,7 @@ split-rendering-smoke-test: # compare split-rendering bitexactness between target and source branch split-rendering-pytest-on-merge-request: extends: - .test-job-linux - .test-job-linux-needs-testv-dir - .rules-merge-request needs: ["build-codec-linux-make"] # TODO: set reasonable timeout, will most likely take less Loading Loading @@ -756,7 +756,7 @@ split-rendering-pytest-on-merge-request: # compare bit exactness between target and source branch ivas-pytest-on-merge-request: extends: - .test-job-linux - .test-job-linux-needs-testv-dir - .rules-merge-request stage: compare needs: ["build-codec-linux-cmake", "codec-smoke-test"] Loading Loading @@ -813,7 +813,7 @@ ivas-pytest-on-merge-request: # Check interop IVAS_cod_test -> IVAS_dec_ref ivas-interop-on-merge-request: extends: - .test-job-linux - .test-job-linux-needs-testv-dir - .rules-merge-request stage: test needs: ["build-codec-linux-cmake"] Loading @@ -835,9 +835,6 @@ ivas-interop-on-merge-request: # create short test vectors - python3 tests/create_short_testvectors.py # create combined format input files - python3 scripts/prepare_combined_format_inputs.py # Run reference creation, using source branch encoder and main decoder (see .merge-request-comparison-setup-codec) - exit_code=0 - exit_code2=0 Loading