Skip to content

Filed issue #956: label preflight skips game run. - #957

Open
opencode-agent[bot] wants to merge 1 commit into
devfrom
opencode/schedule-df8100-20260728072753
Open

Filed issue #956: label preflight skips game run.#957
opencode-agent[bot] wants to merge 1 commit into
devfrom
opencode/schedule-df8100-20260728072753

Conversation

@opencode-agent

Copy link
Copy Markdown
Contributor

Filed as issue #956#956

Root cause: The visual-test workflow never actually runs the game. The Ensure visual-test label exists step in .github/workflows/visual-test.yml:55-68 calls gh label list --json name --jq '.[].name', which paginates with a default of 30 entries. The repo now has 41 labels, and run-visual-test (position 41) falls off page 1, so the script attempts gh label create "run-visual-test" .... That fails with label with name "run-visual-test" already exists; use --force to update its color and description (exit 1), which fails the step and skips everything after it — including Setup Lavapipe Vulkan and Run menu screenshot capture. Only weston.log survives in the workspace; no build-output.log, no screenshot.png. The Zig/Vulkan/screenshot.zig code path is never exercised, so the PPM hypothesis in visual-test-diagnose.md is stale.

Triggered by scheduled workflow

New%20session%20-%202026-07-28T07%3A27%3A52.253Z
opencode session  |  github run

@github-actions github-actions Bot added documentation Improvements or additions to documentation build labels Jul 28, 2026
@github-actions

Copy link
Copy Markdown
Contributor

User opencode-agent[bot] does not have write permissions

github run

@github-actions

Copy link
Copy Markdown
Contributor

kcov coverage

Line coverage ran for this PR and uploaded a non-blocking report artifact named kcov-report. Codecov upload is configured as non-blocking while the project captures a stable baseline.

@blacksmith-sh

blacksmith-sh Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Found 1 test failure on Blacksmith runners:

Failure

Test View Logs
(TestExpectedEqual)/(TestExpectedEqual) View Logs

Fix in Cursor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants