Loading includes/complexity-jobs.yml +2 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ ### 1.5.part: get the corresponding measurement from ivas-float-update # only do this for ivas-basop - if [ "$CI_PROJECT_ID" == "$PROJECT_ID_BASOP" ]; then - job_id=$(python3 ci/get_id_of_last_job_occurence.py $FLOAT_REF_BRANCH $CI_JOB_NAME $CI_PROJECT_ID) - job_id=$(python3 ci/get_id_of_last_job_occurence.py $FLOAT_REF_BRANCH $CI_JOB_NAME $PROJECT_ID_FLOAT) - echo $job_id - curl --silent --show-error --request GET "$CI_API_V4_URL/projects/$CI_PROJECT_ID/jobs/$job_id/artifacts" --output artifacts_ref.zip - unzip -qq -j artifacts_ref.zip "*latest_WMOPS.csv" || true Loading Loading @@ -107,6 +107,7 @@ # delete previous jobs logfiles if present (-f flag ensures return calue of 0 even in first run where this folder is not present) - rm -rf COMPLEXITY/logs - set -euxo pipefail - *complexity-measurements-setup allow_failure: exit_codes: Loading Loading
includes/complexity-jobs.yml +2 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ ### 1.5.part: get the corresponding measurement from ivas-float-update # only do this for ivas-basop - if [ "$CI_PROJECT_ID" == "$PROJECT_ID_BASOP" ]; then - job_id=$(python3 ci/get_id_of_last_job_occurence.py $FLOAT_REF_BRANCH $CI_JOB_NAME $CI_PROJECT_ID) - job_id=$(python3 ci/get_id_of_last_job_occurence.py $FLOAT_REF_BRANCH $CI_JOB_NAME $PROJECT_ID_FLOAT) - echo $job_id - curl --silent --show-error --request GET "$CI_API_V4_URL/projects/$CI_PROJECT_ID/jobs/$job_id/artifacts" --output artifacts_ref.zip - unzip -qq -j artifacts_ref.zip "*latest_WMOPS.csv" || true Loading Loading @@ -107,6 +107,7 @@ # delete previous jobs logfiles if present (-f flag ensures return calue of 0 even in first run where this folder is not present) - rm -rf COMPLEXITY/logs - set -euxo pipefail - *complexity-measurements-setup allow_failure: exit_codes: Loading