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

fix artifacts path

parent d4823400
Loading
Loading
Loading
Loading
+11 −3
Original line number Diff line number Diff line
@@ -445,10 +445,18 @@ codec-usan:
    name: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--stage-$CI_JOB_STAGE--results"
    expire_in: 1 week
    when: always
    # NOTE: artifacts paths can't contain '*' when used with 'expose_as'
    # --> reminder for next time you wanna make this more concise...
    paths:
      - report-junit-*.xml
      - report-*.html
      - ubsan-errors-*.csv
      - report-junit-20ms.xml
      - report-junit-10ms.xml
      - report-junit-5ms.xml
      - report-20ms.html
      - report-10ms.html
      - report-5ms.html
      - ubsan-errors-20ms.csv
      - ubsan-errors-10ms.csv
      - ubsan-errors-5ms.csv
    expose_as: "Sanitizer selftest results"
    reports:
      junit: