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

try someting to fix the CI lint error

parent 470b20fe
Loading
Loading
Loading
Loading
Loading
+5 −14
Original line number Diff line number Diff line
@@ -392,15 +392,6 @@ workflow:
      junit:
        - report-junit.xml

.check-up-to-date-in-comparison-jobs: &check-up-to-date-in-comparison-jobs
    - |
      commits_behind_count="$(bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/get-commits-behind-count.sh)"
      if [ $commits_behind_count -ne 0 ]; then
        set +x
        echo -e "Your branch is $commits_behind_count commits behind the target branch, possibly main changed during your pipeline run. Checking bitexactness or testing for regressions now can result in meaningless results. Run\n\t git pull origin $CI_MERGE_REQUEST_TARGET_BRANCH_NAME\nto update."
        exit 1
      fi

.check-be-job:
  extends:
    - .test-job-linux
@@ -2505,8 +2496,8 @@ backup-long-term-job-logs:
# Complexity measurement jobs
# ---------------------------------------------------------------

.complexity-measurements-setup:
  &complexity-measurements-setup # create necessary environment
# create necessary environment
.complexity-measurements-setup: &complexity-measurements-setup
  ### 1. part: mainly same as in float repo - this is boilerplate code to make the gitlab pages presentation work
  - mkdir -p wmops/logs

@@ -2553,8 +2544,8 @@ backup-long-term-job-logs:
  -   if [ -f latest_WMOPS.csv ]; then GET_WMOPS_ARGS="$GET_WMOPS_ARGS latest_WMOPS.csv"; fi
  - fi

.complexity-measurements-prepare-artifacts:
  &complexity-measurements-prepare-artifacts # prepare artifacts -> move to public directory
# prepare artifacts -> move to public directory
.complexity-measurements-prepare-artifacts: &complexity-measurements-prepare-artifacts
  - public_dir="$CI_JOB_NAME-public"
  - mkdir $public_dir
  - mv -f wmops/log_*_all*.txt ./*.js ${public_dir}/