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

Use package name instead of runnable id for dir on target #163

Merged
merged 2 commits into from
Jul 20, 2022

Conversation

fredszaq
Copy link
Collaborator

This means means multiple runnables from the same package (ie
integration tests) will live in the same directory on the target device
and this directory will be stable and will not contain a build hash.

This is way better for disk usage especially when lots for tests
resources need to be copied (as those will not be duplicated on the
target device). This should also improve the first execution time on ssh
devices when there are multiple integration tests in the package as the
resources will need to only be copied once then rsync will do some magic

This means means multiple runnables from the same package (ie
integration tests) will live in the same directory on the target device
and this directory will be stable and will not contain a build hash.

This is way better for disk usage especially when lots for tests
resources need to be copied (as those will not be duplicated on the
target device). This should also improve the first execution time on ssh
devices when there are multiple integration tests in the package as the
resources will need to only be copied once then rsync will do some magic
@fredszaq fredszaq merged commit 7971a88 into main Jul 20, 2022
@fredszaq fredszaq deleted the use-package-name-instead-of-runnable-id-for-dinghy-dir branch July 20, 2022 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants