summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Patterson <apatterson@gitlab.com>2023-03-07 16:44:33 -0700
committerAndrew Patterson <apatterson@gitlab.com>2023-03-08 12:51:34 -0700
commite7f744f0350ea87749683817205232b5ba047ffc (patch)
tree90c55acf151389e4ffb766e3087265d6c42b405e
parent9885b7e33ece32ac3bfbf077bb2dc53c459dbc0e (diff)
downloadgitlab-ce-docs-update-the-process-for-having-gem-update-mrs-checked-before-merge.tar.gz
Gem update doc guidelines now require all platform buildsdocs-update-the-process-for-having-gem-update-mrs-checked-before-merge
Documentation changed for gem update guidelines now require builds on all supported platforms instead of review by C language expert.
-rw-r--r--doc/development/gemfile.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development/gemfile.md b/doc/development/gemfile.md
index bfe8b7c5205..6d50dc0d8fa 100644
--- a/doc/development/gemfile.md
+++ b/doc/development/gemfile.md
@@ -60,6 +60,8 @@ This means that new dependencies should, at a minimum, meet the following criter
- There are no issues open that we know may impact the availability or performance of GitLab.
- The project is tested using some form of test automation. The test suite must be passing
using the Ruby version currently used by GitLab.
+- CI builds for all supported platforms must succeed using the new dependency. See
+ [Building a package for testing](build_test_package.md#building-a-package-for-testing) for details.
- If the project uses a C extension, consider requesting an additional review from a C or MRI
domain expert. C extensions can greatly impact GitLab stability and performance.