Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py1891 def _file_names_for_artifact(build, artifact_type, artifact_id): argument
1900 if artifact_type == "cookerlog":
1904 elif artifact_type == "imagefile":
1907 elif artifact_type == "targetkernelartifact":
1911 elif artifact_type == "targetsdkartifact":
1915 elif artifact_type == "licensemanifest":
1918 elif artifact_type == "packagemanifest":
1921 elif artifact_type == "tasklogfile":
1924 elif artifact_type == "logmessagefile":
1932 def build_artifact(request, build_id, artifact_type, artifact_id): argument
[all …]