Skip to content

Load full omnibus configuration instead of line by line

Sanad Liaquat requested to merge qa-shl-fix-omnibus-config-load into master

What does this MR do and why?

Describe in detail what your merge request does and why.

OmnibusConfiguration is capable of handling multiline configs. This MR passes the entire config string instead of line by line.

Fixes issue seen in https://gitlab.com/gitlab-org/gitlab/-/jobs/5521319445

Also this MR:

  • Removes Test::Integration::OAuth scenario and updates Test::Instance::Image to accept hostname and TLS boolean
  • Updates the docs for running OAuth tests and new variables

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

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

Edited by Sanad Liaquat

Merge request reports