openci_worker_cli 0.9.11
openci_worker_cli: ^0.9.11 copied to clipboard
OpenCI Worker CLI - A CI/CD worker for OpenCI
Changelog #
0.9.11 #
- Fix supervisor: detect pub global execution and use
dart pub global runto spawn child worker, preventing--service-accountfrom being misinterpreted as Dart VM flags
0.9.10 #
- Verify automated pub.dev publishing pipeline
0.9.9 #
- Migrate auto-updater from GitHub Releases binary swap to pub.dev
dart pub global activate - Simplify supervisor: remove binary swap logic, restart-only
- Add OpenCI CI/CD workflow for automated pub.dev publishing
0.9.8 #
- Require explicit
runs-onin workflow: macOS worker only processesmacos-*jobs, no longer claims jobs withoutrunsOn
0.9.7 #
- Fix: Ensure Cloud Function notifications complete before rethrowing exceptions in error handler
0.9.6 #
- Fix: Skip dependent jobs when parent job fails (cascade skip via Cloud Function)
0.9.5 #
- Add Worker CLI version to job processing log
0.9.3 #
- Fix: Kill zombie lume VM processes from any worker ID on startup
- Prevents VM slot exhaustion when orphaned processes outlive their worker
0.9.2 #
- Extract AI failure summary into standalone Cloud Function (
generate-failure-summary) - Worker now calls
generate-failure-summaryindependently after build failures - Fix: AI summaries were not generated due to
unawaitedfire-and-forget in previous architecture
0.9.1 #
- Implement supervisor architecture for auto-updates and crash recovery
- Add
--supervisedflag for process supervisor mode - Unify auto-updater for macOS/Linux via GitHub Releases
- Add semver comparison to prevent downgrades