Remove GPU VM resource, volume, CI jobs, and config (#12) #36
No reviewers
Labels
No labels
IaC
admin
agent-containers
automation
blockchain
cleanup
data
documentation
hardware
hotfix
infrastructure
maintenance
metrics
ml
monitoring
networking
resilience
security
tailscale
trading
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
midwitmoneymgmt/m3-infra!36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "gpu-cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Removes all GPU VM artifacts that are blocking the pipeline. The GPU VM (
incus_instance.gpu) fails to start due to VFIO binding issues with the RTX 5070 (incus-os#992).What's removed
incus.tfincus_instance.gpuresource,incus_storage_volume.gpu_data.gitlab-ci.ymltest-gpuanddeploy-gpujobscontainers/gpu/configuration.nixContext
The post-merge pipeline for MR !33 (claude-code container) failed because
tofu applychoked on the GPU VM. This MR unblocks the pipeline so thedeploy-claude-codejob can run.Risk
tofu applywill attempt to destroyincus_instance.gpuandincus_storage_volume.gpu_datafrom state. If the GPU VM exists in Incus (even in a broken state), the destroy should succeed. If it doesn't exist in Incus but is in TF state, tofu may error — would needtofu state rmmanually in that case.Related: #12
Pull request closed