Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-16 21:09:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-16 21:09:42 +0300
commitc44eade0d7b09c9d80c42aba6d1974ce9cd3146b (patch)
treeda0710de0a519f225755737cf5ffd93c75d1da8f /spec/support/helpers/test_env.rb
parent0c87da93750c6428328a3e3cd2ebd0882f6294e3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/support/helpers/test_env.rb')
-rw-r--r--spec/support/helpers/test_env.rb22
1 files changed, 20 insertions, 2 deletions
diff --git a/spec/support/helpers/test_env.rb b/spec/support/helpers/test_env.rb
index c45b48e27f8..da4954c1a5f 100644
--- a/spec/support/helpers/test_env.rb
+++ b/spec/support/helpers/test_env.rb
@@ -9,7 +9,24 @@ module TestEnv
ComponentFailedToInstallError = Class.new(StandardError)
- # When developing the seed repository, comment out the branch you will modify.
+ # https://gitlab.com/gitlab-org/gitlab-test is used to seed your local gdk
+ # GitLab application and is also used in rspec tests. Because of this, when
+ # building and testing features that require a specific type of file, you can
+ # add them to the gitlab-test repo in order to access that blob during
+ # development or testing.
+ #
+ # To add new branches
+ #
+ # 1. Push a new branch to gitlab-org/gitlab-test.
+ # 2. Execute rm -rf tmp/tests in your gitlab repo.
+ # 3. Add your branch and its HEAD commit sha to the BRANCH_SHA hash
+ #
+ # To add new commits to an existing branch
+ #
+ # 1. Push a new commit to a branch in gitlab-org/gitlab-test.
+ # 2. Execute rm -rf tmp/tests in your gitlab repo.
+ # 3. Update the HEAD sha value in the BRANCH_SHA hash
+ #
BRANCH_SHA = {
'signed-commits' => 'c7794c1',
'gpg-signed' => '8a852d5',
@@ -94,7 +111,8 @@ module TestEnv
'smime-signed-commits' => 'ed775cc',
'Ääh-test-utf-8' => '7975be0',
'ssh-signed-commit' => '7b5160f',
- 'changes-with-whitespace' => 'f2d141fadb33ceaafc95667c1a0a308ad5edc5f9'
+ 'changes-with-whitespace' => 'f2d141fadb33ceaafc95667c1a0a308ad5edc5f9',
+ 'lock-detection' => '1ada92f78a19f27cb442a0a205f1c451a3a15432'
}.freeze
# gitlab-test-fork is a fork of gitlab-fork, but we don't necessarily