Loading includes/job-templates.yml +9 −8 Original line number Diff line number Diff line Loading @@ -5,10 +5,18 @@ .job-linux: tags: - ivas-linux before_script: - | if [[ "$IVAS_CODEC_CI_REF" == "" ]]; then echo "Error: IVAS_CODEC_CI_REF not set" && exit 1; fi - git clone "$CI_SERVER_URL"/ivas-codec-pc/ivas-codec-ci.git --depth 1 --branch "$IVAS_CODEC_CI_REF" .job-windows: tags: - ivas-windows before_script: - | if (-not $env:IVAS_CODEC_CI_REF) { echo "Error: IVAS_CODEC_CI_REF not set" ; exit 1 } - git clone $env:CI_SERVER_URL/ivas-codec-pc/ivas-codec-ci.git --depth 1 --branch $env:IVAS_CODEC_CI_REF .build-job-linux: stage: build Loading @@ -16,10 +24,6 @@ - .job-linux timeout: "4 minutes" needs: [] before_script: - | if [[ "$IVAS_CODEC_CI_REF" == "" ]]; then echo "Error: IVAS_CODEC_CI_REF not set" && exit 1; fi - git clone "$CI_SERVER_URL"/ivas-codec-pc/ivas-codec-ci.git --depth 1 --branch "$IVAS_CODEC_CI_REF" .build-job-windows: stage: build Loading @@ -27,10 +31,6 @@ - .job-windows needs: [] timeout: "4 minutes" before_script: - | if (-not $env:IVAS_CODEC_CI_REF) { echo "Error: IVAS_CODEC_CI_REF not set" ; exit 1 } - git clone $env:CI_SERVER_URL/ivas-codec-pc/ivas-codec-ci.git --depth 1 --branch $env:IVAS_CODEC_CI_REF # nothing to see here, basically an alias .test-job-linux: Loading @@ -42,6 +42,7 @@ extends: - .test-job-linux before_script: - !reference [.test-job-linux, before_script] - if [ ! -d "$TESTV_DIR" ]; then mkdir -p $TESTV_DIR; fi - python3 scripts/prepare_combined_format_inputs.py - cp -r scripts/testv/* $TESTV_DIR/ Loading Loading
includes/job-templates.yml +9 −8 Original line number Diff line number Diff line Loading @@ -5,10 +5,18 @@ .job-linux: tags: - ivas-linux before_script: - | if [[ "$IVAS_CODEC_CI_REF" == "" ]]; then echo "Error: IVAS_CODEC_CI_REF not set" && exit 1; fi - git clone "$CI_SERVER_URL"/ivas-codec-pc/ivas-codec-ci.git --depth 1 --branch "$IVAS_CODEC_CI_REF" .job-windows: tags: - ivas-windows before_script: - | if (-not $env:IVAS_CODEC_CI_REF) { echo "Error: IVAS_CODEC_CI_REF not set" ; exit 1 } - git clone $env:CI_SERVER_URL/ivas-codec-pc/ivas-codec-ci.git --depth 1 --branch $env:IVAS_CODEC_CI_REF .build-job-linux: stage: build Loading @@ -16,10 +24,6 @@ - .job-linux timeout: "4 minutes" needs: [] before_script: - | if [[ "$IVAS_CODEC_CI_REF" == "" ]]; then echo "Error: IVAS_CODEC_CI_REF not set" && exit 1; fi - git clone "$CI_SERVER_URL"/ivas-codec-pc/ivas-codec-ci.git --depth 1 --branch "$IVAS_CODEC_CI_REF" .build-job-windows: stage: build Loading @@ -27,10 +31,6 @@ - .job-windows needs: [] timeout: "4 minutes" before_script: - | if (-not $env:IVAS_CODEC_CI_REF) { echo "Error: IVAS_CODEC_CI_REF not set" ; exit 1 } - git clone $env:CI_SERVER_URL/ivas-codec-pc/ivas-codec-ci.git --depth 1 --branch $env:IVAS_CODEC_CI_REF # nothing to see here, basically an alias .test-job-linux: Loading @@ -42,6 +42,7 @@ extends: - .test-job-linux before_script: - !reference [.test-job-linux, before_script] - if [ ! -d "$TESTV_DIR" ]; then mkdir -p $TESTV_DIR; fi - python3 scripts/prepare_combined_format_inputs.py - cp -r scripts/testv/* $TESTV_DIR/ Loading