Skip to content

GitLab-rails: Support gzip format artifacts (with gitlab ci yml support)

What does this MR do?

This MR is built on top of GitLab-rails: Support gzip format artifacts.

This MR is useful to check the behavior of artifact format.

Such as

job:
  script:
  - echo 'hoge' > hoge.txt
  - echo '<test-report></test-report>' > junit.xml
  artifacts:
    paths: hoge.txt
    reports:
      junit: junit.xml

Note: you have to use those GitLab-workhorse and GitLab-runner

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Related https://gitlab.com/gitlab-org/gitlab-ce/issues/46809

Edited by Shinya Maeda

Merge request reports