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

[WIP] tools: add scripts for automating tests of old tool revisions #360

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

piotr-binkowski
Copy link
Contributor

This PR adds scripts that automate process of testing old tool revisions with current test suite

To use it, just run tools/compare.sh <n> where n is number of versions to check.
At the moment scripts just checkout all tools to a commit week ago, 2 weeks ago and so on and build version of the tool from that time
Results are saved as out.csv file which contains number of tests passed for each tool using code from each date

@mithro
Copy link
Collaborator

mithro commented Oct 22, 2019

This looks pretty good.

I would also like to support a different system in the future too. Can we look at creating a version of this script which looks at the versions available on conda?

Piotr Binkowski added 2 commits October 23, 2019 10:47
Signed-off-by: Piotr Binkowski <pbinkowski@antmicro.com>
…uild

Signed-off-by: Piotr Binkowski <pbinkowski@antmicro.com>
@piotr-binkowski piotr-binkowski force-pushed the old-tools-tests branch 3 times, most recently from f12f233 to ec32ae5 Compare October 25, 2019 08:36
Signed-off-by: Piotr Binkowski <pbinkowski@antmicro.com>
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.

None yet

2 participants