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 a random directory to run the tests #18

Open
jgsogo opened this issue Apr 1, 2020 · 0 comments
Open

Use a random directory to run the tests #18

jgsogo opened this issue Apr 1, 2020 · 0 comments

Comments

@jgsogo
Copy link
Contributor

jgsogo commented Apr 1, 2020

When two different jobs point to the same commit they fight for the same directory because they are using a directory that contains the commit:

base_source = "${base_dir}source/${commit}"

This scenario happens, for example, when two branches point to the same commit: master and release/1.xx and the symptom is a permission error in the CI (Windows) because one job is trying to override the python.exe that the other job is using:

PermissionError: [Errno 13] Permission denied: 'D:\\J\\t\\c5dd\\py38\\enabled_revisions\\venv\\Scripts\\python.exe'
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

No branches or pull requests

1 participant