Commit Graph

17 Commits

Author SHA1 Message Date
TSM.ID 77c9f9ae8f [TSM.ID].[11031972] ci: use actions/checkout@v4, add deploy step to /opt/xcom-ultra, fix paths 2026-05-26 04:27:00 +07:00
TSM.ID 550855daf4 [TSM.ID].[11031972] ci: add --quiet flag to cargo to prevent act_runner log overflow bug 2026-05-26 02:05:02 +07:00
TSM.ID b4eac4ef87 [TSM.ID].[11031972] fix: remove cleanup step to prevent act_runner host mode hang 2026-05-25 21:04:49 +07:00
TSM.ID 42bc496ac6 [TSM.ID].[11031972] fix: Act Runner HOST mode false failure
ROOT CAUSE: Act Runner v0.2.11 HOST mode reports job=failure despite all steps=success
FIX 1: Remove 'set -e' (conflicts with shell exit code handling in host mode)
FIX 2: Remove '|| exit 1' (cargo already returns correct exit codes)
FIX 3: Add cleanup step with 'if: always()' + explicit 'exit 0'
FIX 4: Ensure workspace cleanup to prevent stale state
2026-05-25 18:37:01 +07:00
TSM.ID c69a9be88c [TSM.ID].[11031972] fix: remove 2>&1 stderr redirect causing Act Runner false failure
PROBLEM: Act Runner reports job conclusion=failure despite all 6 steps=success
ROOT CAUSE: 2>&1 redirect merges stderr into stdout, confusing exit code detection
FIX: Replace '2>&1' with '|| exit 1' for explicit error handling
2026-05-25 17:52:49 +07:00
TSM.ID 012ee564b0 [TSM.ID].[11031972] FIX: xcu-screen-capture unused vars + PISAHKAN bare-metal workflow (sequential, bukan parallel) agar VPS tidak overload 2026-05-25 15:09:17 +07:00
TSM.ID f3851e0d6d [TSM.ID].[11031972] 3Z: Fix module count 116 -> 142 in CI workflow 2026-05-25 13:39:02 +07:00
TSM.ID 1d2f6d8c23 [TSM.ID].[11031972] 3Z: Rename workflow titles — proper spacing REAL LIVE 2026-05-25 12:52:24 +07:00
TSM.ID f7b7737c3d [TSM.ID].[11031972] 3Z: Fix bare-metal false failure — add LANG=C.UTF-8 env to prevent act_runner emoji encoding crash 2026-05-25 11:59:29 +07:00
TSM.ID b9231b7edd [TSM.ID].[11031972] PXE: Remove broken xcu-sfu (replaced by xcu-sfu-a + xcu-sfu-b) 2026-05-25 06:53:05 +07:00
TSM.ID 16e7cdf1cc [TSM.ID].[11031972] PXE: +xcu-sfu-a (fixed cross-deps) +xcu-sfu-b (standalone SFU v2, 8 tests pass) 2026-05-25 06:47:22 +07:00
TSM.ID 4e0d00b4bd [TSM.ID].[11031972] PXE : Platform X Ecosystem I [144 Module] +25 Missing Matrix Modules 2026-05-25 06:08:39 +07:00
TSM.ID 1b367871f0 [TSM.ID].[11031972] PXE run-name fix 2026-05-25 05:45:16 +07:00
TSM.ID ed26ac33ce [TSM.ID].[11031972] PXE : Platform X Ecosystem I [116 Module - REAL LIVE-] 2026-05-25 05:38:52 +07:00
TSM.ID cb6fd77e14 [TSM.ID].[11031972] PXE : Platform X Ecosystem I [116 Module -REAL LIVE-] + Bare Metal [3 Module] — Simultan 2026-05-25 05:29:22 +07:00
TSM.ID 889af8866a [TSM.ID].[11031972] PXE : Platform X Ecosystem I [119 Module -REAL LIVE-] 3Z Pipeline + Bare Metal 2026-05-25 05:17:38 +07:00
TSM.ID 2f0f8cd4b7 [TSM.ID].[11031972] PXE : Platform X Ecosystem I [116 Module -LIVE-] 2026-05-25 03:57:24 +07:00