docs: improve gitea-runner CI debug workflow with ripgrep and failure markers
- Added ripgrep (rg) usage notes and preference over grep for targeted searches
- Updated log discovery examples to use rg with --fixed-strings for workflow/job name searches
- Added failure-marker search pattern (❌|Traceback|FAILED|etc.) for quick issue identification
- Replaced grep with rg in runner health checks (dmesg, journalctl)
- Added failure marker search to quick-start one-liner
- Preserved awk usage for tab
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -46,6 +46,7 @@ htmlcov/
|
||||
*.db-shm
|
||||
data/
|
||||
apps/blockchain-node/data/
|
||||
!apps/coordinator-api/src/app/data/
|
||||
|
||||
# ===================
|
||||
# Runtime Directories (System Standard)
|
||||
|
||||
Reference in New Issue
Block a user