jgrusewski
845e77a8b0
fix(ci): Fix GitLab CI YAML syntax and PPOConfig compilation errors
Two critical fixes for successful pipeline execution:
1. GitLab CI YAML Syntax Fix (.gitlab-ci.yml:84-86)
- Wrapped echo commands containing colons in single quotes
- Root cause: YAML parser interprets `"text: value"` as key-value pairs
- Solution: Single quotes force literal string interpretation
- Impact: Enables Docker build pipeline execution
2. Trading Service Compilation Fix (trading_service/src/services/enhanced_ml.rs:1328-1348)
- Added missing early stopping fields to PPOConfig initialization
- Fields: early_stopping_enabled, early_stopping_patience, early_stopping_min_delta, early_stopping_min_epochs
- Values: Disabled by default for paper trading (early_stopping_enabled: false)
- Impact: Resolves pre-push hook compilation error
Technical Details:
- YAML Issue: Colons followed by spaces trigger mapping syntax parsing
- Single quotes preserve shell variable expansion while forcing literal YAML strings
- Early stopping config matches PPOConfig struct updates from Wave D
- Default values: patience=5, min_delta=0.001, min_epochs=10
Validated:
- ✅ YAML syntax validated with PyYAML
- ✅ trading_service compilation successful (cargo check)
- ✅ Ready for GitLab CI/CD pipeline execution
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-31 00:20:00 +01:00
..
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-22 20:50:43 +02:00
2025-10-25 15:36:57 +02:00
2025-10-19 09:10:55 +02:00
2025-10-22 20:50:43 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-28 14:11:18 +01:00
2025-10-19 09:10:55 +02:00
2025-10-21 08:54:26 +02:00
2025-10-21 08:54:26 +02:00
2025-10-22 20:50:43 +02:00
2025-10-19 09:10:55 +02:00
2025-10-03 07:34:26 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-29 19:52:21 +01:00
2025-10-31 00:20:00 +01:00
2025-10-29 19:52:21 +01:00
2025-10-29 19:52:21 +01:00
2025-10-29 19:52:21 +01:00
2025-10-19 09:10:55 +02:00
2025-10-14 10:42:56 +02:00
2025-10-23 09:16:58 +02:00
2025-10-19 09:10:55 +02:00
2025-10-28 14:11:18 +01:00
2025-10-28 14:11:18 +01:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-28 14:11:18 +01:00
2025-10-28 14:11:18 +01:00
2025-10-19 09:10:55 +02:00
2025-10-22 20:50:43 +02:00
2025-10-22 20:50:43 +02:00
2025-10-22 20:50:43 +02:00
2025-10-22 20:50:43 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-22 20:50:43 +02:00
2025-10-31 00:20:00 +01:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-28 14:11:18 +01:00
2025-10-19 09:10:55 +02:00
2025-10-22 20:50:43 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-22 20:50:43 +02:00
2025-10-19 09:10:55 +02:00
2025-10-23 10:43:52 +02:00
2025-10-19 09:10:55 +02:00
2025-10-21 08:54:26 +02:00
2025-10-22 20:50:43 +02:00
2025-10-22 20:50:43 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-25 23:19:40 +02:00
2025-10-19 09:10:55 +02:00
2025-10-29 19:52:21 +01:00
2025-10-29 19:52:21 +01:00
2025-10-28 14:11:18 +01:00
2025-10-25 15:36:57 +02:00
2025-10-19 09:10:55 +02:00
2025-10-27 08:54:22 +01:00
2025-10-26 11:14:33 +01:00
2025-10-21 21:13:11 +02:00
2025-10-26 20:58:49 +01:00
2025-10-21 21:13:11 +02:00
2025-10-21 21:13:11 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-21 08:54:26 +02:00
2025-10-20 21:54:39 +02:00
2025-10-19 09:10:55 +02:00
2025-10-21 08:54:26 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-28 16:11:01 +01:00
2025-10-31 00:20:00 +01:00
2025-10-21 08:54:26 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-22 20:50:43 +02:00
2025-10-31 00:20:00 +01:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-29 19:52:21 +01:00
2025-10-22 20:50:43 +02:00
2025-10-19 09:10:55 +02:00
2025-10-20 21:54:39 +02:00
2025-10-20 21:54:39 +02:00
2025-10-20 21:54:39 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-20 21:54:39 +02:00
2025-10-20 21:54:39 +02:00
2025-10-20 21:54:39 +02:00
2025-10-20 21:54:39 +02:00
2025-10-20 21:54:39 +02:00