Commit 188856bc authored by Craig Norris's avatar Craig Norris

Merge branch 'eread/remove-references-to-master-branch' into 'master'

Remove references to master branch where possible

See merge request gitlab-org/gitlab!62868
parents e0544cbf d4fd9dc7
...@@ -69,7 +69,9 @@ For each day that a coverage report was generated by a job in a project's pipeli ...@@ -69,7 +69,9 @@ For each day that a coverage report was generated by a job in a project's pipeli
If the project's code coverage was calculated more than once in a day, we will take the last value from that day. If the project's code coverage was calculated more than once in a day, we will take the last value from that day.
NOTE: NOTE:
[In GitLab 13.7 and later](https://gitlab.com/gitlab-org/gitlab/-/issues/270102), group code coverage data is taken from the configured [default branch](../../project/repository/branches/default.md). In earlier versions, it is taken from the `master` branch. [In GitLab 13.7 and later](https://gitlab.com/gitlab-org/gitlab/-/issues/270102), group code coverage
data is taken from the configured [default branch](../../project/repository/branches/default.md).
In earlier versions, it is taken from the `master` branch.
<!-- ## Troubleshooting <!-- ## Troubleshooting
......
...@@ -67,7 +67,7 @@ For GitLab 12.10 and earlier, the [artifact generated is named `accessibility.js ...@@ -67,7 +67,7 @@ For GitLab 12.10 and earlier, the [artifact generated is named `accessibility.js
NOTE: NOTE:
For GitLab versions earlier than 12.9, you can use `include:remote` and use a For GitLab versions earlier than 12.9, you can use `include:remote` and use a
link to the [current template in `master`](https://gitlab.com/gitlab-org/gitlab/-/raw/master/lib/gitlab/ci/templates/Verify/Accessibility.gitlab-ci.yml) link to the [current template in the default branch](https://gitlab.com/gitlab-org/gitlab/-/raw/master/lib/gitlab/ci/templates/Verify/Accessibility.gitlab-ci.yml)
NOTE: NOTE:
The job definition provided by the template does not support Kubernetes yet. The job definition provided by the template does not support Kubernetes yet.
......
...@@ -50,8 +50,8 @@ For an example Performance job, see ...@@ -50,8 +50,8 @@ For an example Performance job, see
NOTE: NOTE:
If the Browser Performance report has no data to compare, such as when you add the If the Browser Performance report has no data to compare, such as when you add the
Browser Performance job in your `.gitlab-ci.yml` for the very first time, Browser Performance job in your `.gitlab-ci.yml` for the very first time,
the Browser Performance report widget doesn't show. It must have run at least the Browser Performance report widget doesn't display. It must have run at least
once on the target branch (`master`, for example), before it displays in a once on the target branch (`main`, for example), before it displays in a
merge request targeting that branch. merge request targeting that branch.
![Browser Performance Widget](img/browser_performance_testing.png) ![Browser Performance Widget](img/browser_performance_testing.png)
......
...@@ -46,8 +46,8 @@ The key performance metrics that the merge request widget shows after the test c ...@@ -46,8 +46,8 @@ The key performance metrics that the merge request widget shows after the test c
NOTE: NOTE:
If the Load Performance report has no data to compare, such as when you add the If the Load Performance report has no data to compare, such as when you add the
Load Performance job in your `.gitlab-ci.yml` for the very first time, Load Performance job in your `.gitlab-ci.yml` for the very first time,
the Load Performance report widget won't show. It must have run at least the Load Performance report widget doesn't display. It must have run at least
once on the target branch (`master`, for example), before it will display in a once on the target branch (`main`, for example), before it displays in a
merge request targeting that branch. merge request targeting that branch.
## Configure the Load Performance Testing job ## Configure the Load Performance Testing job
......
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