Page History

Turn Off History

Overview

In addition to our nightly build and test we run a "continuous" build and test on a subset of platforms. The goal of these builds:

Current implementation

The continuous runs are submitted from nmi-s006.cs.wisc.edu in the /home/cndrauto/continuous/ directory. A single crondor job exists for each platform. This job simply calls condor_nmi_submit to do the dirty work. Occasionally, someone will condor_rm cndrauto, forgetting about these jobs. When that happens, the crondor job will get removed too, removing the continuous builds. The crondor schedule is set up in the submit files to run about once an hour, and we try to bias the hours to ones where developers are most likely to be committing. Note that condor_nmi_submit sets the JobPrio such that the most recently submitted build (and test) has the highest priority. Because tests are slow, they usually fall behind in the course of a day, but the most recently submitted onces are started first. The goal is to try to set the schedule so that all the tests "catch up" overnight. Even if it takes overnight for a test run to finish, it can still be very valuable. This is because it is over hard to track backwards from a broken test to the commit which broke the test. The more frequent the tests are, the smaller the commit windows is to find the guilty commit, even if it takes a long time for the test to finally finish.

Add a new continuous run

Modify a continuous run