Commit 68666e8d authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'acunskis-source-url' into 'master'

E2E: Save urls for migration test result data

See merge request gitlab-org/gitlab!84796
parents 403f4283 2c61f58c
......@@ -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