Skip to content

Commit 07cb5ac

Browse files
louisgvclaude
andcommitted
fix(zeroclaw): remove remaining stale zeroclaw references from CI/packer
Remove zeroclaw from: - .github/workflows/agent-tarballs.yml ARM build matrix - .github/workflows/docker.yml agent matrix - packer/digitalocean.pkr.hcl comment - sh/e2e/e2e.sh comment Addresses all 5 stale references flagged in security review of PR #3107. Agent: issue-fixer Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 232dfc4 commit 07cb5ac

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/agent-tarballs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
# Native-binary agents need ARM builds too.
5050
# npm-based agents (codex, openclaw, kilocode) are arch-independent — x86_64 only.
5151
include:
52-
- agent: zeroclaw
53-
arch: arm64
5452
- agent: opencode
5553
arch: arm64
5654
- agent: hermes

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
agent: [claude, codex, cursor, openclaw, opencode, kilocode, zeroclaw, hermes, junie]
23+
agent: [claude, codex, cursor, openclaw, opencode, kilocode, hermes, junie]
2424
steps:
2525
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2626

packer/digitalocean.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ source "digitalocean" "spawn" {
3535
api_token = var.digitalocean_access_token
3636
image = "ubuntu-24-04-x64"
3737
region = "sfo3"
38-
# 2 GB RAM needed — Claude's native installer and zeroclaw's Rust build
39-
# get OOM-killed on s-1vcpu-1gb. Snapshots built here work on all sizes.
38+
# 2 GB RAM needed — Claude's native installer gets OOM-killed on
39+
# s-1vcpu-1gb. Snapshots built here work on all sizes.
4040
size = "s-2vcpu-2gb"
4141
ssh_username = "root"
4242

sh/e2e/e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ run_single_agent() {
230230
# Per-agent timeout: run provision/verify/input_test in a subshell with a
231231
# wall-clock timeout. This prevents any single step from hanging indefinitely
232232
# and ensures a result file is always written (pass, fail, or timeout).
233-
# Fixes #2714: sprite-zeroclaw and digitalocean-opencode stalling with no result.
233+
# Fixes #2714: digitalocean-opencode stalling with no result.
234234
# ---------------------------------------------------------------------------
235235
local effective_agent_timeout
236236
effective_agent_timeout=$(get_agent_timeout "${agent}")

0 commit comments

Comments
 (0)