dnm: validation#382
dnm: validation#382andrew-anyscale wants to merge 3 commits intoandrew/revup/main/matrix-converterfrom
Conversation
Rayci will expand matrix into individual Buildkite steps, allowing for fine-grained depends_on targeting of specific matrix combinations. Topic: matrix-expand Labels: draft Signed-off-by: andrew <andrew@anyscale.com>
Integrate matrix_expand into conversion steps. This allows pipeline steps to selectively depend on a subset of matrix-defined steps, reducing unnecessary steps when tag filtering can filter those out. - Introduced a new YAML configuration for matrix selection tests in Buildkite. - Implemented matrix expansion logic in the converter, allowing for dynamic step generation based on matrix configurations. Topic: matrix-converter Relative: matrix-expand Labels: draft Signed-off-by: andrew <andrew@anyscale.com>
Relative: matrix-converter Topic: matrix-testedd Labels: draft Signed-off-by: andrew <andrew@anyscale.com>
|
Summary of ChangesHello @andrew-anyscale, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces a minor cleanup within a test file, specifically removing a redundant comment. While the title suggests a broader 'validation' effort, the current changes are limited to this small refinement, potentially laying groundwork or being an isolated part of a larger, ongoing development. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request makes a minor change to a test file by removing a comment. My review suggests restoring this comment to maintain consistency and readability within the test suite, as other test cases include similar comments for clarity.
| }{{ | ||
| name: "saturday", | ||
| now: morningOf(2025, time.May, 31), // Saturday | ||
| now: morningOf(2025, time.May, 31), |
There was a problem hiding this comment.
This change removes the comment indicating the day of the week for this test case. For consistency with the other test cases in this file, which all have such comments, it's recommended to restore it. This improves readability and makes it easier to verify the test cases at a glance.
| now: morningOf(2025, time.May, 31), | |
| now: morningOf(2025, time.May, 31), // Saturday |
af28d5b to
6e29f19
Compare
4c8d9d2 to
83f7a55
Compare
ef5cae9 to
5e3f8d0
Compare
83f7a55 to
2d792f3
Compare
5e3f8d0 to
fa612a4
Compare
2d792f3 to
4214f2b
Compare
Code Review 👍 Approved with suggestions 0 resolved / 1 findingsTrivial DNM validation PR removing a redundant comment. The previous finding about inconsistent comment removal remains valid as only one test case comment was removed while others may still exist. 💡 Quality: Inconsistent comment removal breaks test case pattern📄 wanda/cache_epoch_test.go:19 The removal of the While the test name already indicates "saturday", the inline comments serve as quick visual verification that the date value ( Suggestion: Either:
Given this is a "DNM: validation" draft PR, this may be intentionally minimal, but for code quality purposes, consistency should be maintained. OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
4214f2b to
0be5ac9
Compare
Relative: matrix-converter
Topic: matrix-testedd
Labels: draft
Signed-off-by: andrew andrew@anyscale.com