Commit 3d06fbbe authored by Jan Kiene's avatar Jan Kiene
Browse files

move stage to template and remove needs

parent 51704a5d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
@@ -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
@@ -288,6 +287,7 @@ stages:
        - report-junit.xml

.sanitizer-selftest-ltv:
  stage: test
  extends:
    - .test-job-linux-needs-testv-dir
  artifacts: