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

Integration test job on kubernetes improvement #393

Open
gusmith opened this issue Jul 5, 2019 · 0 comments
Open

Integration test job on kubernetes improvement #393

gusmith opened this issue Jul 5, 2019 · 0 comments

Comments

@gusmith
Copy link
Contributor

gusmith commented Jul 5, 2019

Currently, to run the integration tests on kubernetes, we are creating a persistent volume, a job mounting the volume and saving the test results into it, and a final pod mounting the same volume from which we copy the result from.

In fact, with kubernetes, we cannot copy a file from a stopped container in a pod (while this is possible with docker). This issue is tracked in kubernetes/kubectl#454 which has been opened in April 2018, and its priority raised in June 2019 (so not really active...).

But there may be other solution to solve this issue of getting the test results from a kubernete job:

  • mounting minio or s3 from the test job and getting the results from it after
  • posting the test results as part of the test job
  • other?
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