diff --git a/.github/workflows/test-container-integrations.yml b/.github/workflows/test-container-integrations.yml index deb00ceb46c1ca..9254165196c8ff 100644 --- a/.github/workflows/test-container-integrations.yml +++ b/.github/workflows/test-container-integrations.yml @@ -277,6 +277,25 @@ jobs: test-py3: ${{ inputs.test-py3 }} minimum-base-package: ${{ inputs.minimum-base-package }} secrets: inherit + j045310a: + uses: ./.github/workflows/test-target.yml + with: + job-name: Kubernetes Cluster Autoscaler + target: kubernetes_cluster_autoscaler + platform: linux + runner: '["ubuntu-22.04"]' + repo: "${{ inputs.repo }}" + python-version: "${{ inputs.python-version }}" + standard: ${{ inputs.standard }} + latest: ${{ inputs.latest }} + agent-image: "${{ inputs.agent-image }}" + agent-image-py2: "${{ inputs.agent-image-py2 }}" + agent-image-windows: "${{ inputs.agent-image-windows }}" + agent-image-windows-py2: "${{ inputs.agent-image-windows-py2 }}" + test-py2: ${{ inputs.test-py2 }} + test-py3: ${{ inputs.test-py3 }} + minimum-base-package: ${{ inputs.minimum-base-package }} + secrets: inherit jba841f0: uses: ./.github/workflows/test-target.yml with: