Skip to content

fix: replace {{PROJECT_NAME}} template placeholders#8

Open
chcost wants to merge 1 commit into
mainfrom
fix/scaffold-placeholders
Open

fix: replace {{PROJECT_NAME}} template placeholders#8
chcost wants to merge 1 commit into
mainfrom
fix/scaffold-placeholders

Conversation

@chcost

@chcost chcost commented May 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • The repo was scaffolded from a template but {{PROJECT_NAME}} placeholders were never replaced, causing lint-and-test and container-build CI jobs to fail on every PR since repo creation
  • go.mod: invalid module path github.com/llm-d/{{PROJECT_NAME}}github.com/llm-d-incubation/llm-d-resiliency-operator
  • Makefile: set PROJECT_NAME to llm-d-resiliency-operator, REGISTRY to ghcr.io/llm-d-incubation, fix OCI source annotation URL
  • Dockerfile: use COPY go.mod go.sum* ./ glob since there are no external dependencies yet (no go.sum to copy)

Test plan

  • Verify lint-and-test CI job passes
  • Verify container-build CI job passes
  • Verify make build works locally

The repo was scaffolded from a template but the placeholders were
never replaced, causing CI failures: go.mod has an invalid module
path, Dockerfile fails on missing go.sum, and Makefile targets
reference the wrong project/registry.

- go.mod: set module to github.com/llm-d-incubation/llm-d-resiliency-operator
- Makefile: set PROJECT_NAME and REGISTRY to actual values
- Dockerfile: use go.sum* glob since no external deps exist yet

Signed-off-by: Carlos H. Andrade Costa <carlos@andradecosta.com>
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