Searched refs:IN_PROGRESS (Results 1 – 11 of 11) sorted by relevance
39 outcome=Build.IN_PROGRESS)
60 'outcome': Build.IN_PROGRESS74 'outcome': Build.IN_PROGRESS
53 build.outcome = Build.IN_PROGRESS
158 …Build.objects.filter(outcome=Build.IN_PROGRESS).update(outcome=Build.FAILED, completed_on=timezone…
119 build__outcome=Build.IN_PROGRESS):
213 Q(outcome=Build.IN_PROGRESS) |458 IN_PROGRESS = 2 variable in Build464 (IN_PROGRESS, 'In Progress'),476 outcome = models.IntegerField(choices=BUILD_OUTCOME, default=IN_PROGRESS)514 builds.filter(outcome=Build.IN_PROGRESS).order_by("-started_on"),721 return self.outcome == Build.IN_PROGRESS and \730 return self.outcome == Build.IN_PROGRESS and \737 return self.outcome == Build.IN_PROGRESS and \748 return self.outcome == Build.IN_PROGRESS and \
144 while Build.objects.get(pk=build_pk).outcome == Build.IN_PROGRESS:
1302 if Build.IN_PROGRESS == build.outcome:1337 builds = Build.objects.exclude(outcome=Build.IN_PROGRESS).order_by("-started_on")1348 builds = Build.objects.filter(outcome=Build.IN_PROGRESS).order_by("-started_on")1548 "mru" : Build.objects.all().filter(project=project,outcome=Build.IN_PROGRESS),1550 if project.build_set.filter(outcome=Build.IN_PROGRESS).count() > 0:2020 if Build.objects.filter(outcome=Build.IN_PROGRESS):
529 elif build_obj.outcome == Build.IN_PROGRESS:
1104 queryset = queryset.exclude(Q(outcome=Build.IN_PROGRESS) |1520 project.build_set.filter(outcome=Build.IN_PROGRESS).count() > 0:
1071 ~Q(build__outcome=Build.IN_PROGRESS)