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

Merge branch 'ci/add-codec-logs-for-complexity-jobs' into 'main'

[CI] add COMPLEXITY/logs folder to artifacts for complexity measurements

See merge request !1312
parents 6bb2c5bd 8cd0343d
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1741,6 +1741,8 @@ voip-be-on-merge-request:
    - *update-ltv-repo
    - *build-float-ref-and-dut-binaries
    - *complexity-measurements-setup
    # delete previous jobs logfiles if present (-f flag ensures return calue of 0 even in first run where this folder is not present)
    - rm -rf COMPLEXITY/logs
    - which coan
  artifacts:
    name: "$CI_JOB_NAME--$CI_COMMIT_REF_NAME--sha-$CI_COMMIT_SHA"
@@ -1748,6 +1750,7 @@ voip-be-on-merge-request:
    expire_in: 2 week
    paths:
      - $CI_JOB_NAME-public
      - COMPLEXITY/logs

complexity-stereo-in-stereo-out:
  extends: