-
Notifications
You must be signed in to change notification settings - Fork 11
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
End to end tests #14
End to end tests #14
Conversation
echo "git+https://github.com/getindata/kedro-vertexai.git@$GITHUB_SHA" >> src/requirements.txt | ||
echo "kedro-docker" >> src/requirements.txt | ||
sed -i '/kedro-telemetry/d' src/requirements.txt | ||
cat src/requirements.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leftover?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mean this cat
? I left it intentionally for debugging purposes
Impressive!!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💪🏻
Description
Workflow that runs spaceflights scenario on our GCP infrastructure. Currently workflow is configured in a way, that runs only on
develop
branch, and proper PR's (not draft). We may review the costs of running tests later on.Follow up tasks cover:
wait_for_completion
option to pipeline config. #15PR Checklist