As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
Commit da4a4d77 authored by Igor Drozdov's avatar Igor Drozdov
Browse files

Merge branch '622-configure-gitaly-storage-dynamically-for-acceptance-tests' into 'main'

Configure Gitaly storage acceptance tests

Closes #622

See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/723



Merged-by: default avatarIgor Drozdov <idrozdov@gitlab.com>
Co-authored-by: default avatarPatrick Cyiza <jpcyiza@gitlab.com>
parents 1461d9ed 2cc92f02
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -118,6 +118,7 @@ func successAPI(t *testing.T) http.Handler {
if gitalyConnInfo != nil {
response = strings.Replace(response, "GITALY_ADDRESS", gitalyConnInfo.Address, 1)
response = strings.Replace(response, "GITALY_STORAGE", gitalyConnInfo.Storage, 1)
}
fmt.Fprint(w, response)
Loading
Loading
Loading
Loading
@@ -7,7 +7,7 @@
"git_config_options": [],
"gitaly": {
"repository": {
"storage_name": "default",
"storage_name": "GITALY_STORAGE",
"relative_path": "GITALY_REPOSITORY",
"git_object_directory": "objects/",
"git_alternate_object_directories": ["objects/"],
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment