Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding extra parameter to smoke-test command to update sha256 sums of changed files. #5860

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tanaydin
Copy link
Contributor

@tanaydin tanaydin commented Feb 19, 2025

This PR introduces the --update-sums parameter, which updates the SHA-256 hashes of modified files in the DIGEST_FILE. This parameter must be provided with --smoke-test.

@tanaydin tanaydin force-pushed the update-sums branch 5 times, most recently from f83b21a to d5bcecf Compare February 20, 2025 03:33
@@ -5599,18 +5599,34 @@ def checkSums():

retVal = True

if paths.get("DIGEST_FILE"):
Copy link
Contributor Author

Choose a reason for hiding this comment

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

getFileItem already checks for file.

@tanaydin tanaydin force-pushed the update-sums branch 3 times, most recently from a49400d to 27dc8a9 Compare February 20, 2025 05:13
…-256 hashes of modified files in the DIGEST_FILE. This parameter must be provided after --smoke.
@tanaydin tanaydin changed the title Adding extra parameter to smoke command to update sha256 sums of changed files. Adding extra parameter to smoke-test command to update sha256 sums of changed files. Feb 20, 2025
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.

1 participant