Loading .gitlab-ci.yml +6 −2 Original line number Diff line number Diff line Loading @@ -30,6 +30,10 @@ stages: extends: .test-job tags: - ivas-linux # template for test jobs on linux that need the TESTV_DIR .test-job-linux-needs-testv-dir: extends: .test-job-linux before_script: - if [ ! -d "$TESTV_DIR" ]; then mkdir -p $TESTV_DIR; fi - cp -r scripts/testv/* $TESTV_DIR/ Loading Loading @@ -75,7 +79,7 @@ build-codec-sanitizers-linux: # test that runs all modes with 1s input signals codec-smoke-test: extends: .test-job-linux extends: .test-job-linux-needs-testv-dir rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' stage: test Loading Loading
.gitlab-ci.yml +6 −2 Original line number Diff line number Diff line Loading @@ -30,6 +30,10 @@ stages: extends: .test-job tags: - ivas-linux # template for test jobs on linux that need the TESTV_DIR .test-job-linux-needs-testv-dir: extends: .test-job-linux before_script: - if [ ! -d "$TESTV_DIR" ]; then mkdir -p $TESTV_DIR; fi - cp -r scripts/testv/* $TESTV_DIR/ Loading Loading @@ -75,7 +79,7 @@ build-codec-sanitizers-linux: # test that runs all modes with 1s input signals codec-smoke-test: extends: .test-job-linux extends: .test-job-linux-needs-testv-dir rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' stage: test Loading