Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Reorganize install-deps in gsctl #4154

Merged
merged 7 commits into from
Sep 3, 2024

Conversation

lidongze0629
Copy link
Collaborator

@lidongze0629 lidongze0629 commented Aug 19, 2024

What do these changes do?

  • Split the gsctl install-deps commands for flex architecture
  • Upgrade to the latest vineyard version
    • Add global config file of vineyard version V6D_VERSION
    • Use V6D_VERSION to build graphscope images
    • Use V6D_VERSION to build graphscope wheel packages
  • Add OEDestsSize IEDestsSize IOEDestsSize interface in ArrowProjectedFragment
  • CI related
    • Install dependencies by gsctl install-deps dev-analytical-java in CI gae.yml
    • rm *dummy.yml

Related issue number

Fixes #4133

Copy link
Contributor

github-actions bot commented Aug 19, 2024

Please check the preview of the documentation changes at
https://51ce77cd.graphscope-docs-preview.pages.dev

@lidongze0629 lidongze0629 changed the title feat: Reorganize gsctl feat: Reorganize install-deps in gsctl Aug 27, 2024
@lidongze0629
Copy link
Collaborator Author

#4188

Copy link
Collaborator

@zhanglei1949 zhanglei1949 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lidongze0629 lidongze0629 merged commit 91690a5 into alibaba:main Sep 3, 2024
33 of 34 checks passed
zhanglei1949 pushed a commit to zhanglei1949/GraphScope that referenced this pull request Sep 5, 2024
- [x] Split the gsctl install-deps commands for flex architecture
- [x] Upgrade to the latest vineyard version 
   - [x] Add global config file of vineyard version `V6D_VERSION`
   - [x] Use `V6D_VERSION` to build graphscope images
   - [ ] Use `V6D_VERSION` to build graphscope wheel packages
- [x] Add `OEDestsSize` `IEDestsSize` `IOEDestsSize` interface in `ArrowProjectedFragment`
- [x] CI related
   - [x] Install dependencies by `gsctl install-deps dev-analytical-java` in CI `gae.yml`
   - [x] rm `*dummy.yml` files from `.github/workflows`
Committed-by: xiaolei.zl from Dev container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split the gsctl install-deps commands for flex architecture
4 participants