File tree 2 files changed +19
-3
lines changed
2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -1417,7 +1417,6 @@ jobs:
1417
1417
test-py3 : ${{ inputs.test-py3 }}
1418
1418
minimum-base-package : ${{ inputs.minimum-base-package }}
1419
1419
secrets : inherit
1420
- <<<<<<< HEAD
1421
1420
j92491f1 :
1422
1421
uses : ./.github/workflows/test-target.yml
1423
1422
with :
@@ -1589,8 +1588,6 @@ jobs:
1589
1588
test-py3 : ${{ inputs.test-py3 }}
1590
1589
minimum-base-package : ${{ inputs.minimum-base-package }}
1591
1590
secrets : inherit
1592
- =======
1593
- >>>>>>> d262fb582d (Separate container integrations)
1594
1591
j61e565f :
1595
1592
uses : ./.github/workflows/test-target.yml
1596
1593
with :
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