feat(wanda): add artifacts_dir CLI flag#409
feat(wanda): add artifacts_dir CLI flag#409andrew-anyscale wants to merge 1 commit intoandrew/revup/main/wanda-artifact-copyfrom
Conversation
|
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 enhances the 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. Changelog
Activity
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 introduces an artifacts_dir command-line flag to specify the directory for artifact extraction. The changes correctly add the flag and integrate it into the configuration. However, the implementation for the default artifact directory in RayCI mode is incomplete. My review includes a suggestion to correctly handle the default value, while also considering precedence of environment variables and flags.
e45039d to
3ba30cb
Compare
3ba30cb to
b0cff49
Compare
a3b19fc to
80ab6e0
Compare
b0cff49 to
2f92adb
Compare
80ab6e0 to
81385ec
Compare
2f92adb to
81f41f5
Compare
81385ec to
1e3c63b
Compare
81f41f5 to
3920c22
Compare
1e3c63b to
217cc4d
Compare
3920c22 to
5f98615
Compare
217cc4d to
34ea72c
Compare
5f98615 to
e090ae8
Compare
34ea72c to
868f0c1
Compare
868f0c1 to
f210797
Compare
e090ae8 to
cefe4d9
Compare
Add -artifacts_dir flag to specify artifact extraction directory. Topic: wanda-artifact-cli Relative: wanda-artifact-copy Signed-off-by: andrew <andrew@anyscale.com>
f210797 to
f343d80
Compare
bd70791 to
5c06796
Compare
f343d80 to
44d0999
Compare
Add -artifacts_dir flag to specify artifact extraction directory.
Topic: wanda-artifact-cli
Relative: wanda-artifact-copy
Signed-off-by: andrew andrew@anyscale.com