-
Notifications
You must be signed in to change notification settings - Fork 217
copy build directory and/or log file(s) if installation failed to path specified via --failed-install-build-dirs-path or --failed-install-logs-path
#4601
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
Merged
Merged
Changes from 19 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
43031e4
Add function determining if path is ancestor of another path
gkaf89 5af0637
Add assertion about the existence of a list of paths
gkaf89 e92e469
Add function generating unused directories given a list of paths
gkaf89 460fe88
Copy build log and artifacts to permanents locations after a failure
gkaf89 4750fca
Enforce persistence copying restrictions during input option validation
gkaf89 d52d744
[STYLE] Follow style conventions in variable names and functions calls
gkaf89 ea723dd
Mention individual files copied during error artifact persistence
gkaf89 71b761c
simplify test for copying of logs/build dirs for failing installations
boegel b2c2193
use mkdir & remove_dir functions in additional filetools tests
boegel 7baef32
minor tweaks in is_parent_path function
boegel f291d8c
enhance test for is_parent_path
boegel b0a10a1
rename create_unused_dirs to create_non_existing_paths, rename get_fi…
boegel 7860075
rename --artifact-error-path to --failed-installs-build-dirs-path and…
boegel 36aa118
rename persist_failed_compilation_log_and_artifacts to copy_build_dir…
boegel 6eb27db
don't shadow 'source_paths' imported from tools.config in copy_build_…
boegel 6e4024e
fix failing tests
boegel a4e8856
fix alphabetical ordering of filetools imports in easyblock.py
boegel 6a6eef6
don't let setting --prefix configuration option imply that --failed-i…
boegel 6f8d903
aply suggested changes in copy_build_dirs_logs_failed_installs
boegel 25864b8
apply suggested changes for get_failed_installs_build_dirs_path + get…
boegel c50dc4e
simplify code to determine name of unique subdirectory in copy_build_…
boegel f63a743
rename --failed-installs-build-dirs-path to --failed-install-build-di…
boegel 7c58cb9
fix alphabetical order of imports from tools.config in easyblock.py
boegel 905b941
minor code cleanup in copy_build_dirs_logs_failed_install
boegel e184b67
fix code style check failure by creating inner function rather than a…
boegel 1d757db
Merge branch '5.0.x' into feature/error-logging
boegel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.