Merged
Conversation
The archive role was ignoring enhanced commit messages generated by the CI script and always using a hardcoded template instead. This caused kdevops-ci and linux-ci runs to produce identical commit formats rather than the intended distinct formats with proper PASS/FAIL status and commit details. Now the role checks for the enhanced format first and falls back to the legacy template only when the enhanced version is unavailable. Generated-by: Claude AI Signed-off-by: Daniel Gomez <da.gomez@samsung.com>
The workflow was incorrectly assigning linux-ci jobs to kdevops-ci runners and using inconsistent job names. This caused confusion about which test mode was actually running and wasted resources on wrong runner pools. Now scheduled runs properly target linux-ci runners and show correct job names, while kdevops-ci runs use their designated runners. The test_mode parameter flows correctly to ensure proper commit message formatting for each CI type. Generated-by: Claude AI Signed-off-by: Daniel Gomez <da.gomez@samsung.com>
Use the proper Makefile variable for the kdevops inventory file (hosts). Fixes 0987c30 ("Makefile: use inventory from ansible.cfg") Signed-off-by: Daniel Gomez <da.gomez@samsung.com>
Fix parallel git-config commands by making them local to the cloned repo in the workflow run. Fixes error: + git config --global --add safe.directory '*' + git config --global user.name kdevops error: could not lock config file /home/gh/.gitconfig: File exists Fixes: 4dd7684 ("github: refactor into reusable actions and workflows") Signed-off-by: Daniel Gomez <da.gomez@samsung.com>
For push events, checkout the branch head instead of specific SHA Signed-off-by: Daniel Gomez <da.gomez@samsung.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.