Skip to content

When `$STAGING_ONLY` is present, automatically run the qa:staging job

This will simplify the staging automated QA to:

  1. Visit https://gitlab.com/gitlab-org/gitlab-qa/pipelines/new
  2. Add a STAGING_ONLY variable set to 1 (or even no value)
  3. Create the pipeline

instead of:

  1. Visit https://gitlab.com/gitlab-org/gitlab-qa/pipelines/new
  2. Create the pipeline
  3. Wait for the checks stage to finish
  4. Start the manual qa:staging job

The ultimate goal is obviously to create such pipeline programmatically from the deploy script instead of manually.

Edited by Rémy Coutable

Merge request reports