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

Need a way to pre-fix file system workspace on executor vm #50

Open
clemensutschig opened this issue Feb 9, 2022 · 2 comments
Open
Labels

Comments

@clemensutschig
Copy link
Contributor

today the workspace is set staticly, with a random number - here
https://github.com/Boehringer-Ingelheim/toscaci/blob/main/server/CIService/Service/WorkspaceService.cs#L27

we need a way to pre-fix that - from outside via param to easily find it back

@albertpuente

@clemensutschig clemensutschig added the enhancement New feature or request label Feb 9, 2022
@segator
Copy link
Collaborator

segator commented Feb 9, 2022

if you fix it you could have isolation issues between tests, I don't think it is a good idea, what are you trying to solve? have access to the workspace for debugging porpuse? you could make the workspace folder exported or disable the removal after test execution?

@clemensutschig
Copy link
Contributor Author

clemensutschig commented Feb 10, 2022

Isaac- I talk about "pre-fixing" - not about changing the dynamic part .. so instead of today .. "tosca_" + new Random().Next()); to have it e.g. veeva-66- + the above (tosca_xxxx) (in case someone passes a pre-fix via CLI)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants