Skip to content

fix(e2e): verify act install exit code and retry to prevent silent harness flake#209

Merged
joshua-temple merged 1 commit into
mainfrom
fix/e2e-act-install-verify
Jun 17, 2026
Merged

fix(e2e): verify act install exit code and retry to prevent silent harness flake#209
joshua-temple merged 1 commit into
mainfrom
fix/e2e-act-install-verify

Conversation

@joshua-temple

Copy link
Copy Markdown
Collaborator

Problem: the e2e harness installed act via container Exec but discarded the exit code; testcontainers Exec returns nil even on non-zero exit, so a transient install failure was silent and the next workflow run hit 'act: command not found' (a recurring e2e flake). Fix: check the install exit code, verify 'command -v act' resolves, retry with backoff. e2e-harness only; no generated output or CLI change. cascade-reviewer APPROVE.

Signed-off-by: Joshua Temple <joshua.temple@stablekernel.com>
@joshua-temple joshua-temple enabled auto-merge (squash) June 17, 2026 17:17
@joshua-temple joshua-temple merged commit e5a08a8 into main Jun 17, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant