Commit 4abfe16
committed
feat(opentofu): drop nested container, default to arc-tf native runner
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.1 parent 28d7c7f commit 4abfe16
1 file changed
Lines changed: 1 addition & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 13 | + | |
18 | 14 | | |
19 | 15 | | |
20 | 16 | | |
| |||
35 | 31 | | |
36 | 32 | | |
37 | 33 | | |
38 | | - | |
39 | | - | |
40 | 34 | | |
41 | 35 | | |
42 | 36 | | |
| |||
52 | 46 | | |
53 | 47 | | |
54 | 48 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | 49 | | |
60 | 50 | | |
61 | 51 | | |
| |||
70 | 60 | | |
71 | 61 | | |
72 | 62 | | |
73 | | - | |
74 | | - | |
75 | 63 | | |
76 | 64 | | |
77 | 65 | | |
| |||
87 | 75 | | |
88 | 76 | | |
89 | 77 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | 78 | | |
95 | 79 | | |
96 | 80 | | |
| |||
125 | 109 | | |
126 | 110 | | |
127 | 111 | | |
128 | | - | |
129 | | - | |
130 | 112 | | |
131 | 113 | | |
132 | 114 | | |
| |||
143 | 125 | | |
144 | 126 | | |
145 | 127 | | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | 128 | | |
151 | 129 | | |
0 commit comments