Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -250,11 +250,11 @@ stages: - unzip artifacts.zip -d previous_artifacts # This wildcard thingy relies on only one csv file being present per job - file_previous="previous_artifacts/mld--ivas-pytest-mld-long-dec-$id_previous--sha-*.csv" - python3 ci/basop-pages/create_report_pages.py $CI_JOB_NAME-index.html $CI_JOB_NAME--merged_csv--$CI_JOB_ID--$id_previous.csv $MLD_ARTIFACT_NAME $file_previous $CI_JOB_ID $id_previous $CI_JOB_NAME - python3 ci/basop-pages/create_report_pages.py $CI_JOB_NAME-index.html $CI_JOB_NAME--merged_csv--$CI_JOB_ID.csv $MLD_ARTIFACT_NAME $file_previous $CI_JOB_ID $id_previous $CI_JOB_NAME - else # create empty file for artifacts to avoid errors - touch $CI_JOB_NAME-index.html - touch $CI_JOB_NAME--merged_csv--$CI_JOB_ID--$id_previous.csv - touch $CI_JOB_NAME--merged_csv--$CI_JOB_ID.csv - fi - if [ $zero_errors != 1 ]; then echo "Run errors encountered!"; exit $EXIT_CODE_FAIL; fi Loading @@ -274,7 +274,7 @@ stages: - $CI_JOB_NAME-index.html - $MLD_ARTIFACT_NAME # the * wildcard is needed because $id_previous is undefined here - $CI_JOB_NAME-merged_csv--$CI_JOB_ID--*.csv - $CI_JOB_NAME-merged_csv--$CI_JOB_ID.csv expose_as: "pytest mld results" reports: junit: Loading Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -250,11 +250,11 @@ stages: - unzip artifacts.zip -d previous_artifacts # This wildcard thingy relies on only one csv file being present per job - file_previous="previous_artifacts/mld--ivas-pytest-mld-long-dec-$id_previous--sha-*.csv" - python3 ci/basop-pages/create_report_pages.py $CI_JOB_NAME-index.html $CI_JOB_NAME--merged_csv--$CI_JOB_ID--$id_previous.csv $MLD_ARTIFACT_NAME $file_previous $CI_JOB_ID $id_previous $CI_JOB_NAME - python3 ci/basop-pages/create_report_pages.py $CI_JOB_NAME-index.html $CI_JOB_NAME--merged_csv--$CI_JOB_ID.csv $MLD_ARTIFACT_NAME $file_previous $CI_JOB_ID $id_previous $CI_JOB_NAME - else # create empty file for artifacts to avoid errors - touch $CI_JOB_NAME-index.html - touch $CI_JOB_NAME--merged_csv--$CI_JOB_ID--$id_previous.csv - touch $CI_JOB_NAME--merged_csv--$CI_JOB_ID.csv - fi - if [ $zero_errors != 1 ]; then echo "Run errors encountered!"; exit $EXIT_CODE_FAIL; fi Loading @@ -274,7 +274,7 @@ stages: - $CI_JOB_NAME-index.html - $MLD_ARTIFACT_NAME # the * wildcard is needed because $id_previous is undefined here - $CI_JOB_NAME-merged_csv--$CI_JOB_ID--*.csv - $CI_JOB_NAME-merged_csv--$CI_JOB_ID.csv expose_as: "pytest mld results" reports: junit: Loading