Uses cache instead of artifacts for Slack TS
What does this MR do?
Artifacts are not shared between different jobs, so this commit changes the reading Slack TS message strategy to use cache instead.
Also modifies the DeploymentCheckReport
class to:
- Return early if the file does not exist
- Hardcode the initial deployer job to be
gprd-migrations 50%
, otherwise messages sent fromgprd-migration
are always posted in the slack channel
Related to gitlab-com/gl-infra/delivery#1372 (closed)