Commit f7625159 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix/cleanup some !reference calls

parent c5e0dd0f
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -381,8 +381,7 @@ workflow:
.test-job-linux-needs-testv-dir:
  extends: .test-job-linux
  before_script:
    - !reference [ .job-linux, before_script ]
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/update-scripts-repo.sh
    - !reference [ .test-job-linux, before_script ]
    - if [ ! -d "$TESTV_DIR" ]; then mkdir -p $TESTV_DIR; fi
    - cp -r scripts/testv/* $TESTV_DIR/

@@ -402,7 +401,7 @@ workflow:
    IMAGES_ARTIFACT_NAME: "images_$CI_JOB_NAME"
    IMAGES_ARTIFACT_SPLIT: "images_split_$CI_JOB_NAME"
  script:
    - !reference [ .job-linux, before_script ]
    - !reference [ .test-job-linux, before_script ]

    - set -euxo pipefail
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh
@@ -805,7 +804,7 @@ workflow:
  stage: test
  needs: ["build-codec-linux-make"]
  script:
    - !reference [ .job-linux, before_script ]
    - !reference [ .test-job-linux, before_script ]

    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/copy-ltv-files-to-testv-dir.sh
@@ -846,7 +845,7 @@ workflow:
    SUMMARY_HTML_ARTIFACT_NAME: "summary_$CI_JOB_NAME.html"
    IMAGES_ARTIFACT_NAME: "images_$CI_JOB_NAME"
  script:
    - !reference [ .job-linux, before_script ]
    - !reference [ .test-job-linux, before_script ]

    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh
    - if [ $USE_LTV -eq 1 ]; then