Home
last modified time | relevance | path

Searched refs:CANCELLED (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dutils.py70 build.outcome = Build.CANCELLED
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_most_recent_builds_states.py192 build.outcome = Build.CANCELLED
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/
H A Drunbuilds.py161 Q(build__outcome=Build.CANCELLED) &
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py215 Q(outcome=Build.CANCELLED)
460 CANCELLED = 3 variable in Build
466 (CANCELLED, 'Cancelled'),
512 Q(outcome=Build.CANCELLED)
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py214 if build.outcome == Build.CANCELLED:
1378 self.internal_state['build'].outcome = Build.CANCELLED
1554 br.build.outcome = Build.CANCELLED
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py68 build.outcome = Build.CANCELLED
H A Dtables.py1105 Q(outcome=Build.CANCELLED))