4f43b9eefc
ci: Fix pkill pattern to match running process
BotServer CI / build (push) Successful in 8s
2026-03-20 22:57:10 -03:00
8c9a21d586
fix: Explicitly enable chat feature in CI build
BotServer CI / build (push) Successful in 7s
2026-03-20 22:44:19 -03:00
90b097ea50
fix: Use gb Cargo.toml with members stripped instead of minimal fake
BotServer CI / build (push) Successful in 19m40s
2026-03-20 21:45:17 -03:00
7f36f47339
fix: Replace heredoc with printf in workflow YAML
BotServer CI / build (push) Failing after 8s
2026-03-20 21:43:01 -03:00
1fb1e06bdb
ci: Fixed workspace path for incremental builds, no more full recompile
2026-03-20 21:39:58 -03:00
9f6499b56a
fix: rm binary before scp to bypass ownership restriction
BotServer CI / build (push) Has been cancelled
2026-03-20 20:59:20 -03:00
97e9e6626e
ci: Fix deploy log capture and error handling
BotServer CI / build (push) Successful in 11m12s
2026-03-20 20:33:14 -03:00
ac6d41f2c9
ci: Add verbose scp logging to debug deploy failure
BotServer CI / build (push) Failing after 11m25s
2026-03-20 19:51:08 -03:00
cac045d98a
fix: Clone botserver to temp dir then replace submodule to avoid workspace conflict
BotServer CI / build (push) Failing after 11m40s
2026-03-20 19:15:03 -03:00
6e54799973
fix: Kill botserver before scp deploy to prevent file lock
BotServer CI / build (push) Failing after 11m22s
2026-03-20 18:59:14 -03:00
282f3487c0
ci: deploy via SSH instead of lxc device mounts
BotServer CI / build (push) Successful in 18m20s
2026-03-17 13:12:41 -03:00
bf5ee0bef2
Remove botui SVG dependency - use None for svg_content
BotServer CI / build (push) Successful in 15m48s
2026-03-15 16:20:41 -03:00
749db895bb
CI: copy botui instead of symlink
BotServer CI / build (push) Has been cancelled
2026-03-15 16:18:55 -03:00
321d744922
CI: fix botui symlink path
BotServer CI / build (push) Failing after 17s
2026-03-15 16:16:38 -03:00
4f214f3d98
CI: add botui submodule for SVG assets
BotServer CI / build (push) Waiting to run
2026-03-15 16:16:18 -03:00
0883fe9cce
fix: Avoid workspace conflict in Forgejo CI
...
BotServer CI / build (push) Successful in 7m54s
Remove actions/checkout with custom path that causes multiple workspace
roots error. Clone botserver repository directly in Setup Workspace step
instead of using checkout action.
Fixes error: "multiple workspace roots found in the same workspace"
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-15 23:26:55 +00:00
e8a400d86d
Remove Kubernetes deployment, add embed-ui deployment documentation
...
BotServer CI / build (push) Failing after 12m5s
- Removed Kubernetes deployment files (focus on embed-ui feature instead)
- Added deploy-ui.sh script for manual UI file deployment
- Added deploy/README.md with comprehensive deployment guide
- Updated README.md with embed-ui feature explanation
- Simplified deployment: embed-ui feature creates self-contained binary
2026-02-06 09:26:44 -03:00
7da1442c91
Fix PostgreSQL readiness check timeout in bootstrap
...
BotServer CI / build (push) Successful in 13m13s
- Use local pg_isready path when available (./botserver-stack/bin/tables/bin/pg_isready)
- Fall back to system pg_isready if local binary not found
- Prevents 30-second timeout during bootstrap when PostgreSQL is actually running
- Applied to both readiness checks in start_all() method
2026-02-05 22:23:04 -03:00
87931e930c
ci: adjust CARGO_BUILD_JOBS to 2
BotServer CI / build (push) Successful in 22m11s
2026-02-05 20:01:15 -03:00
cdb1197920
ci: increase CARGO_BUILD_JOBS to 6 for faster builds
BotServer CI / build (push) Waiting to run
2026-02-05 19:54:31 -03:00
52bccf0551
Adjust CARGO_BUILD_JOBS to 3
BotServer CI / build (push) Failing after 11m25s
2026-02-05 18:12:41 -03:00
1a2d65c531
Fix: Remove path filters and cache for Forgejo compatibility
BotServer CI / build (push) Has been cancelled
2026-02-05 18:08:30 -03:00
e4b785d7b1
Optimize CI build: Reduce jobs to 4 and remove incremental setting
BotServer CI / build (push) Failing after 8m23s
2026-02-05 11:28:36 -03:00
30345c66e2
Split CI workflow: Make botserver.yaml botserver-only
...
BotServer CI / build (push) Failing after 6m25s
- Remove botui build/deploy from botserver workflow
- Trigger only on botserver/**, botlib/** changes
- Build only botserver package
- Deploy only botserver binary
- Restart only system service
- Separate cache key to avoid conflicts
2026-02-05 08:44:21 -03:00
64d5e2a1bd
Update workflow and remove test cron file
2026-02-04 21:25:39 -03:00
7e69ab26bb
fix(ci): split build commands to fix feature mismatch
GBCI / build (push) Successful in 13m48s
2026-01-26 12:04:03 -03:00
ff4e6c4fe8
fix(lxc): configure lxd-sock proxy for brother mode and update installers
GBCI / build (push) Failing after 47s
2026-01-26 11:44:18 -03:00
ae0071c6d7
ci: fix sccache caching
GBCI / build (push) Successful in 12m28s
2026-01-25 22:58:35 -03:00
651b89e28d
ci: restart ui service during deployment
GBCI / build (push) Successful in 5m30s
2026-01-25 22:51:21 -03:00
b141e1f2f0
workflow: explicitly clone main branch for workspace
GBCI / build (push) Successful in 11m56s
2026-01-25 21:27:16 -03:00
3baa74371b
Increase build concurrency to j=8
2026-01-25 20:17:08 -03:00
a15afd14ff
Optimize CI: use 1 job to avoid hanging, init sccache
2026-01-25 18:59:25 -03:00
9fc43e4a55
Enable sccache, increase cores to 2, fast build
2026-01-25 18:01:19 -03:00
73da9f29cb
Remove --locked flag from build command
2026-01-25 17:09:17 -03:00
4f576ca4f7
Remove sccache config from CI
2026-01-25 17:02:57 -03:00
b0f2bae2dd
Initialize botui submodule in CI
2026-01-25 17:01:02 -03:00
750a2cd355
Add botui binary build and deploy to botserver workflow
2026-01-25 16:55:08 -03:00
9aec2675d6
fix(ci): patch Cargo.toml to exclude missing workspace members
2026-01-25 14:18:24 -03:00
3272a49a32
fix(ci): minimal checkout - clone only botlib submodule
2026-01-25 14:11:28 -03:00
68ae908506
fix(ci): invalidate cache and enforce shallow submodules
2026-01-25 14:10:17 -03:00
4e7db823ea
fix(ci): use shallow clone to improve performance
2026-01-25 12:42:45 -03:00
64c4487b8e
Fix CI recursive clone and document CI workflow strategy in PROMPT.md
2026-01-25 12:31:55 -03:00
fe8579e7b2
Update botserver CI workflow to use workspace structure
2026-01-25 12:27:50 -03:00
5b552f633f
ci: debug build, no swap (fastest)
2025-12-18 17:33:04 -03:00
44e1281b63
ci: fix swap setup and optimize release build for low memory
2025-12-18 17:14:36 -03:00
ff73f0b4c6
CI: add swap and staged build to prevent OOM
2025-12-18 14:08:47 -03:00
cb921c60f9
CI: reduce codegen-units to 1 to prevent OOM
2025-12-18 10:41:33 -03:00
0f8e8ceab8
CI: add libpq-dev for PostgreSQL linking
2025-12-17 22:40:45 -03:00
db9e1b875c
CI: use debug build for fastest compilation
2025-12-17 22:01:11 -03:00
355708e7cd
Use CI profile: thin LTO + 4 codegen units for faster builds
2025-12-17 21:59:52 -03:00