-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
Describe the desirable behavior of the program
It would be wonderful if you add, the ability to do local launch simultaneously without
- Download sources from repository
- Copy source code in temporary folder
Describe alternatives you've considered
Now I can use:
--vcs-type noneoption. In this case, sources will be copied to the temporary dir. If I have already havetempdir (for example from the previous Universum run) I will get an error- Run Universum locally (Non-CI mode) via
runcommand. This pretty close to my request, except:- It is strange to use Universum in Non-CI mode on CI (Teamcity/Jenkins)
- In my request I want the same Universum behavior regardless
--vcs-typevalue. In Non-CI mode we have the other behavior
Additional context
This feature is needed to do several launches of Universum within the same job
Reactions are currently unavailable