-
Notifications
You must be signed in to change notification settings - Fork 5
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 archive utility #208
base: devel
Are you sure you want to change the base?
Add archive utility #208
Conversation
…lector functioning and returning a set of apptests to search for runs
…e utility now able to select the correct set of tests
…l of existing test in archive, and copying common files
I tested this briefly this morning on some unit tests (testing a few runs of a failed check, failed build, and a successful test). This is now working, and I've confirmed that the deletion flags are operating correctly. As of now, I'm not aware of any bugs in this script. I do still need to update the docs before merging this, but the main thing that needs review is the utility itself. Caveats -- the script does not filter out runs that haven't completed. All runs found in the time frame will be archived. If you have deletion flags like |
One thing that's still under consideration is -- should we create a dot file like
|
As much as a |
… with more test runs, this is a more useful.
Adds the archive utility.
"Archive" does not interface with tape storage archives, but rather refers to a simplified test directory structure that optionally includes/excludes build directory and work directories. From that directory, you may tar/xfer/hsi_xfer those results anywhere, this script is just making that directory structure more amenable to archiving.