{section: Overview }
-We build Condor and run the regression test suite on each push to the Git repository.  The reasons for these frequent builds are:
+We build HTCondor and run the regression test suite on each push to the Git repository.  The reasons for these frequent builds are:
 *: Provide quick feedback if a commit breaks the builds or tests
 *: Provide historical coverage to help trace back and find which commit broke tests/builds.  It is hard to track backwards from a broken test to the commit which broke the test if there are many commits between builds.  The more frequent the tests are, the smaller the commit windows is to find the guilty commit.
 *: Help spot race conditions in tests that fail sporadically, especially when subsequent runs of the test produce different results against the same code