Commit fc4acb1b authored by Jan Kiene's avatar Jan Kiene
Browse files

fix report naming in matrix subjobs of ivas-pytest-on-merge-request

parent 19be35c0
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -1296,9 +1296,10 @@ ivas-pytest-on-merge-request:
          - test_param_file.py
          - test_sba.py
  variables:
    REPORT_XML: "report--$CI_JOB_NAME-$CI_JOB_ID--sha-$CI_COMMIT_SHORT_SHA.xml"
    REPORT_HTML: "report--$CI_JOB_NAME-$CI_JOB_ID--sha-$CI_COMMIT_SHORT_SHA.html"
    REPORT_CSV: "report--$CI_JOB_NAME-$CI_JOB_ID--sha-$CI_COMMIT_SHORT_SHA.csv"
    # NOTE: can not use $CI_JOB_NAME here in the filenames, as this includes the ": .[test_param_file.py]" suffix from the matrixing
    REPORT_XML: "report--ivas_pytest_on_merge_request-$CI_JOB_ID--sha-$CI_COMMIT_SHORT_SHA.xml"
    REPORT_HTML: "report--ivas_pytest_on_merge_request-$CI_JOB_ID--sha-$CI_COMMIT_SHORT_SHA.html"
    REPORT_CSV: "report--ivas_pytest_on_merge_request-$CI_JOB_ID--sha-$CI_COMMIT_SHORT_SHA.csv"
  tags:
    - ivas-basop-linux
  script: