Skip to content

Webservice: enable per-deployment blackoutSeconds

Jason Plum requested to merge 2543-blackout-per-deployment into master

What does this MR do?

Webservice: enable per-deployment blackoutSeconds

Enable configuration of `shutdown.blackoutSeconds` on a per-deployment
basis by using environment variable that is populated into `gitlab.yml`
by the template at the time of execution.

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion.

Required

  • Merge Request Title and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • [] Documentation created/updated already documented as inherited. Now employed.
  • Tests added
  • Integration tests added to GitLab QA

Closes #2543 (closed)

Merge request reports