ci(project): remove supported integrations push jobs#8707
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: 7ad42ff | Docs | Datadog PR Page | Give us feedback! |
Overall package sizeSelf size: 6.06 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.1 | 82.56 kB | 817.39 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | dc-polyfill | 0.1.11 | 25.74 kB | 25.74 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1f66e8cc46
ℹ️ 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".
| yarn-dedupe: | ||
| runs-on: ubuntu-latest | ||
| permissions: |
There was a problem hiding this comment.
Fail stale supported integration outputs after disabling push
When npm run generate:supported-integrations changes only the two generated supported-versions files on a same-repo PR, the preceding supported-integrations job still uploads the artifact and exits successfully; this deleted job was the only consumer that either applied those generated files back to the branch or made the stale output visible. With the push job removed, those PRs can now go green and merge with stale supported_versions_output.json / supported_versions_table.csv, so the generator job should fail in that same-repo/has-changes path while auto-push is disabled.
Useful? React with 👍 / 👎.
BenchmarksBenchmark execution time: 2026-05-29 16:29:50 Comparing candidate commit 7ad42ff in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 1498 metrics, 95 unstable metrics. |
What does this PR do?
Temporarily remove
supported-integrationsandsupported-integrations-pushworkflow jobs.Motivation
Allow #8661 to be released