Kill RelayOrb metrics scraper deploy path#37
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: eab2f37119
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -1,61 +0,0 @@ | |||
| name: Deploy Metrics Scraper | |||
There was a problem hiding this comment.
Update references to removed scraper deploy path
Because this commit deletes the only metrics-scraper deploy workflow/script, the current tree now contains broken operational references to them: infra/gcp/README.md:27-30 still tells operators to run bash infra/gcp/scripts/deploy_metrics_scraper.sh and use .github/workflows/deploy-metrics-scraper.yml, docs/RUNBOOK.md:70-78 still lists that workflow as part of rollout, and scripts/generate-reliability-snapshot.mjs:407 still emits the deleted script as configSource. Please update or remove those references with this deletion so deploy/runbook instructions and generated site metadata do not point to nonexistent repo paths.
Useful? React with 👍 / 👎.
Deletes the dedicated metrics scraper deploy workflow and deploy script so relayorb-metrics-scraper-prod cannot be recreated by repo automation.