Skip to content

Commit f26c944

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

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.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)