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 2cc92f02 authored by Patrick Cyiza's avatar Patrick Cyiza
Browse files

Configure Gitaly storage acceptance tests

parent 1461d9ed
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