Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -222,7 +222,7 @@ msan-on-merge-request-linux: artifacts: name: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--stage-$CI_JOB_STAGE--results" paths: - CLANG1/logs/ - scripts/ref/logs/ - test_output.txt expose_as: 'Msan selftest results' Loading @@ -244,7 +244,7 @@ asan-on-merge-request-linux: artifacts: name: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--stage-$CI_JOB_STAGE--results" paths: - CLANG3/logs/ - scripts/ref/logs/ - test_output.txt expose_as: 'Asan selftest results' Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -222,7 +222,7 @@ msan-on-merge-request-linux: artifacts: name: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--stage-$CI_JOB_STAGE--results" paths: - CLANG1/logs/ - scripts/ref/logs/ - test_output.txt expose_as: 'Msan selftest results' Loading @@ -244,7 +244,7 @@ asan-on-merge-request-linux: artifacts: name: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--stage-$CI_JOB_STAGE--results" paths: - CLANG3/logs/ - scripts/ref/logs/ - test_output.txt expose_as: 'Asan selftest results' Loading