Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -191,8 +191,6 @@ stages: # to be reused in MR and LTV-scheduled sanitizer test jobs # set CLANG_NUM, SELFTEST_SANITY_TIMEOUT and SELF_TEST_PRM_FILE in before_script section .sanitizer-selftest-anchor: &sanitizer-selftest-anchor stage: test needs: ["build-codec-sanitizers-linux"] script: - *print-common-info - *copy-ltv-files-to-testv-dir Loading Loading @@ -272,6 +270,7 @@ stages: - cp -r scripts/testv/* $TESTV_DIR/ .sanitizer-selftest-on-mr: stage: test extends: - .test-job-linux-needs-testv-dir - .rules-merge-request Loading @@ -288,6 +287,7 @@ stages: - report-junit.xml .sanitizer-selftest-ltv: stage: test extends: - .test-job-linux-needs-testv-dir artifacts: Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -191,8 +191,6 @@ stages: # to be reused in MR and LTV-scheduled sanitizer test jobs # set CLANG_NUM, SELFTEST_SANITY_TIMEOUT and SELF_TEST_PRM_FILE in before_script section .sanitizer-selftest-anchor: &sanitizer-selftest-anchor stage: test needs: ["build-codec-sanitizers-linux"] script: - *print-common-info - *copy-ltv-files-to-testv-dir Loading Loading @@ -272,6 +270,7 @@ stages: - cp -r scripts/testv/* $TESTV_DIR/ .sanitizer-selftest-on-mr: stage: test extends: - .test-job-linux-needs-testv-dir - .rules-merge-request Loading @@ -288,6 +287,7 @@ stages: - report-junit.xml .sanitizer-selftest-ltv: stage: test extends: - .test-job-linux-needs-testv-dir artifacts: Loading