Skip to content

Allow using a different sandbox group for QA

Lin Jen-Shin requested to merge qa-allow-setting-sandbox-group into master

What does this MR do?

Allow using a different sandbox group for QA

Are there points in the code the reviewer needs to double check?

Alternatively, we could just pick a name based on GITLAB_USERNAME, but that could break people's workflow as it could change to another sandbox.

Why was this MR needed?

I realized that I cannot run the tests with my account from gitlab-qa#180 (comment 58214081) against staging, because I cannot use gitlab-qa-sandbox group. Allow this to be configurable so that I could just pick another one.

We'll need to update gitlab-qa's README as well.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Tests added for this feature/bug
  • Review
    • Has been reviewed by Backend
  • End-to-end tests pass (package-qa manual pipeline job)

@grzesiek What do you think?

Edited by Grzegorz Bizon

Merge request reports