Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_builddashboard_page_artifacts.py58 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 Dtest_landing_page.py47 started_on=now,
84 started_on=now,
H A Dtest_toastertable_ui.py74 started_on=now,
80 started_on=later,
H A Dtest_builddashboard_page.py32 started_on=now,
37 started_on=now,
42 started_on=now,
H A Dtest_project_page.py37 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_all_projects_page.py42 started_on=now,
H A Dtest_most_recent_builds_states.py26 started_on=now, completed_on=now)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/management/commands/
H A Drunbuilds.py138 started_on=br.created)
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py1267 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 Dbuildinfohelper.py170 started_on=now,