Commit 90f9c42e authored by norvell's avatar norvell
Browse files

Add dummy files to avoid warning on missing artifacts in ivas-pytest-on-merge-request-anchor

parent 31ba5188
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -395,6 +395,12 @@ stages:
    - diff $CSV_BRANCH $CSV_MAIN || diff_report=$?
    - if [ $diff_param -eq 0 ] && [ $diff_sba -eq 0 ] && [ $diff_report -eq 0 ] && [ $zero_errors_branch -eq 1 ]; then
    -    echo "Output BE to main, identical report and no run errors encountered."
         # Add dummy files to avoid warning on missing artifacts
    -    touch changes_crashes.csv
    -    touch changes_MLD.csv
    -    touch changes_MAXIMUM_ABS_DIFF.csv
    -    touch changes_MIN_SSNR.csv
    -    touch changes_MIN_ODG.csv
    -    exit 0;
    - fi