Commit 253a09fc authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'bprescott-zd145957-junit-20200219' into 'master'

docs: Add warning about JUnit test reports

See merge request gitlab-org/gitlab!25573
parents d4bf9068 009b0400
......@@ -160,6 +160,11 @@ _The artifacts are stored by default in
gitlab-rake gitlab:artifacts:migrate
```
CAUTION: **CAUTION:**
JUnit test report artifact (`junit.xml.gz`) migration
[is not supported](https://gitlab.com/gitlab-org/gitlab/issues/27698)
by the `gitlab:artifacts:migrate` script.
**In installations from source:**
_The artifacts are stored by default in
......@@ -188,6 +193,11 @@ _The artifacts are stored by default in
sudo -u git -H bundle exec rake gitlab:artifacts:migrate RAILS_ENV=production
```
CAUTION: **CAUTION:**
JUnit test report artifact (`junit.xml.gz`) migration
[is not supported](https://gitlab.com/gitlab-org/gitlab/issues/27698)
by the `gitlab:artifacts:migrate` script.
### Migrating from object storage to local storage
In order to migrate back to local storage:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment