This is for the new BATLab (submit-*.batlab.org). For the obsolete, pre-2012 BATLab (nmi-s00*.cs.wisc.edu), see NmiTest. {section: Testing a HTCondor workspace in NMI} Before you start, make sure that you have an account on submit-3.batlab.org. From your usual machine, {term} % ssh submit-3.batlab.org mkdir workspace % exit % cd to top of clone(CONDOR_SRC) % git write-tree % git archive xxxxxx(hash created by git write-tree) | ssh submit-3.batlab.org cd workspace '&&' tar xf - For Windows execute below command, % git archive xxxxxx(hash created by git write-tree) | ssh USERNAME@submit-3.batlab.org cd workspace ; tar xf - {endterm} So far, this is the same as submitting a workspace build. Next, log into submit-3.batlab.org, and run the following commands {term} % cd workspace % cd nmi_tools % ./condor_nmi_submit --test --buildid= --workspace=../ --platforms=all --notify-fail-only --desc="A Description" --ignore-missing-platforms --test-sources-from-workspace {endterm}