Hello, My suggestion is to create one VBOX_USER_HOME and run the other command per job
so each job will have his own VBOX_USER_HOME folder, in this way parallel runs will be run on separate VBOX folders. and setproperty will be run and configure that VBOX_USER_HOME config, so need to be unique per run. Can you try a full path? the path I gave was just an example. so you can try mkdir -p /some/path VBOX_USER_HOME=/some/path and then run the setproperty Thanks! Alvaro. On Thu, Nov 26, 2015 at 2:19 AM, <[email protected]> wrote: > Hello, > > About the solution you suggest, I am concerned the setproperty is a global > operation that will not isolate builds if several tests are running in > parallel. Could you infirm that hypothesis? > > Anyway the command you gave has some weird answer: > >> VBoxManage: error: Given default machine folder >> 'VBOX_USER_HOME=~/ci/toto/vbox' is not fully qualified >> VBoxManage: error: Details: code NS_ERROR_INVALID_ARG (0x80070057), >> component SystemProperties, interface ISystemProperties, callee nsISupports >> VBoxManage: error: Context: >> "COMSETTER(DefaultMachineFolder)(Bstr(a->argv[1]).raw())" at line 838 of >> file VBoxManageMisc.cpp > > thanks a lot for your help > > -- > Grégoire > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in violation > of those guidelines may result in your removal from this mailing list. > > GitHub Issues: https://github.com/mitchellh/vagrant/issues > IRC: #vagrant on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vagrant-up/7704970a-b8ee-49ac-8ce5-0cca4590c4a3%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0ew0uEPmCJOG_L7rN7%2Bwv%2BCakU3umVtH0TDRDH_aUpxbcw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
