File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -277,6 +277,25 @@ jobs:
277
277
test-py3 : ${{ inputs.test-py3 }}
278
278
minimum-base-package : ${{ inputs.minimum-base-package }}
279
279
secrets : inherit
280
+ j045310a :
281
+ uses : ./.github/workflows/test-target.yml
282
+ with :
283
+ job-name : Kubernetes Cluster Autoscaler
284
+ target : kubernetes_cluster_autoscaler
285
+ platform : linux
286
+ runner : ' ["ubuntu-22.04"]'
287
+ repo : " ${{ inputs.repo }}"
288
+ python-version : " ${{ inputs.python-version }}"
289
+ standard : ${{ inputs.standard }}
290
+ latest : ${{ inputs.latest }}
291
+ agent-image : " ${{ inputs.agent-image }}"
292
+ agent-image-py2 : " ${{ inputs.agent-image-py2 }}"
293
+ agent-image-windows : " ${{ inputs.agent-image-windows }}"
294
+ agent-image-windows-py2 : " ${{ inputs.agent-image-windows-py2 }}"
295
+ test-py2 : ${{ inputs.test-py2 }}
296
+ test-py3 : ${{ inputs.test-py3 }}
297
+ minimum-base-package : ${{ inputs.minimum-base-package }}
298
+ secrets : inherit
280
299
jba841f0 :
281
300
uses : ./.github/workflows/test-target.yml
282
301
with :
You can’t perform that action at this time.
0 commit comments