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_ONLYvariable 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
checksstage to finish - Start the manual
qa:stagingjob
The ultimate goal is obviously to create such pipeline programmatically from the deploy script instead of manually.
Edited by Martin Wortschack