Searched refs:started_on (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_builddashboard_page_artifacts.py | 58 started_on=now, completed_on=now, outcome=Build.SUCCEEDED) 83 started_on=now, completed_on=timezone.now(), 139 started_on=now, completed_on=timezone.now(),
|
| H A D | test_landing_page.py | 47 started_on=now, 84 started_on=now,
|
| H A D | test_toastertable_ui.py | 74 started_on=now, 80 started_on=later,
|
| H A D | test_builddashboard_page.py | 32 started_on=now, 37 started_on=now, 42 started_on=now,
|
| H A D | test_project_page.py | 37 started_on=now,
|
| H A D | test_builddashboard_page_recipes.py | 25 started_on=now,
|
| H A D | test_builddashboard_page_tasks.py | 25 started_on=now,
|
| H A D | test_task_page.py | 27 self.build = Build.objects.create(project=project, started_on=now,
|
| H A D | test_all_projects_page.py | 42 started_on=now,
|
| H A D | test_most_recent_builds_states.py | 26 started_on=now, completed_on=now)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/management/commands/ |
| H A D | runbuilds.py | 138 started_on=br.created)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/ |
| H A D | models.py | 397 started_on=now) 475 started_on = models.DateTimeField() variable in Build 555 eta += ((eta - self.started_on)*(100-completeper))/completeper 684 return self.completed_on - self.started_on
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | views.py | 1267 build_stat['start'] = build.started_on 1285 timediff = now - build.started_on 1298 timediff = build.completed_on - build.started_on
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | buildinfohelper.py | 170 started_on=now,
|