Hello.

Do you use Virtualbox?

I think I know the answer.

It was some messages back on the same email thread,

https://groups.google.com/d/msg/vagrant-up/UeGrB82PSTs/ad6JTz6AsQkJ

If you are using the same user same source box, etc, you can have some
collisions:

Try to setup this as part of the job

JOBID="<some_unique_id>"
VBOX_USER_HOME="~/ci/$JOBID/vbox"

mkdir -p $VBOX_USER_HOME

VBoxManage setproperty machinefolder VBOX_USER_HOME="~/ci/$JOBID/vbox"


That will create the structure that will avoid such collisions

JOBID can be an id from jenkins or some time stamp generated with date

Let me know if this helps.

Other users have setup test kitchen to run with different users

Alvaro

On Wed, Nov 25, 2015 at 9:27 PM,  <gseux.cri...@gmail.com> wrote:
>
> Thanks Alvarro for your answer.
>
> We have the same setup as Chris, a jenkins cluster launching `kitchen
> test --concurrency=2`.
> The jenkins cluster uses mesos plugin to launch jenkins slave on our
> mesos cluster. There are multiple jenkins slaves running on a physical
> mesos slave and they all uses the same user (jenkins).
>
> I am not sure to see in which of the cases you've described that fell on.
>
> --
> 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 vagrant-up+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/vagrant-up/2f338a6f-f99b-4068-8169-7a4798f791f9%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 vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/CAHqq0ezyQkYXkB8%2BEZnMrDcA6CWj7OcgBL97f6sH4Bp21gwbVg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to