Skip to content

Commit

Permalink
src/send_kcidb: add kbuild failure error code
Browse files Browse the repository at this point in the history
Add `kbuild_internal_error` to missed test error codes
as it means that kernel build failed and test couldn't
run.

Signed-off-by: Jeny Sadadia <[email protected]>
  • Loading branch information
Jeny Sadadia authored and nuclearcat committed Oct 11, 2024
1 parent 602972a commit dcb77fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/send_kcidb.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
'RequestBodyTooLarge',
'submit_error',
'Unexisting permission codename.',
'kbuild_internal_error',
)

ERRORED_TEST_CODES = (
Expand Down

0 comments on commit dcb77fd

Please sign in to comment.