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

fix archiving of complexity tables

parent 5b4400d4
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -708,7 +708,7 @@ complexity-stereo-dec:
    - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == "complexity"
  variables:
    MAKE_OPTIONS: "WMOPS=1"
    COMPLEXITY_TABLES: "complexity_stereo.csv"
    COMPLEXITY_TABLES_BASENAME: "complexity_stereo"
    CHECK: "COMPLEXITY"
  script:
    - *print-common-info
@@ -720,12 +720,12 @@ complexity-stereo-dec:
    - cp IVAS_cod_ref $CHECK/IVAS_cod
    - cp IVAS_dec $CHECK/IVAS_dec

    - python3 scripts/IvasBuildAndRunChecks.py -p scripts/config/ci_linux_ltv.json -m stereo_b48_fb_cbr --oc stereo --create_complexity_tables $COMPLEXITY_TABLES --checks $CHECK
    - python3 scripts/IvasBuildAndRunChecks.py -p scripts/config/ci_linux_ltv.json -m stereo_b48_fb_cbr --oc stereo --create_complexity_tables $COMPLEXITY_TABLES_BASENAME --checks $CHECK
    - ls
  artifacts:
    when: always
    paths:
    - $COMPLEXITY_TABLES
    - "${COMPLEXITY_TABLES_BASENAME}*"


# job that sets up gitlab pages website