Skip to content

Commit df143ae

Browse files
committed
Add k8s cluster autoscaler to test container integration
1 parent b1e44e0 commit df143ae

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

.github/workflows/test-all.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,6 @@ jobs:
14171417
test-py3: ${{ inputs.test-py3 }}
14181418
minimum-base-package: ${{ inputs.minimum-base-package }}
14191419
secrets: inherit
1420-
<<<<<<< HEAD
14211420
j92491f1:
14221421
uses: ./.github/workflows/test-target.yml
14231422
with:
@@ -1589,8 +1588,6 @@ jobs:
15891588
test-py3: ${{ inputs.test-py3 }}
15901589
minimum-base-package: ${{ inputs.minimum-base-package }}
15911590
secrets: inherit
1592-
=======
1593-
>>>>>>> d262fb582d (Separate container integrations)
15941591
j61e565f:
15951592
uses: ./.github/workflows/test-target.yml
15961593
with:

.github/workflows/test-container-integrations.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,25 @@ jobs:
277277
test-py3: ${{ inputs.test-py3 }}
278278
minimum-base-package: ${{ inputs.minimum-base-package }}
279279
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
280299
jba841f0:
281300
uses: ./.github/workflows/test-target.yml
282301
with:

0 commit comments

Comments
 (0)