When `$STAGING_ONLY` is present, automatically run the qa:staging job
This will simplify the staging automated QA to:
- Visit https://gitlab.com/gitlab-org/gitlab-qa/pipelines/new
- Add a
STAGING_ONLY
variable set to1
(or even no value) - Create the pipeline
instead of:
- Visit https://gitlab.com/gitlab-org/gitlab-qa/pipelines/new
- Create the pipeline
- Wait for the
checks
stage to finish - 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 James Nutt