summaryrefslogtreecommitdiff
path: root/data/removals/14_0/removals-14-testing-team.yml
diff options
context:
space:
mode:
Diffstat (limited to 'data/removals/14_0/removals-14-testing-team.yml')
-rw-r--r--data/removals/14_0/removals-14-testing-team.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/data/removals/14_0/removals-14-testing-team.yml b/data/removals/14_0/removals-14-testing-team.yml
new file mode 100644
index 00000000000..d76de564cdd
--- /dev/null
+++ b/data/removals/14_0/removals-14-testing-team.yml
@@ -0,0 +1,26 @@
+- name: "Default Browser Performance testing job renamed in GitLab 14.0"
+ removal_date: "2021-06-22"
+ removal_milestone: "14.0"
+ reporter: jheimbuck_gl
+ body: |
+ Browser Performance Testing has run in a job named `performance` by default. With the introduction of [Load Performance Testing](https://docs.gitlab.com/ee/user/project/merge_requests/load_performance_testing.html) in GitLab 13.2, this naming could be confusing. To make it clear which job is running [Browser Performance Testing](https://docs.gitlab.com/ee/user/project/merge_requests/browser_performance_testing.html), the default job name is changed from `performance` to `browser_performance` in the template in GitLab 14.0.
+
+ Relevant Issue: [Rename default Browser Performance Testing job](https://gitlab.com/gitlab-org/gitlab/-/issues/225914)
+- name: "Code Quality RuboCop support changed"
+ removal_date: "2021-06-22"
+ removal_milestone: "14.0"
+ reporter: jheimbuck_gl
+ body: |
+ By default, the Code Quality feature has not provided support for Ruby 2.6+ if you're using the Code Quality template. To better support the latest versions of Ruby, the default RuboCop version is updated to add support for Ruby 2.4 through 3.0. As a result, support for Ruby 2.1, 2.2, and 2.3 is removed. You can re-enable support for older versions by [customizing your configuration](https://docs.gitlab.com/ee/user/project/merge_requests/code_quality.html#rubocop-errors).
+
+ Relevant Issue: [Default `codeclimate-rubocop` engine does not support Ruby 2.6+](https://gitlab.com/gitlab-org/ci-cd/codequality/-/issues/28)
+- name: "Ruby version changed in `Ruby.gitlab-ci.yml`"
+ removal_date: "2021-06-22"
+ removal_milestone: "14.0"
+ reporter: jheimbuck_gl
+ body: |
+ By default, the `Ruby.gitlab-ci.yml` file has included Ruby 2.5.
+
+ To better support the latest versions of Ruby, the template is changed to use `ruby:latest`, which is currently 3.0. To better understand the changes in Ruby 3.0, please reference the [Ruby-lang.org release announcement](https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/).
+
+ Relevant Issue: [Updates Ruby version 2.5 to 3.0](https://gitlab.com/gitlab-org/gitlab/-/issues/329160)