Searched refs:started_on (Results 1 – 14 of 14) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_builddashboard_page_artifacts.py | 60 started_on=now, completed_on=now, outcome=Build.SUCCEEDED) 85 started_on=now, completed_on=timezone.now(), 141 started_on=now, completed_on=timezone.now(),
|
H A D | test_toastertable_ui.py | 77 started_on=now, 83 started_on=later,
|
H A D | test_builddashboard_page.py | 36 started_on=now, 41 started_on=now, 46 started_on=now,
|
H A D | test_project_page.py | 37 started_on=now,
|
H A D | test_landing_page.py | 184 started_on=now, 222 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_most_recent_builds_states.py | 27 started_on=now, completed_on=now)
|
H A D | test_all_projects_page.py | 59 started_on=now,
|
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/ |
H A D | runbuilds.py | 138 started_on=br.created)
|
/openbmc/openbmc/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
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | views.py | 1288 build_stat['start'] = build.started_on 1306 timediff = now - build.started_on 1319 timediff = build.completed_on - build.started_on
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | buildinfohelper.py | 170 started_on=now,
|