chore: remove dogfood template provisioning from CI - #29400
Open
jdomeracki-coder wants to merge 2 commits into
Open
jdomeracki-coder wants to merge 2 commits into
jdomeracki-coder wants to merge 2 commits into
Conversation
Template provisioning now lives in the infrastructure repository. The dogfood workflow keeps building and publishing the dogfood images. Generated by Coder Agents.
Contributor
Docs previewCheck off each page once it's been reviewed. If a page changes in a later push, its checkbox clears automatically so it gets a fresh look. Pages not yet wired into the docs navigation aren't listed here. |
jdomeracki-coder
marked this pull request as draft
September 16, 2026 12:02
This was referenced Sep 17, 2026
jdomeracki-coder
marked this pull request as ready for review
September 17, 2026 09:48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes the remains of the dogfood template provisioning pipeline from this repository. Template versions for the dogfood deployment are now pushed from the infrastructure repository, so this repo no longer needs Coder admin or template API-key secrets.
Changes
dogfood/main.tf, thecoderd_templateroot module used only by the removeddeploy_templatejobThe
deploy_templatejob removal itself moved to #29468, where it is required to keep CI green. This branch predates that, so its diff still contains the same deletion; merge #29468 first and the overlap resolves cleanly.Image builds and publishing (
codercom/oss-dogfood,codercom/oss-dogfood-vscode-coder) are unchanged.Follow-up
These repository secrets and variables become unused and can be deleted/rotated:
CODER_SESSION_TOKEN,CODER_TEMPLATE_NAME,CODER_DOGFOOD_ANTHROPIC_API_KEY,CODER_DOGFOOD_OPENAI_API_KEY, and the GCP workload identity provider/service account used for the Terraform state bucket.Generated by Coder Agents on behalf of @jdomeracki-coder.