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

tasks: skip client side node_list validation #198

Merged

Conversation

diegodelemos
Copy link
Member

* Gets raw data from Kubernetes and avoids OpenAPI deserialization which
  fails due to kubernetes-client/gen#52,
  even though [this fix](kubernetes/kubernetes#85728)
  exists, the Python Kubernetes library is still not compatible with it.
  More information at kubernetes-client/python#1174.
@diegodelemos diegodelemos added this to In review in v0.7.0 Jul 3, 2020
Copy link
Member

@tiborsimko tiborsimko left a comment

Choose a reason for hiding this comment

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

Confirmed working with the Kind branch.

Test script:

(cd ../reana && git reset --hard)
(cd ../reana-workflow-controller && git reset --hard)
reana-dev git-clean -c ALL
reana-dev git-status -c ALL -s
reana-dev cluster-delete
sudo rm -rf /var/reana/*
reana-dev run-ci -m /var/reana:/var/reana --exclude-components=r-ui,r-a-vomsproxy -c r-d-helloworld
reana-dev cluster-undeploy
echo "# test1" >> ../reana-workflow-controller/setup.py
reana-dev docker-build -c r-w-controller
reana-dev kind-load-docker-image -c r-w-controller
reana-dev cluster-deploy
eval "$(reana-dev client-setup-environment)" && reana-dev run-example -c r-d-helloworld
reana-dev cluster-undeploy
echo "# test2" >> ../reana-workflow-controller/setup.py
reana-dev docker-build -c r-w-controller
reana-dev kind-load-docker-image -c r-w-controller
reana-dev cluster-deploy
eval "$(reana-dev client-setup-environment)" && reana-dev run-example -c r-d-helloworld

@tiborsimko tiborsimko merged commit fbb84c3 into reanahub:master Jul 3, 2020
v0.7.0 automation moved this from In review to Done Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
v0.7.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants