Home
last modified time | relevance | path

Searched refs:REQ_INPROGRESS (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/
H A Dchecksettings.py147 for b in BuildRequest.objects.filter(state=BuildRequest.REQ_INPROGRESS):
152 …BuildRequest.objects.filter(state=BuildRequest.REQ_INPROGRESS).update(state=BuildRequest.REQ_FAILE…
H A Drunbuilds.py45 br.state = BuildRequest.REQ_INPROGRESS
187 for br in BuildRequest.objects.filter(state=BuildRequest.REQ_INPROGRESS):
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dmodels.py68 REQ_INPROGRESS = 2 variable in BuildRequest
78 (REQ_INPROGRESS, "in progress"),
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_most_recent_builds_states.py58 build_request.state = BuildRequest.REQ_INPROGRESS
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py1158 state=BuildRequest.REQ_INPROGRESS):