chore(ci): extract unit tests into reusable workflow#25247
chore(ci): extract unit tests into reusable workflow#25247thomasqueirozb merged 3 commits intomasterfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f46640cefc
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c2f22b8136
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Summary
Extracts the
testjob fromtest.ymlinto a reusableunit-tests.ymlworkflow so other workflows can reuse it. Pure refactor with no behavior change for existing CI.Follow up to this will be to migrate the master merge queue to use unit-tests.yml and the ci trigger too.
Vector configuration
NA
How did you test this PR?
Relying on CI.
Change Type
Is this a breaking change?
Does this PR include user facing changes?
no-changeloglabel to this PR.References