Skip to content

Conversation

vrbagalkot
Copy link

Adding No space check in build error log, so that
bisection logic doesnt execute, when the build failure is due to disk space issue.

Adding No space check in build error log, so that
bisection logic doesnt execute, when the build failure
is due to disk space issue.

Signed-off-by: vrbagalkot <[email protected]>
@abdhaleegit
Copy link
Collaborator

@vrbagalkot logs please

@abdhaleegit abdhaleegit self-assigned this Sep 15, 2025
@abdhaleegit abdhaleegit self-requested a review September 15, 2025 07:15
emaili=""
commiti=self.commit[-1]
if "No space" in errVal:
print(f"Error contains 'No Space', skipping bisection search: {errVal}")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not use print instead use log.fail or log.error ? and exit the whole script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants