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

temporarily get script from dev branch

parent 00a3d2cf
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -247,8 +247,9 @@ stages:
    - unzip artifacts.zip -d previous_artifacts
    # This wildcard thingy relies on only one csv file being present per job
    - file_previous="previous_artifacts/mld--ivas-pytest-mld-long-dec-$id_previous--sha-*.csv"
    - ls ci
    - python3 ci/basop-pages/create_report_pages.py index.html mld.csv $file_previous $CI_JOB_ID $id_previous $CI_JOB_NAME
    # TODO: remove once that is merged to basop-ci-branch
    - wget https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec/-/raw/basop-ci/add-project-id-as-argument-for-get_id_of_last_job_occurence/ci/basop-pages/create_report_pages.py
    - python3 create_report_pages.py index.html mld.csv $file_previous $CI_JOB_ID $id_previous $CI_JOB_NAME

    - if [ $zero_errors != 1 ]; then echo "Run errors encountered!"; exit $EXIT_CODE_FAIL; fi
    - if [ $exit_code -eq 1 ]; then echo "Differences encountered"; exit $EXIT_CODE_NON_BE; fi