Skip to content

Add tag to test that requires SSHD

Craig Miskell requested to merge tag-other-ssh-qa-job into master

What does this MR do and why?

The ability to do IP-based allow-listing for SSH depends heavily on the deployment architecture. It does not work out of the box with the Cloud-Native-Hybrid deployment (one of the GET models, as used by Dedicated) due to the use of native ingress-nginx. It could be made to work with gitlab-sshd and the PROXY protocol, but that is non-trivial and not necessarily always the desired architecture.

This tag allows this test to be specifically excluded when testing deployed instances in such architectures (e.g. for Dedicated). We previously added on to another test in !93148 (merged) but I missed this additional test as well, with the identifying mark being the except on review-qa-*.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports