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

Integrate with argo workflow via vineyardctl. #1593

Merged
merged 3 commits into from
Oct 18, 2023

Conversation

dashanji
Copy link
Member

What do these changes do?

  • Add a new command 'vineyardctl inject argo-workflow' to inject the vineyard volumes to the workflow manifest.
  • Add the relevant unit test.
  • Update the doc.

Related issue number

Fixes #1590

--mount-path="/vineyard/data" \
--dag="dag" \
--tasks="preprocess-data,test-data"
`)
Copy link
Member

Choose a reason for hiding this comment

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

Can you use a simpler demo case in docstring? for example a workflow with only 2 step.

Copy link
Member Author

Choose a reason for hiding this comment

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

Ok.


"github.com/v6d-io/v6d/k8s/cmd/commands/flags"
"github.com/v6d-io/v6d/k8s/cmd/commands/util"
"gopkg.in/yaml.v3"
Copy link
Member

Choose a reason for hiding this comment

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

Leave vineyard imports to the last position.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

* Add a new command 'vineyardctl inject argo-workflow' to inject the vineyard volumes to the workflow manifest.
* Add the relevant unit test.
* Update the doc.
* Bump up the golangci-lint to v1.50.0.

Signed-off-by: Ye Cao <[email protected]>
Signed-off-by: Ye Cao <[email protected]>
@dashanji dashanji force-pushed the integrate-with-argo-workflow branch from 052cddb to c2704c0 Compare October 18, 2023 05:32
@sighingnow sighingnow merged commit 35a9b83 into v6d-io:main Oct 18, 2023
22 of 23 checks passed
@dashanji dashanji deleted the integrate-with-argo-workflow branch October 18, 2023 06:53
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.

CSI Driver: Integrate with argo workflow via vineyardctl
2 participants