Skip to content

Add e2e test of push via HTTP via Git protocol v2

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

What does this MR do?

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

Like the SSH test, this won't work in the nightly or package-and-qa pipelines until the omnibus images support Git protocol v2 so an env var is 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?

Merge request reports