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 none option. In this case, sources will be copied to the temporary dir. If I have already have temp dir (for example from the previous Universum run) I will get an error
- Run Universum locally (Non-CI mode) via
run command. 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-type value. 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
Describe the desirable behavior of the program
It would be wonderful if you add, the ability to do local launch simultaneously without
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 errorruncommand. This pretty close to my request, except:--vcs-typevalue. In Non-CI mode we have the other behaviorAdditional context
This feature is needed to do several launches of Universum within the same job