Conversation
93fe4db to
272dd25
Compare
|
/merge |
|
View all feedbacks in Devflow UI.
This pull request is not mergeable according to GitHub. Common reasons include pending required checks, missing approvals, or merge conflicts — but it could also be blocked by other repository rules or settings.
thomas.kowalski@datadoghq.com unqueued this merge request |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 272dd2516f
ℹ️ 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".
| os tests windows: | ||
| extends: .multi_os_test_base | ||
| tags: ["windows-v2:2022"] | ||
| pre_get_sources_script: |
There was a problem hiding this comment.
Nest pre_get_sources_script under hooks
pre_get_sources_script is defined as a subkey of hooks in GitLab CI (hooks: pre_get_sources_script:), not as a top-level job key. With the current shape, this job config is invalid/ignored by GitLab, so the lockfile cleanup won’t run before checkout (and the same pattern is repeated in .gitlab/package.yml). This defeats the fix for stale .git/*.lock files on Windows runners.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Yeah I removed the PR from the MQ because of this -- I'll take care of it when I get a chance!
No description provided.