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

chore: make the pipeline scripts in workshop locally executable #136

Open
ChunyiLyu opened this issue Oct 21, 2024 · 1 comment
Open

chore: make the pipeline scripts in workshop locally executable #136

ChunyiLyu opened this issue Oct 21, 2024 · 1 comment

Comments

@ChunyiLyu
Copy link
Member

ChunyiLyu commented Oct 21, 2024

Context

This is split out from #128.

In our workshop set up, learners cannot run the pipeline script locally and they can only test the pipeline script with a complicated docker build/run combo.This is adding unnecessary complication and friction to the workshop.

We should make the pipeline scripts locally executable: instead of docker build + docker run, we can just rewrite the scripts so they can be executed locally. To test, you just need to run the script (we can provide the input/output/metadata dir as env vars or arguments or assume test if /kratix does not exist).

A bit more context on this can be found in #128 (comment)

@ChunyiLyu
Copy link
Member Author

cc @catmo-syntasso

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant