-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add dvc run --deterministic option. #1400
Conversation
Tests currently failing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @vernt !
A few suggestions with fixes for the errors from the CI logs. You can click on them to merge them into your patch. Lets do that and I will continue the review from there.
Hi @vernt ! I've fixed those small issues myself. Waiting for CI results. |
Hi @vernt ! I'll submit my test additions in a moment on top of your changes. Can you confirm that this patch works for you during the manual testing? |
Signed-off-by: Ruslan Kuprieiev <[email protected]>
One more test coming in a moment. So far so good 🙂 |
We should check command, as well as any other fields. E.g. `locked`. Signed-off-by: Ruslan Kuprieiev <[email protected]>
Signed-off-by: Ruslan Kuprieiev <[email protected]>
@vernt I've added a few things as well as tests for them. Please take a look, maybe you want to add/change something. Please ping me when you think it is ready to be merged. Thanks a lot for the PR! 🎉 |
Signed-off-by: Ruslan Kuprieiev <[email protected]>
Signed-off-by: Ruslan Kuprieiev <[email protected]>
Signed-off-by: Ruslan Kuprieiev <[email protected]>
Signed-off-by: Ruslan Kuprieiev <[email protected]>
Signed-off-by: Ruslan Kuprieiev <[email protected]>
Signed-off-by: Ruslan Kuprieiev <[email protected]>
NOTE: need to implement #1373 before merging this PR. |
Fixes iterative#1373 Signed-off-by: Ruslan Kuprieiev <[email protected]>
Signed-off-by: Ruslan Kuprieiev <[email protected]>
Signed-off-by: Ruslan Kuprieiev <[email protected]>
Signed-off-by: Ruslan Kuprieiev <[email protected]>
Tests currently failing. I'm not familiar with the test tooling to diagnose the situation.
Related to #1234