Commit 067c293d authored by norvell's avatar norvell
Browse files

Clean out report logging since it does not work

parent c3ffc3d0
Loading
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -255,7 +255,6 @@ stages:
    - else
    -    testcase_timeout=$TESTCASE_TIMEOUT_STV
    - fi
    - HISTORY_ARTIFACT_NAME="daily_results_$(date +%Y-%m-%d)"

    - python3 ci/remove_unsupported_testcases.py $PRM_FILES
    - if [ $LEVEL_SCALING != "1.0" ];then
@@ -270,7 +269,6 @@ stages:

    - python3 scripts/parse_xml_report.py report-junit.xml $CSV_ARTIFACT_NAME
    - mkdir $IMAGES_ARTIFACT_NAME
    - mkdir $HISTORY_ARTIFACT_NAME
    - for MEASURE in MLD DIFF SSNR ODG;do python3 scripts/create_histogram_summary.py $CSV_ARTIFACT_NAME $IMAGES_ARTIFACT_NAME/summary_"$MEASURE".csv $IMAGES_ARTIFACT_NAME/summary_"$MEASURE".png --measure $MEASURE; done
    - python3 ci/basop-pages/create_summary_page.py $SUMMARY_HTML_ARTIFACT_NAME $CI_JOB_ID $CI_JOB_NAME

@@ -282,15 +280,6 @@ stages:
    # This wildcard thingy relies on only one csv file being present per job
    -    file_previous="previous_artifacts/mld--$CI_JOB_NAME-$id_previous--sha-*.csv"
    -    python3 ci/basop-pages/create_report_pages.py $PAGES_HTML_ARTIFACT_NAME $MERGED_CSV_ARTIFACT_NAME $CSV_ARTIFACT_NAME $file_previous $CI_JOB_ID $id_previous $CI_JOB_NAME
    # Store MLD file for history in report-history branch. Safeguard with "|| true" to ensure this section does not stop the job.
    -    git clone -b $REPORT_HISTORY_BRANCH https://forge.3gpp.org/rep/sa4/audio/ivas-basop.git --single-branch report-history || true
    -    cp $CSV_ARTIFACT_NAME $HISTORY_ARTIFACT_NAME || true
    -    cp -r $HISTORY_ARTIFACT_NAME report-history || true
    -    cd report-history || true
    -    git add $HISTORY_ARTIFACT_NAME || true
    -    git commit -m "Added $HISTORY_ARTIFACT_NAME" || true
    -    git push || true
    -    cd .. || true
    - else
    # create empty file for artifacts to avoid errors
    -    touch $PAGES_HTML_ARTIFACT_NAME