Commit fa05e5a1 authored by norvell's avatar norvell
Browse files

Fix for printout

parent 74f1b3be
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1704,7 +1704,7 @@ ivas-long-term-job-logs:
    # Aggregate job logs
    - job_names="ivas-pytest-compare_ref-long-enc ivas-pytest-compare_ref-long-enc-lev+10 ivas-pytest-compare_ref-long-enc-lev-10 ivas-pytest-compare_ref-long-dec ivas-pytest-compare_ref-long-dec-lev+10 ivas-pytest-compare_ref-long-dec-lev-10 ivas-pytest-compare_ref-long-fx-fx ivas-pytest-compare_ref-long-fx-fx-lev+10 ivas-pytest-compare_ref-long-fx-fx-lev-10"
    - for job_name in $job_names; do
    -   echo "Getting job logs for: $job_name"
    -   echo "Getting job logs for $job_name"
    -   id_previous=$(python3 ci/get_id_of_last_job_occurence.py $CI_COMMIT_BRANCH "$job_name" $CI_PROJECT_ID)
    -   echo "Job ID from variables - "$job_name", Job ID from script - $id_previous"
    -   curl --request GET "$CI_API_V4_URL/projects/$CI_PROJECT_ID/jobs/$id_previous/artifacts" --output artifacts.zip
@@ -1761,7 +1761,7 @@ backup-long-term-job-logs:
    -   cp -r logs $LOGS_BACKUP_TARGET_DIR
    -   exit 0;
    - else
    -   echo "Error: LOGS_BACKUP_TARGET_DIR not set for backup job!"
    -   echo "Error LOGS_BACKUP_TARGET_DIR not set for backup job!"
    -   exit -1;
    - fi