Commit 2c61f58c authored by Andrejs Cunskis's avatar Andrejs Cunskis

Save urls for migration test result data

parent a7a36fcc
......@@ -121,6 +121,7 @@ module QA
source: {
name: "GitHub",
project_name: github_repo,
address: "https://github.com",
data: {
branches: gh_branches.length,
commits: gh_commits.length,
......@@ -135,6 +136,7 @@ module QA
target: {
name: "GitLab",
project_name: imported_project.path_with_namespace,
address: QA::Runtime::Scenario.gitlab_address,
data: {
branches: gl_branches.length,
commits: gl_commits.length,
......
......@@ -115,6 +115,7 @@ module QA
source: {
name: "GitLab Source",
project_name: source_project.path_with_namespace,
address: gitlab_source_address,
data: {
branches: source_branches.length,
commits: source_commits.length,
......@@ -130,6 +131,7 @@ module QA
target: {
name: "GitLab Target",
project_name: imported_project.path_with_namespace,
address: QA::Runtime::Scenario.gitlab_address,
data: {
branches: branches.length,
commits: commits.length,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment