@@ -104,11 +104,11 @@ inputs:
104104 gitPrivateToken :
105105 required : false
106106 default : ' '
107- description : ' [CloudRunner ] Github private token to pull from github'
107+ description : ' [Orchestrator ] Github private token to pull from github'
108108 githubOwner :
109109 required : false
110110 default : ' '
111- description : ' [CloudRunner ] GitHub owner name or organization/team name'
111+ description : ' [Orchestrator ] GitHub owner name or organization/team name'
112112 runAsHostUser :
113113 required : false
114114 default : ' false'
@@ -149,101 +149,101 @@ inputs:
149149 allowDirtyBuild :
150150 required : false
151151 default : ' '
152- description : ' [CloudRunner ] Allows the branch of the build to be dirty, and still generate the build.'
152+ description : ' [Orchestrator ] Allows the branch of the build to be dirty, and still generate the build.'
153153 postBuildSteps :
154154 required : false
155155 default : ' '
156156 description :
157- ' [CloudRunner ] run a post build job in yaml format with the keys image, secrets (name, value object array),
157+ ' [Orchestrator ] run a post build job in yaml format with the keys image, secrets (name, value object array),
158158 command string'
159159 preBuildSteps :
160160 required : false
161161 default : ' '
162162 description :
163- ' [CloudRunner ] Run a pre build job after the repository setup but before the build job (in yaml format with the
163+ ' [Orchestrator ] Run a pre build job after the repository setup but before the build job (in yaml format with the
164164 keys image, secrets (name, value object array), command line string)'
165165 containerHookFiles :
166166 required : false
167167 default : ' '
168168 description :
169- ' [CloudRunner ] Specify the names (by file name) of custom steps to run before or after cloud runner jobs, must
169+ ' [Orchestrator ] Specify the names (by file name) of custom steps to run before or after orchestrator jobs, must
170170 match a yaml step file inside your repo in the folder .game-ci/steps/'
171171 customHookFiles :
172172 required : false
173173 default : ' '
174174 description :
175- ' [CloudRunner ] Specify the names (by file name) of custom hooks to run before or after cloud runner jobs, must
175+ ' [Orchestrator ] Specify the names (by file name) of custom hooks to run before or after orchestrator jobs, must
176176 match a yaml step file inside your repo in the folder .game-ci/hooks/'
177177 customCommandHooks :
178178 required : false
179179 default : ' '
180- description : ' [CloudRunner ] Specify custom commands and trigger hooks (injects commands into jobs)'
180+ description : ' [Orchestrator ] Specify custom commands and trigger hooks (injects commands into jobs)'
181181 customJob :
182182 required : false
183183 default : ' '
184184 description :
185- ' [CloudRunner ] Run a custom job instead of the standard build automation for cloud runner (in yaml format with the
185+ ' [Orchestrator ] Run a custom job instead of the standard build automation for orchestrator (in yaml format with the
186186 keys image, secrets (name, value object array), command line string)'
187187 awsStackName :
188188 default : ' game-ci'
189189 required : false
190- description : ' [CloudRunner ] The Cloud Formation stack name that must be setup before using this option.'
190+ description : ' [Orchestrator ] The Cloud Formation stack name that must be setup before using this option.'
191191 providerStrategy :
192192 default : ' local'
193193 required : false
194194 description :
195- ' [CloudRunner ] Either local, k8s or aws can be used to run builds on a remote cluster. Additional parameters must
195+ ' [Orchestrator ] Either local, k8s or aws can be used to run builds on a remote cluster. Additional parameters must
196196 be configured.'
197197 resourceTracking :
198198 default : ' false'
199199 required : false
200- description : ' [CloudRunner ] Enable resource tracking logs for disk usage and allocation summaries.'
200+ description : ' [Orchestrator ] Enable resource tracking logs for disk usage and allocation summaries.'
201201 containerCpu :
202202 default : ' '
203203 required : false
204- description : ' [CloudRunner ] Amount of CPU time to assign the remote build container'
204+ description : ' [Orchestrator ] Amount of CPU time to assign the remote build container'
205205 containerMemory :
206206 default : ' '
207207 required : false
208- description : ' [CloudRunner ] Amount of memory to assign the remote build container'
208+ description : ' [Orchestrator ] Amount of memory to assign the remote build container'
209209 readInputFromOverrideList :
210210 default : ' '
211211 required : false
212- description : ' [CloudRunner ] Comma separated list of input value names to read from "input override command"'
212+ description : ' [Orchestrator ] Comma separated list of input value names to read from "input override command"'
213213 readInputOverrideCommand :
214214 default : ' '
215215 required : false
216216 description :
217- ' [CloudRunner ] Extend game ci by specifying a command to execute to pull input from external source e.g cloud
217+ ' [Orchestrator ] Extend game ci by specifying a command to execute to pull input from external source e.g cloud
218218 provider secret managers'
219219 kubeConfig :
220220 default : ' '
221221 required : false
222222 description :
223- ' [CloudRunner ] Supply a base64 encoded kubernetes config to run builds on kubernetes and stream logs until
223+ ' [Orchestrator ] Supply a base64 encoded kubernetes config to run builds on kubernetes and stream logs until
224224 completion.'
225225 kubeVolume :
226226 default : ' '
227227 required : false
228- description : ' [CloudRunner ] Supply a Persistent Volume Claim name to use for the Unity build.'
228+ description : ' [Orchestrator ] Supply a Persistent Volume Claim name to use for the Unity build.'
229229 kubeStorageClass :
230230 default : ' '
231231 required : false
232232 description :
233- ' [CloudRunner ] Kubernetes storage class to use for cloud runner jobs, leave empty to install rook cluster.'
233+ ' [Orchestrator ] Kubernetes storage class to use for orchestrator jobs, leave empty to install rook cluster.'
234234 kubeVolumeSize :
235235 default : ' 5Gi'
236236 required : false
237- description : ' [CloudRunner ] Amount of disc space to assign the Kubernetes Persistent Volume'
237+ description : ' [Orchestrator ] Amount of disc space to assign the Kubernetes Persistent Volume'
238238 cacheKey :
239239 default : ' '
240240 required : false
241- description : ' [CloudRunner ] Cache key to indicate bucket for cache'
241+ description : ' [Orchestrator ] Cache key to indicate bucket for cache'
242242 watchToEnd :
243243 default : ' true'
244244 required : false
245245 description :
246- ' [CloudRunner ] Whether or not to watch the build to the end. Can be used for especially long running jobs e.g
246+ ' [Orchestrator ] Whether or not to watch the build to the end. Can be used for especially long running jobs e.g
247247 imports or self-hosted ephemeral runners.'
248248 cacheUnityInstallationOnMac :
249249 default : ' false'
@@ -272,12 +272,12 @@ inputs:
272272 cloneDepth :
273273 default : ' 50'
274274 required : false
275- description : ' [CloudRunner ] Specifies the depth of the git clone for the repository. Use 0 for full clone.'
276- cloudRunnerRepoName :
275+ description : ' [Orchestrator ] Specifies the depth of the git clone for the repository. Use 0 for full clone.'
276+ orchestratorRepoName :
277277 default : ' game-ci/unity-builder'
278278 required : false
279279 description :
280- ' [CloudRunner ] Specifies the repo for the unity builder. Useful if you forked the repo for testing, features, or
280+ ' [Orchestrator ] Specifies the repo for the unity builder. Useful if you forked the repo for testing, features, or
281281 fixes.'
282282
283283outputs :
0 commit comments