Commit Graph

6 Commits

Author SHA1 Message Date
Alexander Payne
72266a831d Add quality-gate.py to pipelines/ with path fixes
Some checks failed
Smoke Test / smoke (pull_request) Failing after 16s
Validate Config / YAML Lint (pull_request) Failing after 12s
Validate Config / Python Test Suite (pull_request) Has been skipped
Architecture Lint / Linter Tests (pull_request) Successful in 18s
Validate Config / JSON Validate (pull_request) Successful in 15s
Validate Config / Python Syntax & Import Check (pull_request) Failing after 49s
Validate Config / Shell Script Lint (pull_request) Failing after 51s
Validate Config / Cron Syntax Check (pull_request) Successful in 9s
Validate Config / Deploy Script Dry Run (pull_request) Successful in 10s
Validate Config / Playbook Schema Validation (pull_request) Successful in 25s
Architecture Lint / Lint Repository (pull_request) Failing after 21s
PR Checklist / pr-checklist (pull_request) Failing after 2m44s
- FIX: bash -> sh for cross-platform compatibility
- FIX: pip check -> pip list (pip check returns non-zero on warnings)
- FIX: Import guard to detect pip/setuptools/wheel presence first
- Add comprehensive smoke tests for all edge cases
- Validate quality-gate can run standalone with --status
- Reference Closes #623
2026-04-25 20:06:37 -04:00
3250eba0cc feat: orchestrator test suite — queue, resume, parallel, tokens 2026-04-17 05:20:02 +00:00
99d4facdad feat: pipelines __init__.py exports 2026-04-17 05:19:59 +00:00
c808c4efb3 fix: shared orchestrator — syntax fix, resume on restart, future tracking, list CLI
Fixes #621
- Fix DEFAULT_TOKEN_BUDGET syntax error
- Resume paused/running jobs with checkpoints on restart
- Proper future collection and drain in run()
- Add 'list' CLI command for job inspection
- Throttle when at worker capacity
2026-04-17 05:17:59 +00:00
Merge Bot
852dd8f210 Merge PR #626: pipelines/README.md 2026-04-16 05:11:26 +00:00
Merge Bot
eff425211c Merge PR #626: pipelines/orchestrator.py (added) 2026-04-16 05:10:33 +00:00