build(nvct): Publish and consume task-action fix in self-hosted stack
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 218
- Forks
- 72
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 427
Description
Problem
The source fix from #1042 is merged, but the current self-hosted stack still deploys nvct-service-oss:1.5.9-hotfix.1, which predates that change. A fresh local multi-cluster BDD run therefore creates an ICMSRequest with spec.action: RequestICMSInstances for an NVCT task. NVCA treats it as a function request, creates zero instances, and the task exceeds its queue wait.
This blocks the NVCT scenario in TestMultiClusterHelmfile even though control-plane install, compute registration, operator rollout, and backend health all pass.
Scope
- Publish a self-hosted NVCT image containing #1042.
- Update the NVCT chart or stack version consumed by the self-hosted Helmfile.
- Verify the task request reaches NVCA as
RequestICMSInstancesForTask. - Rerun the local multi-cluster NVCT task smoke.
Acceptance criteria
- A fresh self-hosted install no longer emits
RequestICMSInstancesfor NVCT task launches. TestMultiClusterHelmfilecompletes its@nvct-task-apiscenario.- The published image supports the architectures required by local and EKS validation.
References
Follow-up to #1032 and #1042
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the self-hosted Helmfile, NVCT chart or stack image-version references, and the TestMultiClusterHelmfile entry point for @nvct-task-api. Start by checking which image currently supplies nvct-service-oss and how its architectures are published. Done means a fresh install sends RequestICMSInstancesForTask, the NVCT scenario passes, and the image supports local and EKS validation architectures.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, go, helm, kubernetes
- Domain
- cloud, devops, infrastructure, testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100