Skip to content

ci: exclude copilot-metrics-lgtm from autogenerated tests#16

Merged
rosstaco merged 1 commit into
mainfrom
fix/metrics-lgtm-ci-autogenerated
Jul 24, 2026
Merged

ci: exclude copilot-metrics-lgtm from autogenerated tests#16
rosstaco merged 1 commit into
mainfrom
fix/metrics-lgtm-ci-autogenerated

Conversation

@rosstaco

Copy link
Copy Markdown
Owner

Summary

The copilot-metrics-lgtm feature requires Docker (docker-in-docker) via its post-start command. The test-autogenerated CI job installs each feature standalone into a bare base image without Docker, so its post-start fails with ERROR — 'docker' not found and the three autogenerated jobs (debian/ubuntu/base:ubuntu) always fail.

This is a pre-existing failure on main, unrelated to any single feature PR.

Change

Remove copilot-metrics-lgtm from the test-autogenerated matrix. It stays covered by test-scenarios, whose scenarios add docker-in-docker and pass. A comment is added so it isn't re-added by mistake.

Verification

  • test-scenarios (copilot-metrics-lgtm) continues to pass on the existing PRs.
  • No other feature or job is affected (single-line matrix change + explanatory comment).

The copilot-metrics-lgtm feature requires Docker (docker-in-docker) via its
post-start command, but the `test-autogenerated` job installs each feature
standalone into a bare base image with no Docker, so its post-start fails with
"'docker' not found" and the job always fails.

Remove copilot-metrics-lgtm from the test-autogenerated matrix; it remains
covered by test-scenarios, whose scenarios add docker-in-docker and pass.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@rosstaco
rosstaco merged commit 80bb921 into main Jul 24, 2026
23 checks passed
@rosstaco
rosstaco deleted the fix/metrics-lgtm-ci-autogenerated branch July 24, 2026 06:41
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