Skip to content

Replace metrics OmnibusConfig with Scenario class

George Koltsov requested to merge mk-metrics-scenario into master

What does this MR do and why?

Based on the work in https://gitlab.com/gitlab-org/gitlab-qa/-/merge_requests/1014

We realized that for https://gitlab.com/gitlab-org/gitlab/-/merge_requests/87906 to work, we need to expose custom ports on the Docker container running the application-under-test.

Since that requires the definition of a custom scenario, I dropped the OmnibusConfiguration and rolled it into the scenario instead.

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 George Koltsov

Merge request reports