Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -247,6 +247,7 @@ 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" - ls ci - python3 ci/basop-pages/create_report_pages.py index.html mld.csv $file_previous $CI_JOB_ID $id_previous $CI_JOB_NAME - if [ $zero_errors != 1 ]; then echo "Run errors encountered!"; exit $EXIT_CODE_FAIL; fi Loading @@ -264,6 +265,7 @@ stages: - report-junit.xml - report.html - mld.csv - index.html expose_as: "pytest mld results" reports: junit: Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -247,6 +247,7 @@ 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" - ls ci - python3 ci/basop-pages/create_report_pages.py index.html mld.csv $file_previous $CI_JOB_ID $id_previous $CI_JOB_NAME - if [ $zero_errors != 1 ]; then echo "Run errors encountered!"; exit $EXIT_CODE_FAIL; fi Loading @@ -264,6 +265,7 @@ stages: - report-junit.xml - report.html - mld.csv - index.html expose_as: "pytest mld results" reports: junit: Loading