Actions
action #64688
closed[functional][y] Travis check detect_unused_modules is taking 4 minutes to be completed.
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Infrastructure
Target version:
Start date:
2020-03-20
Due date:
2020-06-02
% Done:
0%
Estimated time:
5.00 h
Difficulty:
Description
The original ticket: https://progress.opensuse.org/issues/47894
is mentioning a constant check for unused modules. What the implemented check is doing, is verifying on every push build, that all modules in repository are used somewhere. This looks like an overkill as it takes about 4 minutes to be completed. We could investigate if this can be replaced by a more targeted check on the particular push and additionally a complete check running daily (like a cron job) that will parse the whole repository.
Acceptance criteria¶
- Unused modules detection is performed on the scope of the changes in the PR only
Updated by riafarov over 4 years ago
- Due date set to 2020-05-19
- Category set to Infrastructure
- Target version set to future
Updated by riafarov over 4 years ago
- Description updated (diff)
- Status changed from New to Workable
- Estimated time set to 5.00 h
Updated by riafarov over 4 years ago
- Due date changed from 2020-05-19 to 2020-06-02
Updated by riafarov over 4 years ago
- Status changed from Workable to Feedback
Actions