Actions
action #165066
closedcoordination #58184: [saga][epic][use case] full version control awareness within openQA
coordination #152847: [epic] version control awareness within openQA for test distributions
Ensure local changes to git repos cloned by git_auto_clone are left alone size:S
Description
Motivation¶
See #162125
Acceptance Criteria¶
- AC1: git_auto_clone does not mess with a dirty git checkout
Suggestions¶
- Use git diff-index to lookup if there is dirty changes in the local copy of the repo
- https://github.com/os-autoinst/openQA/pull/5808/files#diff-8d9512b891ef3e8199993cfe58fe429b5f863c49a245bf03cf59315969ff46deR92
git -C $path diff-index HEAD --exit-code
- Watch out for #164886 touching the same code
Updated by livdywan 2 months ago
- Copied from action #164889: Ensure git repos cloned by minions are cleaned up regularly size:S added
Updated by dheidler about 1 month ago
- Status changed from Workable to In Progress
- Assignee set to dheidler
Updated by tinita about 1 month ago
- Related to action #164886: Use OpenQA::Git for all our git wrappers size:S added
Updated by openqa_review about 1 month ago
- Due date set to 2024-09-12
Setting due date based on mean cycle time of SUSE QE Tools
Updated by dheidler about 1 month ago
https://github.com/os-autoinst/openQA/pull/5901
likely some updates to the unittests are still required.
Updated by dheidler about 1 month ago
- Status changed from In Progress to Feedback
Updated by tinita about 1 month ago
- Related to action #164898: Replace fetchneedles with a minion job size:M added
Updated by tinita about 1 month ago
- Status changed from Feedback to Resolved
Merged 4 days ago, looks good
Actions