Commit 69c9a828 authored by Jan Kiene's avatar Jan Kiene
Browse files

adjust complexity job

parent 27c10f99
Loading
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -744,7 +744,6 @@ ivas-pytest-renderer:
  timeout: 3 hours 30 minutes
  stage: test
  variables:
    MAKE_OPTIONS: "WMOPS=1"
    ret_val: 0
  before_script:
    - *print-common-info
@@ -752,10 +751,6 @@ ivas-pytest-renderer:
    - *update-ltv-repo
    - *setup-codec
    - *complexity-measurements-setup
    # hack to not have script build the binaries
    - mkdir COMPLEXITY
    - cp IVAS_cod COMPLEXITY/IVAS_cod
    - cp IVAS_dec COMPLEXITY/IVAS_dec
  artifacts:
    name: "$CI_JOB_NAME--$CI_COMMIT_REF_NAME--sha-$CI_COMMIT_SHA"
    when: always
@@ -771,7 +766,7 @@ complexity-stereo-in-stereo-out:
  script:
    - in_format=stereo
    - out_format=stereo
    - bash ci/complexity_measurements/getWmops.sh "$in_format" "$out_format" || ret_val=$?
    - bash ci/complexity_measurements/getWmops.sh "$in_format" "$out_format" mem_only || ret_val=$?
    - *complexity-measurements-prepare-artifacts
    - exit $ret_val