Home
last modified time | relevance | path

Searched refs:started_on (Results 1 – 14 of 14) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_builddashboard_page_artifacts.py60 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 Dtest_toastertable_ui.py77 started_on=now,
83 started_on=later,
H A Dtest_builddashboard_page.py36 started_on=now,
41 started_on=now,
46 started_on=now,
H A Dtest_project_page.py37 started_on=now,
H A Dtest_landing_page.py184 started_on=now,
222 started_on=now,
H A Dtest_builddashboard_page_recipes.py25 started_on=now,
H A Dtest_builddashboard_page_tasks.py25 started_on=now,
H A Dtest_task_page.py27 self.build = Build.objects.create(project=project, started_on=now,
H A Dtest_most_recent_builds_states.py27 started_on=now, completed_on=now)
H A Dtest_all_projects_page.py59 started_on=now,
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/
H A Drunbuilds.py138 started_on=br.created)
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py397 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 Dviews.py1288 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 Dbuildinfohelper.py170 started_on=now,