Skip to content

Add oai-runner and workflow-runner to release pipeline #23

Add oai-runner and workflow-runner to release pipeline

Add oai-runner and workflow-runner to release pipeline #23

Triggered via push March 20, 2026 16:43
Status Failure
Total duration 47s
Artifacts

release.yml

on: push
Web UI Gates
44s
Web UI Gates
Matrix: build
Publish GitHub release (tags only)
0s
Publish GitHub release (tags only)
Publish to public repo (tags only)
Publish to public repo (tags only)
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Web UI Gates
Process completed with exit code 1.
src/ci/workflow-gates.test.ts > web gui release workflow gates > keeps deterministic release matrix and artifact packaging contract: crates/orchestrator-web-server/web-ui/src/ci/workflow-gates.test.ts#L85
AssertionError: expected '# Cargo Configuration for Agent Orche…' to contain 'ao-bin-build-release = "build --relea…' - Expected + Received - ao-bin-build-release = "build --release -p orchestrator-cli -p agent-runner -p llm-cli-wrapper" + # Cargo Configuration for Agent Orchestrator + + [build] + # Use shared target directory to save disk space + # All worktrees will share this cache + # target-dir = "/Users/samishukri/.cargo-target-cache" + + # Uncomment the line above to enable shared target directory. + # This will save significant disk space but may cause conflicts + # if building in multiple worktrees simultaneously. + + # For now, keeping separate targets per worktree. + # Use scripts/cleanup-build-targets.sh regularly to prevent buildup. + + [profile.dev] + # Keep backtraces and line info for local debugging without full symbol bloat. + debug = 1 + + [profile.dev.package."*"] + # Dependency debuginfo dominates target size and is rarely what we step through. + debug = 0 + + [profile.test] + # Integration tests create many one-off crates; disable incremental to avoid + # leaving a large trail of stale test caches behind. + debug = 1 + incremental = false + + [profile.test.package."*"] + debug = 0 + + [alias] + # Useful aliases for worktree development + wt-clean = "clean --manifest-path" + wt-build = "build --manifest-path" + wt-test = "test --manifest-path" + + # Runtime binary set used by ao in local dev and release packaging + ao-bin-build = "build -p orchestrator-cli -p agent-runner -p llm-cli-wrapper -p oai-runner -p workflow-runner-v2" + ao-bin-build-release = "build --release -p orchestrator-cli -p agent-runner -p llm-cli-wrapper -p oai-runner -p workflow-runner-v2" + ao-bin-check = "check -p orchestrator-cli -p agent-runner -p llm-cli-wrapper -p oai-runner -p workflow-runner-v2" + + # Linting + ao-lint = "clippy --workspace --all-targets" + ao-lint-strict = "clippy --workspace --all-targets -- -D warnings" + ao-fmt = "fmt --all" + ao-fmt-check = "fmt --all -- --check" + ❯ src/ci/workflow-gates.test.ts:85:25
Web UI Gates
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/