[INFRA-317] move k8s deploys to playform events #196
soc2-pr-bot / SOC2 Validation
succeeded
Jun 5, 2026 in 0s
Validate JIRA Tickets and testing notes
This check validates the PR meets Clever's SOC2 Change Management policy regarding Software changes. See go/soc2-cm for the policy.
Details
Found ticket
Found testing notes
# Testing
1. Updated do-nothing test branch to use this branch of goci in the CircleCi pipeline: https://app.circleci.com/pipelines/github/Clever/do-nothing/345/workflows/d6472e12-8e2a-4e48-8a64-2e4f35b1971f/jobs/1269
2. Set up sns subscription and `deploy.created` queue in `dianam` workspace
3. Ran Slingshot locally so it would consume from my queue
```
ark start -l -E DEPLOY_CREATED_QUEUE_URL="https://sqs.us-west-2.amazonaws.com/405617742722/dianam--slingshot-deploy-created" -s infra-315
```
4. Verified the event from CircleCi made it to my local Slingshot and was processed: https://github.com/Clever/k8-deploys/commit/c686ceb2b9e3314dfcb7b4a97ac703e3adda14fc
```
}
Wed 15:31:47.864 slingshot/local> {
source.title=slingshot-sqs-consumer.batch-received
count:1
detail-type:"deploy.created"
pod-account:"585008086734"
pod-id:"local"
pod-region:"us-west-2"
pod-shortname:"local"
queue-url:"https://sqs.us-west-2.amazonaws.com/405617742722/dianam--slingshot-deploy-created"
team:"eng-infra"
}
```
No Atlantis Changes present
Loading