-
Notifications
You must be signed in to change notification settings - Fork 0
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
Only sync required test suite on start + Only sync _logs back at the end #74
Comments
I'd like to not only limit the amount of sync at the end of the test execution, but also the limit of sync at the beginning like:
|
svettwer
changed the title
After test execution: Only sync _logs back
Only sync required test suite on start + Only sync _logs back at the end
Oct 22, 2020
svettwer
added a commit
that referenced
this issue
Oct 22, 2020
svettwer
added a commit
that referenced
this issue
Oct 22, 2020
svettwer
added a commit
that referenced
this issue
Oct 22, 2020
svettwer
added a commit
that referenced
this issue
Oct 23, 2020
svettwer
added a commit
that referenced
this issue
Oct 23, 2020
svettwer
added a commit
that referenced
this issue
Oct 23, 2020
svettwer
added a commit
that referenced
this issue
Nov 9, 2020
svettwer
added a commit
that referenced
this issue
Nov 9, 2020
svettwer
added a commit
that referenced
this issue
Nov 9, 2020
svettwer
added a commit
that referenced
this issue
Nov 9, 2020
svettwer
added a commit
that referenced
this issue
Nov 9, 2020
svettwer
added a commit
that referenced
this issue
Nov 9, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the complete test project is synced back to the mounted volume after test execution. This causes a change in file permissions for the whole project. This should be avoided by just syncing
_logs
folders back.Acceptance criteria:
_logs
folder back to volume after test execution_logs
folder structure privileges are 755The text was updated successfully, but these errors were encountered: