Skip to content

Draft: Use kubernetes runner instead of docker local runner in kubernetes test

Mark Lapierre requested to merge ml-use-k8s-runner-in-k8s-test into master

What does this MR do?

When QA tests runs GitLab in kubernetes in an externally hosted cluster, GitLab can't reach the network in which the test runs, so runners hosted on that network can't be registered.

This updates a test to use a runner in the kubernetes cluster instead of a separate docker runner.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Mark Lapierre

Merge request reports