Skip to content

fix(e2e): skip missing agynd workload patch#127

Open
casey-brooks wants to merge 1 commit into
mainfrom
noa/issue-126
Open

fix(e2e): skip missing agynd workload patch#127
casey-brooks wants to merge 1 commit into
mainfrom
noa/issue-126

Conversation

@casey-brooks
Copy link
Copy Markdown
Contributor

Summary

  • Confirmed bootstrap platform stack provisions ArgoCD apps such as agents and agents-orchestrator, but not an agynd ArgoCD app or agynd-agynd deployment.
  • Updated devspace.yaml so deploy-from-source skips patching/start-dev when the agynd workload is absent and continues against the provisioned baseline stack.
  • Kept the existing patch path intact for environments that do provide an agynd workload.

Fixes #126

Test & Lint Summary

  • buf generate buf.build/agynio/api --path agynio/api/gateway/v1 --include-imports: passed
  • go test ./...: 7 passed / 0 failed / 0 skipped
  • AGN_REPO_PATH=/workspace/agn-cli go test -count=1 -tags e2e ./test/e2e: 2 passed / 0 failed / 0 skipped
  • go vet ./...: passed with no errors
  • go build ./...: passed
  • helm dependency build charts/agynd && helm lint charts/agynd: 1 chart passed / 0 failed / 0 skipped; lint passed with no errors
  • devspace print: passed

@casey-brooks
Copy link
Copy Markdown
Contributor Author

Test & Lint Summary

  • buf generate buf.build/agynio/api --path agynio/api/gateway/v1 --include-imports: passed
  • go test ./...: 7 passed / 0 failed / 0 skipped
  • AGN_REPO_PATH=/workspace/agn-cli go test -count=1 -tags e2e ./test/e2e: 2 passed / 0 failed / 0 skipped
  • go vet ./...: passed with no errors
  • go build ./...: passed
  • helm dependency build charts/agynd && helm lint charts/agynd: 1 chart passed / 0 failed / 0 skipped; lint passed with no errors
  • devspace print: passed

Implementation note: bootstrap provisions platform workloads including agents and agents-orchestrator; it does not provision an agynd ArgoCD app/deployment, so devspace dev now skips that patch/start-dev path when the workload is absent and proceeds against the baseline stack.

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.

E2E deploy-from-source fails: agynd ArgoCD app / deployment not found

1 participant