Searched refs:task_executed (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/builds/ |
| H A D | test_core_image_min.py | 132 task_executed=1).values('id', 'script_type') 145 tasks = Task.objects.filter(task_executed=1).values('id', 'outcome') 159 task_executed=0).values('id', 'script_type') 178 build=build['id'], task_executed=0).values('id', 'outcome')
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_task_page.py | 40 order=1, outcome=Task.OUTCOME_COVERED, task_executed=False,
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | buildtables.py | 398 Q(task_executed=True)) 403 Q(task_executed=False))
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templatetags/ |
| H A D | projecttags.py | 101 if not task_object.task_executed:
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/ |
| H A D | models.py | 1082 …return Task.objects.filter(task_executed=True, build = self.build, recipe = self.recipe, task_name… 1097 if self.task_executed: 1106 … task_executed = models.BooleanField(default=False) # True means Executed, False means Not/Executed variable in Task
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | buildinfohelper.py | 297 outcome_task_setscene = Task.objects.get(task_executed=True, build = task_object.build,
|