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 4 months ago
- Copied from action #164889: Ensure git repos cloned by minions are cleaned up regularly size:S added
Updated by tinita 4 months ago
- Related to action #164886: Use OpenQA::Git for all our git wrappers size:S added
Updated by openqa_review 4 months ago
- Due date set to 2024-09-12
Setting due date based on mean cycle time of SUSE QE Tools
Updated by dheidler 4 months ago
https://github.com/os-autoinst/openQA/pull/5901
likely some updates to the unittests are still required.
Updated by tinita 4 months ago
- Related to action #164898: Replace fetchneedles with a minion job for the regular update of git repos size:M added
Actions