Loading includes/complexity-jobs.yml +1 −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 - # find id of same name job in float repo on branch main # find id of same name job in float repo on branch main - job_id=$(python3 ci/get_id_of_last_job_occurence.py main $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 Loading Loading
includes/complexity-jobs.yml +1 −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 - # find id of same name job in float repo on branch main # find id of same name job in float repo on branch main - job_id=$(python3 ci/get_id_of_last_job_occurence.py main $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 Loading