HomeSort by relevance Sort by last modified time
    Searched refs:nightly (Results 1 - 3 of 3) sorted by null

  /external/valgrind/auxprogs/
nightly-build-summary 5 # set of nightly runs.
19 # of integers in the above URL that include all nightly regression
23 # whose keys are the dates at which nightly runs took place. The value
53 my $prog_name = "nightly-build-summary";
106 # 1) Locate the section with the info about the environment of this nightly run
221 my %nightly = %{ $dates{$date} };
222 my @builds = @{ $nightly{"builds"} };
224 $nightly{"num_builds"} = scalar (@builds);
225 $nightly{"num_failing_builds"} = 0;
226 $nightly{"num_testcase_failures"} = 0
    [all...]
  /external/autotest/site_utils/suite_scheduler/
timed_event_unittest.py 89 nightly = self.CreateEvent() # Deadline gets set for tonight.
90 self.assertFalse(nightly.ShouldHandle())
98 self.assertTrue(nightly.ShouldHandle())
99 nightly.UpdateCriteria() # Deadline moves to an hour later
100 self.assertFalse(nightly.ShouldHandle())
108 self.assertTrue(nightly.ShouldHandle())
148 """Return an instance of timed_event.Nightly."""
149 return timed_event.Nightly(self.mv, False)
155 section = base_event.SectionName(timed_event.Nightly.KEYWORD)
162 timed_event.Nightly.CreateFromConfig(config, self.mv)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
layer1.py     [all...]

Completed in 142 milliseconds