Two things: 1. Ensure to "git pull --rebase" on your MTT to get the latest updates to MTT.
2. Update your INI files something like this (subset of a patch): [Test get: ibm] module = SCM -scm_module = SVN -scm_url = svn://savbu-usnic.cisco.com/ompi-tests/trunk/ibm +scm_module = Git +scm_url = /home/mpiteam/mirror-git/ompi-tests +scm_subdir = ibm Note the changes: - SVN -> Git - URL change (notice that I happen to have a local cache of the git repo, but you can put in a git:// or https:// URL here, too) - new field: scm_subdir. In SVN, we could just check out the "trunk/ibm" part of the SVN repo. But you can only clone the entire repo in Git, so the new field specifies the subdir you want MTT to operate in inside the clone. Hence, we specify "ibm" here. Feel free to look at ompi-tests/cisco/community/*ini for some examples. On Sep 16, 2014, at 3:41 PM, Jeff Squyres (jsquyres) <jsquy...@cisco.com> wrote: > Good question. Info coming shortly (i.e., I'm updating mine right now; will > share the results). > > > On Sep 16, 2014, at 3:28 PM, Ralph Castain <r...@open-mpi.org> wrote: > >> And we need to modify our .ini scripts....how? >> >> On Sep 16, 2014, at 12:22 PM, Jeff Squyres (jsquyres) <jsquy...@cisco.com> >> wrote: >> >>> The ompi-tests SVN repo has been moved to Github. The SVN repo is now in >>> read-only mode. >>> >>> Just like the SVN ompi-tests repo, the Github ompi-tests repo is private. >>> You need to be an active organization in Open MPI to be able to access it. >>> You can use your developer Github ID or you can request the read-only >>> account password from me (e.g., if you were having MTT use the "ompi-tests" >>> account for SVN access). >>> >>> You are strongly encouraged to update your MTT to fetch from the new Github >>> repo: >>> >>> https://github.com/open-mpi/ompi-tests >>> >>> -- >>> Jeff Squyres >>> jsquy...@cisco.com >>> For corporate legal information go to: >>> http://www.cisco.com/web/about/doing_business/legal/cri/ >>> >>> _______________________________________________ >>> devel mailing list >>> de...@open-mpi.org >>> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel >>> Link to this post: >>> http://www.open-mpi.org/community/lists/devel/2014/09/15847.php >> >> _______________________________________________ >> devel mailing list >> de...@open-mpi.org >> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel >> Link to this post: >> http://www.open-mpi.org/community/lists/devel/2014/09/15848.php > > > -- > Jeff Squyres > jsquy...@cisco.com > For corporate legal information go to: > http://www.cisco.com/web/about/doing_business/legal/cri/ > > _______________________________________________ > devel mailing list > de...@open-mpi.org > Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel > Link to this post: > http://www.open-mpi.org/community/lists/devel/2014/09/15850.php -- Jeff Squyres jsquy...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/