Loading main-basop.yml +4 −5 Original line number Diff line number Diff line Loading @@ -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/ Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading Loading
main-basop.yml +4 −5 Original line number Diff line number Diff line Loading @@ -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/ Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading