Skip to content

Add e2e test of push over SSH using Git protocol v2

Mark Lapierre requested to merge ml-qa-git-protocol-v2-spec into master

What does this MR do?

Adds an end-to-end test of pushing over SSH using Git protocol v2

This won't work in the nightly or package-and-qa pipelines until the omnibus images support Git protocol v2 so I've added a flag to indicate whether the environment supports the test (gitlab-qa!198 (merged)). The flag has been set to skip the test in nightly and package-and-qa pipelines (see https://gitlab.com/gitlab-org/gitlab-ce/issues/53075). I.e., it will only run in staging for now.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Mark Lapierre

Merge request reports