Commit ddf41f88 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Adds trailing slash for all output artifact folders to make them work...

Adds trailing slash for all output artifact folders to make them work correctly with expose_as. Also adds smoke test summaries into artifacts.
parent 48cef958
Loading
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -137,7 +137,9 @@ codec-smoke-test:
  artifacts:
    name: "$CI_JOB_STAGE-$CI_COMMIT_REF_NAME-results"
    paths:
      - out/logs
      - out/logs/
      - smoke_test_output.txt
      - smoke_test_output_plc.txt
    expose_as: 'Smoke test results'


@@ -255,8 +257,8 @@ self-test-on-merge-request:
    when: always
    paths:
      - test_output.txt
      - scripts/test/logs
      - scripts/ref/logs
      - scripts/test/logs/
      - scripts/ref/logs/
      - report-junit.xml
    expose_as: 'Self test results'
    reports: