feat(opentofu): drop nested container, default to arc-tf native runner#2
Merged
feat(opentofu): drop nested container, default to arc-tf native runner#2
Conversation
The arc-tf runner-set runs the tfroot-runner image directly; jobs no longer need a `container:` block. Drop the input, the three container blocks, and the `cp -r /root/.ssh /github/home/` shim that was only required when the job ran inside a nested container. Default `runs-on` flips to `arc-tf`. Existing callers passing `runs-on: arc-dind` need to update — there's only the one (tfroot-libvirt), handled in a paired PR.
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.
Summary
The arc-tf runner-set (kustomize-cluster #25) runs the tfroot-runner image directly — no nested `container:` block required. Drop:
Default `runs-on` changes from `ubuntu-latest` to `arc-tf`.
Pairs with
Backwards compatibility
This is a breaking change for any caller passing `container:` or relying on the `ubuntu-latest` default. The only known caller is `tfroot-libvirt`, which is being updated in a paired PR. Other consumers (if any) need to drop their `container:` input and either accept the `arc-tf` default or set `runs-on: ubuntu-latest` explicitly.
Test plan
🤖 Generated with Claude Code